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
1 day
ago. based on code collected
1 day
ago.
Aug 08, 2024 — Aug 08, 2025
Showing page 8 of 11
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fix bug: asset was not being passed to deserialization method, resulting in an exception being thrown.
Mark Friedenbach
More...
almost 13 years ago
Added HashableMixin, and revamped hash256 and hash160 to be more general hashlib-like objects.
Mark Friedenbach
More...
almost 13 years ago
Added .size property to SerializableMixin.
Mark Friedenbach
More...
almost 13 years ago
Moved mixins into their own module.
Mark Friedenbach
More...
almost 13 years ago
Rename SerializableMixin.
Mark Friedenbach
More...
almost 13 years ago
Added basic README file.
Mark Friedenbach
More...
almost 13 years ago
Abort if unrecognized block or transaction version during serialization/deserialization.
Mark Friedenbach
More...
almost 13 years ago
Pick a more standard/informative variable name.
Mark Friedenbach
More...
almost 13 years ago
Use add() to add to a set, not append().
Mark Friedenbach
More...
almost 13 years ago
Formatting improvements.
Mark Friedenbach
More...
almost 13 years ago
Added Merkle type, representing a Merkle list/tree structure.
Mark Friedenbach
More...
almost 13 years ago
Added or expanded context-independent validation checks for all block chain data structures.
Mark Friedenbach
More...
almost 13 years ago
Added Asset object to all block chain data structures.
Mark Friedenbach
More...
almost 13 years ago
Remove Chain object, which will be handled by the database layer in the future.
Mark Friedenbach
More...
almost 13 years ago
Removed stray URL in the middle of Makefile--what the heck was it doing there?
Mark Friedenbach
More...
almost 13 years ago
Fix broken import.
Mark Friedenbach
More...
almost 13 years ago
Converted asset information objects into their own AssetInfo named tuple type.
Mark Friedenbach
More...
almost 13 years ago
Add unit test for merkle()'s new explicit tree feature.
Mark Friedenbach
More...
almost 13 years ago
Added max_value constant and features dictionary to asset defaults.
Mark Friedenbach
More...
almost 13 years ago
Remove build files from consideration by git.
Mark Friedenbach
More...
almost 13 years ago
Moved unit tests into their own directory, so they are not installed with the package.
Mark Friedenbach
More...
almost 13 years ago
Updated PyPI categories.
Mark Friedenbach
More...
almost 13 years ago
Minor fixes for clarity; removed unneeded import.
Mark Friedenbach
More...
almost 13 years ago
Omnibus update:
Mark Friedenbach
More...
almost 13 years ago
Add default settings for the most common bitcoin networks.
Mark Friedenbach
More...
almost 13 years ago
Added JSON-RPC proxy object for communicating with bitcoind server.
Mark Friedenbach
More...
almost 13 years ago
Switched contributions to MIT license in preparation for open sourcing.
Mark Friedenbach
More...
almost 13 years ago
Reduce code size by using new vin and vout generators.
Mark Friedenbach
More...
almost 13 years ago
Code reorganization.
Mark Friedenbach
More...
almost 13 years ago
Added generator properties for accessing .vin, .vout, and .vtx.
Mark Friedenbach
More...
almost 13 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