0
I Use This!
Inactive

Commits : Listings

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