1630 Commits (709043f713427cd687b4f4847e5b9188db111746)
 

Author SHA1 Message Date
Neil Booth 891730e78f Move flush_backup() to db.py 7 years ago
Neil Booth 42c3a308db Move to flush_dbs in db.py 7 years ago
Neil Booth d3f9ba386c Move flush_state() to db.py 7 years ago
Neil Booth d1510b1192 Move bulk of UTXO flush logic to db.py 7 years ago
Neil Booth 9515e1a1e4 Improve flow for opening DBs 7 years ago
Neil Booth aac84ade75 Sleep at shutdown 7 years ago
Neil Booth c9631f3438 Move history flushing to DB.flush_history() 7 years ago
Neil Booth 11c6c919a6 Move fs_flush to db.py and merge with fs_update 7 years ago
Neil Booth d87c3dedcf Move assert_flushed DB logic to db.py 7 years ago
Neil Booth 70319bb22d Merge branch 'master' into devel 7 years ago
Neil Booth dd67b57c30 Catch and log failures in the main peers task 7 years ago
Neil Booth afae1b4a42 Fix rare race condition 7 years ago
Neil Booth 83813ff1ac Extend SUPPRESS_MESSAGE_REGEX 7 years ago
Neil Booth 7f28677549 Merge branch 'master' into devel 7 years ago
Neil Booth 9dff85c027 Prepare 1.8.2 7 years ago
Neil Booth 028374ede4 Shield the taking of the lock, otherwise it is lost 7 years ago
Neil Booth e95f556234 Merge branch 'master' into devel 7 years ago
Neil Booth e2d3f655fb Set retry_event on correct object 7 years ago
Neil Booth 9a2dfa9ab0 Merge branch 'master' into devel 7 years ago
Neil Booth ab848ed312 Update aiorpcX dep in setup.py 7 years ago
Neil Booth 87d55c3fc5 Prepare 1.8.1 7 years ago
Neil Booth 9b22fd3a15 Peer verification needs to be serial... 7 years ago
Neil Booth 09edee6091 Merge branch 'mc-initialization' into devel 7 years ago
Neil Booth e0ccf0cce3 Populate the header merkle cache in a thread 7 years ago
Neil Booth 0a8045278a Merge branch 'no-shutdown-hacks' into devel 7 years ago
Neil Booth 2803ef913e Merge branch 'master' into devel 7 years ago
Neil Booth 28ea9ae2f4 Remove hackery 7 years ago
Neil Booth 12c49bbe75 Suppress accept_connection2 asyncio log spew 7 years ago
Neil Booth 931b227618 Verify a peer concurrently 7 years ago
Neil Booth 9b4276c68d Have peers.py use its own task group 7 years ago
Neil Booth 9c5d59e997 Use new Session interface 7 years ago
Neil Booth 2d66a4f5aa aiorpcX 0.7.0 has better string text for TaskTimeout 7 years ago
Neil Booth 6697614427 Use close from aiorpcX 0.7.0 7 years ago
Neil Booth 962b4679d7 Require aiorpcX 0.7.0 7 years ago
Neil Booth a3afab83d6 Better handle bad input to query RPC call 7 years ago
Neil Booth 1badab2186 Add documentation of proposed protocol 1.5 changes 7 years ago
Neil Booth 74e6fe416f Move close() up to the base class 7 years ago
Neil Booth 955a8e927d Put flushing-to-DB in a thread 7 years ago
Neil Booth 1efc8cb8ec Make the merkle cache and read_headers async 7 years ago
Neil Booth db5d516756 Make raw_header async 7 years ago
Neil Booth f24b022fa4 Remove dead code 7 years ago
Neil Booth 12dbf2c74a Rename get_history to limited_history 7 years ago
Neil Booth a036a2eb3f Rename get_utxos to all_utxos. 7 years ago
Neil Booth 0c8d5ddf63 Mark as dev branch 7 years ago
Neil Booth 78388999a7 Prepare 1.8 7 years ago
Neil Booth c9f97d98e0 Improve electrumx_rpc error handling 7 years ago
Neil Booth c141bfffd9 Remove some dead debug code 7 years ago
Neil Booth 55da063f6b Tweak exception output to use !r 7 years ago
Neil Booth 1956b9d659 Use a regex for message suppression 7 years ago
Neil Booth 09e840de3c Fix spawn call 7 years ago