electrs/src
2018-11-22 22:53:24 +02:00
..
bin Monitor REST API handlers' latency, methods and error codes 2018-11-22 13:23:03 +02:00
app.rs Reload block header index only after bulk indexing is over 2018-08-31 20:51:57 +03:00
bulk.rs Use u32 internally for transaction height (instead of usize) 2018-11-18 11:53:18 +02:00
config.rs Add --http-addr option to configure the HTTP server listen address/port 2018-11-13 06:31:50 +02:00
daemon.rs Update rust-bitcoin to 0.15.1 and re-generate Cargo.lock 2018-11-15 16:24:36 +02:00
errors.rs Add interrupt error kind 2018-07-29 09:39:36 +03:00
fake.rs Add a small comment to test caching 2018-09-28 11:42:34 +03:00
index.rs Use u32 internally for transaction height (instead of usize) 2018-11-18 11:53:18 +02:00
lib.rs Experiment with Rayon 2018-11-22 22:53:24 +02:00
mempool.rs Use u32::max_value() for mempool transactions' height at mempool.rs 2018-11-18 11:54:40 +02:00
metrics.rs Move default latency buckets' definition into metrics.rs 2018-11-22 13:22:22 +02:00
notify.rs Update rust-bitcoin to 0.15.1 and re-generate Cargo.lock 2018-11-15 16:24:36 +02:00
query.rs Experiment with Rayon 2018-11-22 22:53:24 +02:00
rest.rs Monitor REST API handlers' latency, methods and error codes 2018-11-22 13:23:03 +02:00
signal.rs Gracefully exit on SIGTERM 2018-08-31 10:39:01 +03:00
store.rs Index while compaction is enabled (for SSD) 2018-11-21 13:06:10 +02:00
util.rs Run 'cargo +stable fmt --all' 2018-11-15 16:27:17 +02:00