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 4 hours
ago. based on code collected
about 4 hours
ago.
Jul 29, 2024 — Jul 29, 2025
Showing page 3 of 11
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Switch to standard domain notation for chain names.
Mark Friedenbach
More...
almost 12 years ago
Fix bug where a common prefix of zeros was being ignored.
Mark Friedenbach
More...
almost 12 years ago
Version bump for development.
Mark Friedenbach
More...
almost 12 years ago
Release v0.0.7
Mark Friedenbach
More...
almost 12 years ago
Rewrite PatriciaNode to use binary tree structure - all nodes now have a branching factor of 2.
Mark Friedenbach
More...
almost 12 years ago
Add __bool__ method for python3 compatibility.
Mark Friedenbach
More...
almost 12 years ago
Formatting fix.
Mark Friedenbach
More...
almost 12 years ago
Add bitstring library, and monkey patch it to allow Bits to be compared against each other.
Mark Friedenbach
More...
almost 12 years ago
Move bignum serialization into serialize module, since it sees use in many different places.
Mark Friedenbach
More...
almost 12 years ago
Version bump for development.
Mark Friedenbach
More...
almost 12 years ago
Release v0.0.6
Mark Friedenbach
More...
almost 12 years ago
Rewrite PatriciaLink to have both a node and hash value (using the typical HashableMixin, although the hash is actually just cached from the node). This enables backends which lookup by hash or by node, and saving of the cached hash value when constructing new links.
Mark Friedenbach
More...
almost 12 years ago
Add 'repr' for ContractOutPoint, as the default would print binary data to the prompt.
Mark Friedenbach
More...
almost 12 years ago
Remove 'Outputs' from the names of the index structures, to make it a little less verbose.
Mark Friedenbach
More...
almost 12 years ago
Use a recordtype for signatures instead of deriving from tuple directly. This is both cleaner, and more expressive.
Mark Friedenbach
More...
almost 12 years ago
Allow serialize_list to default to class-based serialization (calling the serialize() method for each element).
Mark Friedenbach
More...
almost 12 years ago
Restructure Script class to be a binary string instead of a tuple. This allows Script to be used to encode non-parseable strings, such as some coinbases, and is generally a cleaner design.
Mark Friedenbach
More...
almost 12 years ago
OP_0 shouldn't be treated like the other data pushing opcodes since it is a single-byte instruction.
Mark Friedenbach
More...
almost 12 years ago
Formatting improvements.
Mark Friedenbach
More...
almost 12 years ago
Allow either a integer value or standard Python date time for the Block.time value.
Mark Friedenbach
More...
almost 12 years ago
Fix broken code - passing self makes the two cases asymmetrical.
Mark Friedenbach
More...
almost 12 years ago
Drop output_ prefix from hash and index of Input type.
Mark Friedenbach
More...
almost 12 years ago
Remove namecoin parameters since namecoin isn't really supported, or planned to be supported.
Mark Friedenbach
More...
almost 12 years ago
Add pubkey_hash_prefix, script_hash_prefix, and secret_prefix base58 parameters to chain descriptions.
Mark Friedenbach
More...
almost 12 years ago
Formatting fix.
Mark Friedenbach
More...
almost 12 years ago
Version bump for development.
Mark Friedenbach
More...
almost 12 years ago
Version 0.0.5.
Mark Friedenbach
More...
almost 12 years ago
Add requirements to setup.py.
Mark Friedenbach
More...
almost 12 years ago
Switch to standard Python decorator, removing production dependency on python-patterns.
Mark Friedenbach
More...
almost 12 years ago
Add UTXO indicies.
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