1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected 2 days ago.
Sep 18, 2025 — Sep 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Basic script evaluation More... about 14 years ago
Continued preliminary work on script parsing and verification. More... about 14 years ago
Implement script CheckSig operation More... about 14 years ago
Import bitcoin ECDSA key class More... about 14 years ago
ChainDb, MemPool: whitespace cleanup More... about 14 years ago
CTransaction's is_valid() now covers script tokenization More... about 14 years ago
script: for pushdata ops, do not obscure original opcode More... about 14 years ago
Move netmagic back to defs.py, where testscript.py may use it. More... about 14 years ago
Process block orphans, after each successful block chain addition More... about 14 years ago
Fix loadblock import, by using low-level file I/O routines More... about 14 years ago
.gitignore: ignore local*.cfg More... about 14 years ago
Support multiple chains easily; support testnet3 More... about 14 years ago
Support 'pong' message (BIP 31) More... about 14 years ago
Update to protocol version 60000, including CAddress changes More... about 14 years ago
Pass protocol version to each message More... about 14 years ago
Import protocol version defs, and use them to alter getblocks behavior More... about 14 years ago
Add TODO text file More... about 14 years ago
testscript.py: Add script parsing test More... about 14 years ago
Move Log class to its own file, to enable sharing More... about 14 years ago
script: restrict valid-opcode check to non-pushdata opcodes More... about 14 years ago
Add skeleton script object. Scripts are tokenized from raw data. More... about 14 years ago
mempool: verify TX inputs are unspent, before accepting More... about 14 years ago
Verify TX's in blocks are not spent More... about 14 years ago
Add simple README More... about 14 years ago
Avoid sending multiple redundant getblocks messages in a short span of time More... about 14 years ago
Improve duplicate-TX logging More... about 14 years ago
Replace print statements with simple log facility More... about 14 years ago
Build TX-spent index More... about 14 years ago
When accepting a block, display full hash More... about 14 years ago
Enable loading blocks from on-disk file, in addition to network More... about 14 years ago