electrs/src
2018-10-27 18:37:26 +02:00
..
bin Only start HTTP server once when the index is fully synced 2018-10-27 03:24:18 +02:00
app.rs Reload block header index only after bulk indexing is over 2018-08-31 20:51:57 +03:00
bulk.rs Re-format using Rust 1.29 2018-09-14 16:35:18 +03:00
config.rs Use LRU cache (instead of an unbounded HashMap) for transaction caching 2018-10-17 11:46:49 +03:00
daemon.rs Re-format using Rust 1.29 2018-09-14 16:35:18 +03: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 Replace /blocks/tip with /tip/height and /tip/hash 2018-10-26 22:15:47 +02:00
lib.rs Add scriptpubkey_address to transaction outputs 2018-10-26 22:15:47 +02:00
mempool.rs Query transaction confirmation status 2018-10-26 22:15:47 +02:00
metrics.rs add rest endpoints to serve a block explorer 2018-10-26 22:15:47 +02:00
notify.rs Refactor P2P notification handling 2018-08-15 17:40:56 +03:00
query.rs Only fetch as many txids as needed in order to know that there are too many. 2018-10-27 18:37:26 +02:00
rest.rs Implement endpoints for finding spending txs 2018-10-27 18:37:26 +02:00
rpc.rs add rest endpoints to serve a block explorer 2018-10-26 22:15:47 +02:00
signal.rs Gracefully exit on SIGTERM 2018-08-31 10:39:01 +03:00
store.rs Add scanning DBStore prefix iterator 2018-10-01 21:15:11 +03:00
util.rs Query transaction confirmation status 2018-10-26 22:15:47 +02:00