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 22 hours
ago. based on code collected
about 22 hours
ago.
Aug 06, 2024 — Aug 06, 2025
Showing page 5 of 11
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Switch from namedtuple (read-only) to recordtype (read-write) for ChainParameters.
Mark Friedenbach
More...
almost 12 years ago
Remove OutPoint as a separate class - it's now part of the Input structure.
Mark Friedenbach
More...
almost 12 years ago
Completely revamp PatriciaNode structure, moving most of the functionality of Trie into Node (similar to reorganization of MerkleNode that was performed earlier).
Mark Friedenbach
More...
almost 12 years ago
Get rid of children_create and children_clear (children_create can still be specified to override __init__ behavior).
Mark Friedenbach
More...
almost 12 years ago
Module utxo -> ledger
Mark Friedenbach
More...
almost 12 years ago
Cleanup build files, upgrade build dependencies.
Mark Friedenbach
More...
about 12 years ago
deserialize_transaction is no longer required now that the Block class does not handle deserialization of the Block/Transaction Merkle-tree.
Mark Friedenbach
More...
about 12 years ago
deserialize_outpoint calls a class method, so it needs to be a class method itself.
Mark Friedenbach
More...
about 12 years ago
MerkleList is serializable, not MerkleNode.
Mark Friedenbach
More...
about 12 years ago
Move Merkle-tree code into its own module, and begin process of implementing MerkleList and MerkleProof containers.
Mark Friedenbach
More...
about 12 years ago
Change from [] syntax to list(), since we're using the blist list type.
Mark Friedenbach
More...
about 12 years ago
Reorder code.
Mark Friedenbach
More...
about 12 years ago
Fix typo in documentation.
Mark Friedenbach
More...
about 12 years ago
Eliminate masking class names - TestPatriciaLinkSerialization test suite is now executed.
Mark Friedenbach
More...
about 12 years ago
Re-write PATRICIA trees to have a variable-length binary string value type, opposed to the hash256 which was used before.
Mark Friedenbach
More...
about 12 years ago
Formatting fix.
Mark Friedenbach
More...
about 12 years ago
Add list and tuple as importable names to the tools module, using the optimized blist implementations if available.
Mark Friedenbach
More...
about 12 years ago
Add hybrid level-compressed / node-compressed PATRICIA trees, and associated unit tests.
Mark Friedenbach
More...
about 12 years ago
Add icmp, an iterator comparison relational.
Mark Friedenbach
More...
about 12 years ago
Rename utils -> tools.
Mark Friedenbach
More...
about 12 years ago
Add documentation.
Mark Friedenbach
More...
about 12 years ago
Restructure the way in which merkle trees are constructed, and add some preliminary unit tests for MerkleNode.
Mark Friedenbach
More...
about 12 years ago
Add UnspentTransaction, a pythonic version of CCoins from the ultraprune branch of bitcoind.
Mark Friedenbach
More...
about 12 years ago
Restructure integer/hash serialization to make the _leint/_beint functions basic. Hash serialization is now little-endian serialization by another name, and only included for compatibility purposes (serialize_hash is used everywhere).
Mark Friedenbach
More...
about 12 years ago
Ordering fix.
Mark Friedenbach
More...
about 12 years ago
Test that the correct symbols are found by a wildcard import statement.
Mark Friedenbach
More...
about 12 years ago
Add testing of unspecified-length integer serialization.
Mark Friedenbach
More...
about 12 years ago
Add serialize_leint and deserialize_leint based on the hash serialization routines.
Mark Friedenbach
More...
about 12 years ago
Allow direct specification of file object for ScriptPickler load/dump methods.
Mark Friedenbach
More...
about 12 years ago
Move compress_amount into utils, as it alone is not deserving of a module namespace.
Mark Friedenbach
More...
about 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