0
I Use This!
Inactive

Commits : Listings

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