146 Commits (09c4bdc5c3146653faf076a5ce2716e6c4e19661)

Author SHA1 Message Date
Neil Booth 6db9cb967c Require attributes to be specified for a coin 8 years ago
Neil Booth 1856cbe6c0 Coin fixes/cleanup (erasmospunk) 8 years ago
Neil Booth cb0160901f Unify executor and futures logic 8 years ago
Neil Booth 4729ba2e21 Tweak the shutdown process 8 years ago
Neil Booth 131601a7b2 Rework clean shutdown logic 8 years ago
Neil Booth b01933913f Add traceback for daemon errors 8 years ago
Neil Booth 8d58d2a0e7 Clean up shutdown logic and logging 8 years ago
Neil Booth 5784412393 Write out undo info with the UTXO flushes 8 years ago
Neil Booth 2ad64f6243 Add an RPC call to force a reorg at run-time 8 years ago
Neil Booth 15051124af Make flushes and reorgs async 8 years ago
Neil Booth 4d62019b07 Check Genesis hash 8 years ago
Neil Booth 852753cb94 Implement deserialization of SegWit transactions 8 years ago
Neil Booth 91ca5fc14a Split out history into its own DB. 8 years ago
Neil Booth 7f9cb9cd9d Generic header length 8 years ago
Neil Booth 2b2909f1c4 Move to hashX 8 years ago
Neil Booth 0f43ce564a Fix log message 8 years ago
Neil Booth 533c97a575 Clean up DB open handling 8 years ago
Neil Booth 67908b3541 Slightly cleaner semaphore fix 8 years ago
shsmith 62eded55bb move sleep outside semaphore (issue 88) 8 years ago
Neil Booth efe3ebd9ee Remove None from touched when backing up. 8 years ago
Neil Booth e91f49101b Don't start processing mempool until caught up 8 years ago
Neil Booth 0665e1ac5c Clear the touched addresses if not caught up 8 years ago
Neil Booth 39af7a7463 Rework main block processor loop 8 years ago
Neil Booth 3f64a8dd6e Log block processing time only if not syncing 8 years ago
Neil Booth 1ebebf08d9 Improve logging 8 years ago
Neil Booth 5c80b96d0f Prioritize mempool processing of sent txs 8 years ago
Neil Booth ac48695db8 daemon: getting height optionally gets mempool 8 years ago
Neil Booth 5fe49bb261 Synchronize daemon height and mempool fetching 8 years ago
Neil Booth e2f4847632 New env var MAX_SESSIONS 8 years ago
Neil Booth 1ef6a4d785 Split mempool out into new file. 8 years ago
Neil Booth 7399452294 Temporary hack to fix initial sync slowdown 8 years ago
Neil Booth 238b9e0285 Process blocks in the executor 8 years ago
Neil Booth 6b551973e8 queue -> tasks 8 years ago
Neil Booth f9cc21807f Further optimize the inner loop 8 years ago
Neil Booth 5c0b026158 Tasks queue just has null entries for now 8 years ago
Neil Booth 6aef79461f Don't shut down block processor by cancellation 8 years ago
Neil Booth 1b95bcd8ac Open DB differently depending on if syncing 8 years ago
Neil Booth 0afddb7bc3 Give backing up its own flush function 8 years ago
Neil Booth f5384ccc98 Remove get_tx_hash 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 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
TheLazieR Yip f3ecfe00e2 Remove unused variables 8 years ago
TheLazieR Yip 828727d41a Remove unneccessary local variables 8 years ago
TheLazieR Yip b3623f5455 replace header_hashes with header_prevhash , header_hash 8 years ago
Neil Booth ef2703177e Fix another assertion error during reorgs 8 years ago
Neil Booth 9e220820aa Rework futures and event handling 8 years ago