0
I Use This!
Inactive

Commits : Listings

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