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 15 hours
ago. based on code collected
about 15 hours
ago.
Aug 01, 2024 — Aug 01, 2025
Showing page 9 of 11
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Various minor formatting and layout fixes.
Mark Friedenbach
More...
almost 13 years ago
Added CFLAGS and LDFLAGS to access MacPorts-installed libraries. Has no effect on other platforms.
Mark Friedenbach
More...
almost 13 years ago
Create Makefile.local from configure script.
Mark Friedenbach
More...
almost 13 years ago
Add download of testnet3 testnet-in-a-box data for testing purposes.
Mark Friedenbach
More...
almost 13 years ago
Renamed uint256_from_compact to target_from_compact, for nomenclature consistency.
Mark Friedenbach
More...
almost 13 years ago
Added pynode copyright notice and license to all source files, since this project is properly forked from pynode.
Mark Friedenbach
More...
almost 13 years ago
Moved merkle-root calculation into bitcoin.crypto module, and generalized to handle the case of explicit trees.
Mark Friedenbach
More...
almost 13 years ago
Add shell of a chain object.
Mark Friedenbach
More...
almost 13 years ago
Formatting fixes.
Mark Friedenbach
More...
almost 13 years ago
Added transaction-type constants.
Mark Friedenbach
More...
almost 13 years ago
Added some utility methods to class Transaction: is_final(), is_newer_than(), and is_standard(). Still some work to be done.
Mark Friedenbach
More...
almost 13 years ago
Omnibus update:
Mark Friedenbach
More...
almost 13 years ago
Alphabetical ordering.
Mark Friedenbach
More...
almost 13 years ago
VALID_OPCODES should be a list.
Mark Friedenbach
More...
almost 13 years ago
Minor, internal nomenclature changes.
Mark Friedenbach
More...
almost 13 years ago
Added unit tests for uint256_from_compact API.
Mark Friedenbach
More...
almost 13 years ago
Added unit tests for Merkle-root calculation, and fix to allow for empty parameters (resulting in the zero hash).
Mark Friedenbach
More...
almost 13 years ago
Add unit tests for list serialization.
Mark Friedenbach
More...
almost 13 years ago
Add API-support for 'full'/'simple' transaction validation (not yet implemented).
Mark Friedenbach
More...
almost 13 years ago
Don't assume that vin/vout/vtx are implemented as lists.
Mark Friedenbach
More...
almost 13 years ago
Add M2Crypto, numpy, scipy, and pandas as production dependencies, since these will be used in transaction and block validation.
Mark Friedenbach
More...
almost 13 years ago
Added explicit exception if there is not sufficient data read to decode a varchar, and unit tests to confirm this behavior.
Mark Friedenbach
More...
almost 13 years ago
Add dividing lines between unit tests for different API's.
Mark Friedenbach
More...
almost 13 years ago
Add unit tests for serialize_hash/deserialize_hash.
Mark Friedenbach
More...
almost 13 years ago
Untested implementation of basic blockchain data structures imported from pynode.
Mark Friedenbach
More...
almost 13 years ago
Fix crash due to copy-and-paste error.
Mark Friedenbach
More...
almost 13 years ago
Translation services don't exist for this app, so don't use them.
Mark Friedenbach
More...
almost 13 years ago
Do not call file.read() for zero bytes.
Mark Friedenbach
More...
almost 13 years ago
Added pynode's MIT license to COPYRIGHT file.
Mark Friedenbach
More...
almost 13 years ago
Formatting fix.
Mark Friedenbach
More...
almost 13 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