1
0
Fork 0
mirror of https://github.com/romanz/electrs.git synced 2025-02-24 23:08:39 +01:00
electrs/src
Roman Zeyde 52dd59c117 Don't apply debug formatting to NetworkMessages in p2p.rs
Otherwise, it may panic on tx ebc9fa1196a59e192352d76c0f6e73167046b9d37b8302b6bb6968dfd279b767 with curent rust-bitcoin.

See https://github.com/romanz/electrs/issues/490#issuecomment-922470120 for more details.
2021-09-19 18:55:56 +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 Use core-rpc instead of bitcoincore-rpc 2021-09-17 23:42:57 +03:00
daemon.rs Use core-rpc instead of bitcoincore-rpc 2021-09-17 23:42:57 +03:00
db.rs Use a custom release of rocksdb 2021-09-18 09:01:29 +03:00
electrum.rs Use core-rpc instead of bitcoincore-rpc 2021-09-17 23:42: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 core-rpc instead of bitcoincore-rpc 2021-09-17 23:42:57 +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 Don't apply debug formatting to NetworkMessages in p2p.rs 2021-09-19 18:55:56 +03:00
server.rs Use core-rpc instead of bitcoincore-rpc 2021-09-17 23:42:57 +03:00
signals.rs Refactor thread spawning into a separate module 2021-08-27 20:53:11 +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 Auto reindex when old database is detected 2021-09-17 15:20:54 +03:00
types.rs Use try_from for explicit type conversion (instead of try_into) 2021-09-12 16:22:32 +03:00