0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Aug 09, 2024 — Aug 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updates to PatriciaNode: remove start, end, parents; add link_class and node_class; construct new nodes on update instead of overwriting the old nodes; minor adjustments to internal code names. More... almost 12 years ago
Add better repr() implementation for PatriciaLink. More... almost 12 years ago
Check that size and length are as expected. More... almost 12 years ago
Add more test cases. More... almost 12 years ago
Remove 'L' at the end of hash value. More... almost 12 years ago
Add translation from target to compact, and add support for sign bit. More... almost 12 years ago
Make pushed data Python evaluable in its repr(). More... almost 12 years ago
Encode connection information as binary strings, because that's how requests expects them. More... almost 12 years ago
Python 3 fix. More... almost 12 years ago
Switch to regular Python @property. More... almost 12 years ago
Pass on received serialization arguments, in case different parameters are required when hashing. More... almost 12 years ago
Add __bytes__ method for Python 3, or customized serialization. More... almost 12 years ago
Remove size property from serialization mixin, since it's not efficiently implemented and takes up a valuable attribute name. More... almost 12 years ago
Handle case of pruning list of length 1. More... almost 12 years ago
Add note about future improvement. More... almost 12 years ago
Code reorganization. More... almost 12 years ago
Pythonic code style adjustment. More... almost 12 years ago
Add metadata to pythonic representation of UnspentTransaction. More... almost 12 years ago
Put most likely difference first. More... almost 12 years ago
Switch to tuple for ever so slight speed increase. More... almost 12 years ago
'height' should not be included in this check because it needs to be specified if you are passing in a regular transaction. More... almost 12 years ago
Fix spelling typo. More... almost 12 years ago
Move imports closer to where they are needed so that the above constants can be imported into other modules without a circular dependency. More... almost 12 years ago
Add built-in serialize/deserialize to the hash algorithm interfaces, so that a hash value can be used as a 'type' in places where serializable types are expected (e.g., index structures). More... almost 12 years ago
Add ConnectedBlockInfo structure, which records some extra useful information about a block which is learned from its place in the block graph. More... almost 12 years ago
Add work calculation (number of hash operations which need to be performed on average to solve the proof of work at the block's difficulty). More... almost 12 years ago
Change difficulty to the same algorithm used by the Satoshi client (except returning an mpq instead of a double). More... almost 12 years ago
Make Block the block header only, and rename prev_block -> parent_hash, merkle_root -> merkle_hash. More... almost 12 years ago
Small code style adjustments. More... almost 12 years ago
Make dependency versioning >=. More... almost 12 years ago