electrs/src
2018-07-28 14:57:09 +03:00
..
bin Abstract cookie handling to a trait object 2018-07-28 14:57:09 +03:00
app.rs Simplify main loop using Option<RPC> 2018-07-15 14:05:17 +03:00
bulk.rs Allow skipping blk*.dat import for low-memory systems 2018-07-23 12:05:46 +03:00
config.rs Abstract cookie handling to a trait object 2018-07-28 14:57:09 +03:00
daemon.rs Reconnect after TCP disconnections and HTTP errors 2018-07-28 14:57:09 +03:00
errors.rs Fail with ErrorKind::Connection (instead of a generic error) 2018-07-28 10:06:02 +03:00
fake.rs Split reading from indexing blk*.dat files 2018-07-10 15:37:56 +03:00
index.rs Split reading from indexing blk*.dat files 2018-07-10 15:37:56 +03:00
lib.rs Increase open files limit explicitly 2018-07-12 14:44:10 +03:00
mempool.rs Remove unneeded log statement at mempool 2018-07-22 21:39:39 +03:00
metrics.rs Format using nightly rustfmt 2018-07-03 11:46:36 +03:00
query.rs Sort unspent outputs by confirmed height 2018-07-22 21:33:20 +03:00
rpc.rs Support 'blockchain.address.listunspent' Electrum RPC 2018-07-22 21:26:02 +03:00
signal.rs Simplify SIGINT polling 2018-07-10 15:29:56 +03:00
store.rs Explicitly specify 'max_open_files' to reduce RAM usage 2018-07-26 12:43:46 +03:00
util.rs Allow iterating on HeaderList 2018-06-25 10:44:51 +03:00