1
0
Fork 0
mirror of https://github.com/romanz/electrs.git synced 2025-02-24 15:02:21 +01:00
electrs/src
Roman Zeyde 9b2d40966d Use blocks' height iterator (instead of a map)
We already assume that blocks are processed in ascending order.
2021-09-26 00:02:57 +03:00
..
bin Close index DB if interrupted during initial sync 2021-09-23 17:40:14 +03:00
tests/blocks Test merkle proof generation using 2 mainnet blocks 2021-04-23 20:59:36 +03:00
cache.rs Use parking_lot::{Mutex, RwLock} instead of std::sync 2021-06-14 13:20:21 +03:00
chain.rs Add docs to chain.rs 2021-09-05 22:09:50 +03:00
config.rs Use bitcoincore-rpc 0.14.0 release 2021-09-23 18:37:02 +03:00
daemon.rs Use bitcoincore-rpc 0.14.0 release 2021-09-23 18:37:02 +03:00
db.rs Use a custom release of rocksdb 2021-09-18 09:01:29 +03:00
electrum.rs Fix a few clippy lints 2021-09-23 23:20:25 +03:00
index.rs Use blocks' height iterator (instead of a map) 2021-09-26 00:02:57 +03:00
lib.rs Close index DB if interrupted during initial sync 2021-09-23 17:40:14 +03:00
mempool.rs Use bitcoincore-rpc 0.14.0 release 2021-09-23 18:37:02 +03:00
merkle.rs Remove eprintln in tests 2021-06-29 15:44:40 +03:00
metrics.rs Don't use prometheus::process_collector::ProcessCollector by default 2021-09-19 14:10:49 +03:00
p2p.rs Use blocks' height iterator (instead of a map) 2021-09-26 00:02:57 +03:00
server.rs Use bitcoincore-rpc 0.14.0 release 2021-09-23 18:37:02 +03:00
signals.rs Close index DB if interrupted during initial sync 2021-09-23 17:40:14 +03:00
status.rs Implement 'blockchain.scripthash.listunspent' RPC 2021-09-17 14:01:15 +03:00
thread.rs Refactor thread spawning into a separate module 2021-08-27 20:53:11 +03:00
tracker.rs Close index DB if interrupted during initial sync 2021-09-23 17:40:14 +03:00
types.rs Use try_from for explicit type conversion (instead of try_into) 2021-09-12 16:22:32 +03:00