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
about 11 hours
ago. based on code collected
about 11 hours
ago.
Aug 09, 2024 — Aug 09, 2025
Showing page 4 of 11
Search / Filter on:
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.
Mark Friedenbach
More...
almost 12 years ago
Add better repr() implementation for PatriciaLink.
Mark Friedenbach
More...
almost 12 years ago
Check that size and length are as expected.
Mark Friedenbach
More...
almost 12 years ago
Add more test cases.
Mark Friedenbach
More...
almost 12 years ago
Remove 'L' at the end of hash value.
Mark Friedenbach
More...
almost 12 years ago
Add translation from target to compact, and add support for sign bit.
Mark Friedenbach
More...
almost 12 years ago
Make pushed data Python evaluable in its repr().
Mark Friedenbach
More...
almost 12 years ago
Encode connection information as binary strings, because that's how requests expects them.
Mark Friedenbach
More...
almost 12 years ago
Python 3 fix.
Mark Friedenbach
More...
almost 12 years ago
Switch to regular Python @property.
Mark Friedenbach
More...
almost 12 years ago
Pass on received serialization arguments, in case different parameters are required when hashing.
Mark Friedenbach
More...
almost 12 years ago
Add __bytes__ method for Python 3, or customized serialization.
Mark Friedenbach
More...
almost 12 years ago
Remove size property from serialization mixin, since it's not efficiently implemented and takes up a valuable attribute name.
Mark Friedenbach
More...
almost 12 years ago
Handle case of pruning list of length 1.
Mark Friedenbach
More...
almost 12 years ago
Add note about future improvement.
Mark Friedenbach
More...
almost 12 years ago
Code reorganization.
Mark Friedenbach
More...
almost 12 years ago
Pythonic code style adjustment.
Mark Friedenbach
More...
almost 12 years ago
Add metadata to pythonic representation of UnspentTransaction.
Mark Friedenbach
More...
almost 12 years ago
Put most likely difference first.
Mark Friedenbach
More...
almost 12 years ago
Switch to tuple for ever so slight speed increase.
Mark Friedenbach
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.
Mark Friedenbach
More...
almost 12 years ago
Fix spelling typo.
Mark Friedenbach
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.
Mark Friedenbach
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).
Mark Friedenbach
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.
Mark Friedenbach
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).
Mark Friedenbach
More...
almost 12 years ago
Change difficulty to the same algorithm used by the Satoshi client (except returning an mpq instead of a double).
Mark Friedenbach
More...
almost 12 years ago
Make Block the block header only, and rename prev_block -> parent_hash, merkle_root -> merkle_hash.
Mark Friedenbach
More...
almost 12 years ago
Small code style adjustments.
Mark Friedenbach
More...
almost 12 years ago
Make dependency versioning >=.
Mark Friedenbach
More...
almost 12 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