electrs/src
2021-09-15 20:50:57 +03:00
..
bin Allow single-sync invocation using --sync-once commandline flag 2021-09-11 11:01:05 +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 Allow single-sync invocation using --sync-once commandline flag 2021-09-11 11:01:05 +03:00
daemon.rs Run p2p block parsing and processing concurrently 2021-09-01 21:25:53 +03:00
db.rs Log RocksDB statistics after each flush 2021-08-22 22:02:53 +03:00
electrum.rs Simplify 'blockchain.scripthash.get_balance' implementation 2021-09-15 20:50:57 +03:00
index.rs Limit index lookups to prevent DoS for "popular" addresses 2021-08-21 18:25:31 +03:00
lib.rs Drop helper binaries and some APIs 2021-09-08 19:14:44 +03:00
mempool.rs Use try_from for explicit type conversion (instead of try_into) 2021-09-12 16:22:32 +03:00
merkle.rs Remove eprintln in tests 2021-06-29 15:44:40 +03:00
metrics.rs Drop hyper dependency 2021-08-27 20:53:11 +03:00
p2p.rs Run p2p block parsing and processing concurrently 2021-09-01 21:25:53 +03:00
server.rs Drop hyper dependency 2021-08-27 20:53:11 +03:00
signals.rs Refactor thread spawning into a separate module 2021-08-27 20:53:11 +03:00
status.rs Simplify 'blockchain.scripthash.get_balance' implementation 2021-09-15 20:50:57 +03:00
thread.rs Refactor thread spawning into a separate module 2021-08-27 20:53:11 +03:00
tracker.rs Simplify 'blockchain.scripthash.get_balance' implementation 2021-09-15 20:50:57 +03:00
types.rs Use try_from for explicit type conversion (instead of try_into) 2021-09-12 16:22:32 +03:00