0
I Use This!
Inactive

Commits : Listings

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