openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
python-bitcoin
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 16 hours
ago. based on code collected
about 16 hours
ago.
Jul 19, 2024 — Jul 19, 2025
Showing page 1 of 11
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge pull request #2 from vanschelven/patch-2
Mark Friedenbach
More...
over 4 years ago
Remove spurious 'not'
Klaas van Schelven
More...
over 4 years ago
Version bump for development
Mark Friedenbach
More...
over 6 years ago
Release 0.0.12
Mark Friedenbach
More...
over 6 years ago
Version bump for development
Mark Friedenbach
More...
over 6 years ago
Python3 fixes for bitcoin.rpc
Mark Friedenbach
More...
over 6 years ago
Generate binary distribution as well as source with `make dist`
Mark Friedenbach
More...
over 6 years ago
Release v0.0.11.
Mark Friedenbach
More...
over 6 years ago
Omnibus pytho2 -> python3 conversion.
Mark Friedenbach
More...
over 6 years ago
Added docstrings.
Mark Friedenbach
More...
over 10 years ago
Remove cdecimal as requirement since it has been merged in Python 3.3, and it no longer is downloadable by pip without care.
Mark Friedenbach
More...
over 10 years ago
Update virtualenv to latest version, 1.11.6
Mark Friedenbach
More...
over 10 years ago
Add README, CHANGES, and requirement.txt to MANIFEST.
Mark Friedenbach
More...
over 11 years ago
Version bump for development.
Mark Friedenbach
More...
over 11 years ago
Release v0.0.10
Mark Friedenbach
More...
over 11 years ago
Update setuptools in the development environment in order to comply with latest release of blist package.
Mark Friedenbach
More...
over 11 years ago
Update unit tests to pass with latest changes to bitcoin.authtree.
Mark Friedenbach
More...
over 11 years ago
Switch from sha256 to hash256 (double-SHA256), eliminating early optimization in favor of cryptographic belts-and-suspenders and standardization with other bitcoin primitives.
Mark Friedenbach
More...
over 11 years ago
Alter structure of the hash tree such that node metadata is encoded in leaf nodes only, greatly simplifying the structure of the hash tree itself.
Mark Friedenbach
More...
over 11 years ago
Subclass BaseAuthTreeLink instead of using level_compress flag. This now has the logic for link hashing inside of the AuthTreeLink classes instead of being scattered about.
Mark Friedenbach
More...
over 11 years ago
Remove extra parameters for serialization which are not currently being used.
Mark Friedenbach
More...
over 11 years ago
Switch to single sha256 for authentication trees.
Mark Friedenbach
More...
over 11 years ago
Omnibus update. Disambiguate LittleCompactSize, BigCompactSize, and VarInt. Also redo the ledger classes to match the current BIP.
Mark Friedenbach
More...
over 11 years ago
Change authentication tree structure to encode count and size in the digest.
Mark Friedenbach
More...
over 11 years ago
Switch to new serialization primitives.
Mark Friedenbach
More...
over 11 years ago
Import special ‘tuple’ class to be used as base type.
Mark Friedenbach
More...
over 11 years ago
Simplify update() method for nop-hasher, in the process fixing py3k issues.
Mark Friedenbach
More...
over 11 years ago
Bug: leftover untested code in transaction initialization reference local variable which no longer exists.
Mark Friedenbach
More...
over 11 years ago
Change Script serialization to not include CompactSize prefix (overall simplification to the code which uses Script).
Mark Friedenbach
More...
over 11 years ago
Rework serialization primitives to use class structures (e.g. CompactSize, FlatData, VarInt, etc.).
Mark Friedenbach
More...
over 11 years ago
←
1
2
3
4
5
6
7
8
9
10
11
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree