1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 09:54:09 +01:00
electrs/src
2018-08-20 12:28:30 +03:00
..
bin Persist full compaction marker after bulk indexing is over 2018-08-06 20:23:33 +03:00
app.rs Use regular indexing instead of the bulk-based one (with disabled compaction) 2018-08-05 15:01:18 +03:00
bulk.rs Persist full compaction marker after bulk indexing is over 2018-08-06 20:23:33 +03:00
config.rs Separate default monitoring ports for testnet and regtest 2018-08-14 10:16:01 +03:00
daemon.rs Fix daemon resconnection log message 2018-08-20 12:28:30 +03:00
errors.rs Add interrupt error kind 2018-07-29 09:39:36 +03:00
fake.rs Split reading from indexing blk*.dat files 2018-07-10 15:37:56 +03:00
index.rs Allow setting index batch size from command-line 2018-08-06 18:44:18 +03:00
lib.rs Move p2p listener logic into notify module 2018-08-15 11:08:52 +03:00
mempool.rs Remove periodic mempool size logging 2018-08-15 08:50:59 +03:00
metrics.rs Export more metrics from server 2018-08-06 18:44:18 +03:00
notify.rs Refactor P2P notification handling 2018-08-15 17:40:56 +03:00
query.rs Unconfirmed balance may be negative 2018-08-14 10:34:50 +03:00
rpc.rs Move shutting down logging to INFO 2018-08-15 15:27:48 +03:00
signal.rs Respond to SIGINT while waiting for re-connections 2018-07-29 09:48:49 +03:00
store.rs Increase target_file_size to 256MB (for HDD) 2018-08-07 15:11:09 +03:00
util.rs Allow iterating on HeaderList 2018-06-25 10:44:51 +03:00