268 Commits (1aaed2e9138dd0b1179ebed98dea4b2f20d9ab1c)

Author SHA1 Message Date
Neil Booth 1aaed2e913 Create just one server connection 8 years ago
Neil Booth 3f743e9630 Distinguish undo_info being empty and not existing 8 years ago
Neil Booth af3ae6429e Fix logging bug 8 years ago
Neil Booth 4e26e0fe96 Bump default value of MAX_SEND to 1m bytes. 8 years ago
Neil Booth 95a2de6dae Move DB undo code to db.py 8 years ago
Neil Booth 8d253c81d3 Move clean_db() to db.py 8 years ago
Neil Booth 59244cc24e Move bulk of FS flush code to db.py 8 years ago
Neil Booth df3cb8535a Cleaner handling of touched addresses 8 years ago
Neil Booth b97496d4a5 Set max_open_files for LevelDB to 256 8 years ago
Neil Booth 9544170c55 Prepare release-0.7.10 8 years ago
Neil Booth 292073f2c7 Log large requests and reject them 8 years ago
Neil Booth 59733e4609 Move bitcoin-specific coin defaults to Bitcoin 8 years ago
TheLazieR Yip f3ecfe00e2 Remove unused variables 8 years ago
TheLazieR Yip 828727d41a Remove unneccessary local variables 8 years ago
TheLazieR Yip e987510432 Replace double_sha256 with header_hash from coin 8 years ago
TheLazieR Yip b3623f5455 replace header_hashes with header_prevhash , header_hash 8 years ago
Neil Booth 9f2bd981f0 Prepare 0.7.9 8 years ago
Neil Booth 42c00d32d2 Rewrite lib/jsonrpc.py to be a useful client too 8 years ago
Neil Booth 2dbb9f44f6 Prepare release 0.7.8 8 years ago
Neil Booth ef2703177e Fix another assertion error during reorgs 8 years ago
Neil Booth 86b0f7fa72 Prepare 0.7.7 8 years ago
Neil Booth de4930b96d Introduce MAX_HIST environment variable. 8 years ago
Neil Booth 70ee7eebd8 Prepare 0.7.6 8 years ago
Neil Booth 956d1b8039 Fix IRC regression 8 years ago
Neil Booth 86086cac63 Prepare 0.7.5 8 years ago
Neil Booth 9e220820aa Rework futures and event handling 8 years ago
Neil Booth bab0d162de Merge ServerManager and BlockServer 8 years ago
TheLazieR Yip f075f0bb5f Add coin's IRC parameters 8 years ago
Neil Booth f20859a8a6 Prepare 0.7.4 8 years ago
Neil Booth 640360c809 Add feature to simulate reorgs for debugging 8 years ago
Neil Booth 8970205e6c Remove obsolete debugging feature 8 years ago
Neil Booth 2df5aa746f Pop one from tx_counts for each block we back up. 8 years ago
Neil Booth 26221e751e Remove dead code 8 years ago
Neil Booth 39021792ca Prepare 0.7.3 8 years ago
Neil Booth d1ba4b1a76 Reset fs_height when backing up 8 years ago
Neil Booth 67bb01bf2c Fix reorgs with unspendable TXOs 8 years ago
Neil Booth e5c4bb9743 Prepare 0.7.2 release 8 years ago
Neil Booth aa9f106865 Add missing self; use max_secs where intended. 8 years ago
Neil Booth 285a66fceb Prepare 0.7.1 8 years ago
Neil Booth fa30c5529b Fix missing qualifier 8 years ago
Neil Booth dd0cd0156f Remove debug log 8 years ago
Neil Booth 87cdd2709d Implement daemon failover 8 years ago
Neil Booth 11558fd9d2 Add debug log 8 years ago
Neil Booth 1dc43b3020 Show connection total in connection log 8 years ago
Neil Booth 5eb92007ae Remove redundant log; IRC will emit one 8 years ago
Neil Booth 98fd178c62 Make mempool truly asynchronous 8 years ago
Neil Booth 8b34d1c134 Log IRC errors, typically missing package 8 years ago
Neil Booth dd5a31d0f4 Take a little more care cleaning up connections 8 years ago
Neil Booth 8617c82ec2 Floor disk_count at zero. 8 years ago
Neil Booth ccf24fdc71 Wait 20 secs for sockets to close 8 years ago