0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 5 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #13 from amiller/master More... over 10 years ago
Bug in connect block, tx sha256 not computed More... over 10 years ago
Merge pull request #12 from daedalus/master More... over 10 years ago
addnodes support More... over 10 years ago
Merge pull request #11 from daedalus/master More... over 10 years ago
addnodes support More... over 10 years ago
mkbootstrap: add command line option, to output all blocks, not just blocks up to latest checkpoint. More... about 11 years ago
q_avg_size: remove unused bootstrap.dat file creation More... about 11 years ago
New script q_avg_size, example query More... about 11 years ago
node: do not send mempool at startup More... about 11 years ago
Break out bitcoin library into separate python module. More... about 11 years ago
Update for latest upstream checkpoints. More... about 11 years ago
TODO: add note on missing opcode More... over 11 years ago
ChainDb: check mempool for orphans More... over 11 years ago
ChainDb: replace broken tx_connected logic with orphan detection More... over 11 years ago
Update BUGS, TODO for recently completed items More... over 11 years ago
ChainDb: move code to new method .txout_spent More... over 11 years ago
Prefer the function-style print statement More... over 11 years ago
Add mkbootstrap.py script, for creating bootstrap.dat files. More... over 11 years ago
Store raw blocks as network "block" messages, including msg hdr & checksum More... over 11 years ago
Move message-encode function to bitcoin/messages module More... over 11 years ago
README: document dependencies More... over 11 years ago
Merge branch 'gevent' of git://github.com/amiller/pynode into leveldb More... over 11 years ago
disconnect-block now uses one write batch More... over 11 years ago
Removed two race conditions. 1) gevent tasks only switch during socket IO, but not file IO 2) all database modifications via connect_block are applied as a transaction More... over 11 years ago
ChainDb: more tab/space fixes More... over 11 years ago
ChainDb, node, rpc: convert spaces to tabs More... over 11 years ago
NodeConn: trap socket sendall() errors More... over 11 years ago
Import blockchain checkpoints from reference client More... over 11 years ago
Switched from GDBM to leveldb. No big deal. More... over 11 years ago