0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Jan 12, 2025 — Jan 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #2 from vanschelven/patch-2 More... almost 5 years ago
Remove spurious 'not' More... almost 5 years ago
Version bump for development More... almost 7 years ago
Release 0.0.12 More... almost 7 years ago
Version bump for development More... almost 7 years ago
Python3 fixes for bitcoin.rpc More... almost 7 years ago
Generate binary distribution as well as source with `make dist` More... almost 7 years ago
Release v0.0.11. More... almost 7 years ago
Omnibus pytho2 -> python3 conversion. More... almost 7 years ago
Added docstrings. More... about 11 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. More... about 11 years ago
Update virtualenv to latest version, 1.11.6 More... about 11 years ago
Add README, CHANGES, and requirement.txt to MANIFEST. More... almost 12 years ago
Version bump for development. More... almost 12 years ago
Release v0.0.10 More... almost 12 years ago
Update setuptools in the development environment in order to comply with latest release of blist package. More... almost 12 years ago
Update unit tests to pass with latest changes to bitcoin.authtree. More... almost 12 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. More... almost 12 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. More... almost 12 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. More... almost 12 years ago
Remove extra parameters for serialization which are not currently being used. More... almost 12 years ago
Switch to single sha256 for authentication trees. More... almost 12 years ago
Omnibus update. Disambiguate LittleCompactSize, BigCompactSize, and VarInt. Also redo the ledger classes to match the current BIP. More... almost 12 years ago
Change authentication tree structure to encode count and size in the digest. More... almost 12 years ago
Switch to new serialization primitives. More... almost 12 years ago
Import special ‘tuple’ class to be used as base type. More... almost 12 years ago
Simplify update() method for nop-hasher, in the process fixing py3k issues. More... almost 12 years ago
Bug: leftover untested code in transaction initialization reference local variable which no longer exists. More... almost 12 years ago
Change Script serialization to not include CompactSize prefix (overall simplification to the code which uses Script). More... almost 12 years ago
Rework serialization primitives to use class structures (e.g. CompactSize, FlatData, VarInt, etc.). More... almost 12 years ago