0
I Use This!
Inactive

Commits : Listings

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