568 Commits (ef3c38718983d4263a91cc4d75023e66cd9ed791)

Author SHA1 Message Date
Roman Zeyde 1c39b1d561
Fix formatting 5 years ago
Roman Zeyde 6afd4af403
Add more duration metrics to query.rs 5 years ago
Martin Habovstiak 35b3cededc Support for user-specified onfiguration files/dirs 6 years ago
Roman Zeyde c41bc378df
Add byte-size limit to transaction & block txids' caches 6 years ago
Roman Zeyde 9856f94160
Remove unused crate 6 years ago
Roman Zeyde e2cca9b85b Use explicit 'dyn' for trait objects 6 years ago
Roman Zeyde 05b653f7f5 Use AtomicU64 after updating to Rust >=1.34 6 years ago
Roman Zeyde 32015a762c Use TryInto to convert slices into array 6 years ago
Roman Zeyde f7ad9419ed cargo fmt 6 years ago
Martin Habovstiak f050bc4496 Code documentation and cleanup 6 years ago
Martin Habovstiak 2b301a3b28 Fixed address resolution 6 years ago
Martin Habovstiak 2c50791dc5 Fixed db subdir 6 years ago
Martin Habovstiak 268fbf5c09 Added CWD cfg file and fixed ordering of cfg files 6 years ago
Martin Habovstiak ec049b9ad5 Use configure_me instead of clap 6 years ago
Roman Zeyde a0fc0b895d
Cache transactions returned via Query::load_txn() 6 years ago
Roman Zeyde 35f456751f
Allow stopping bulk indexing via SIGINT/SIGTERM 6 years ago
Dagur Valberg Johannsson ebc4dc3829 Test for BlockTxIDsCache 6 years ago
Dagur Valberg Johannsson 6ba67cb9f6 Add metrics to blocktxids cache 6 years ago
Dagur Valberg Johannsson 2e9ac5c0d8 Cache list of transaction IDs for blocks 6 years ago
Roman Zeyde bebbfa197d
Add support for latest Rust features via `--features latest_rust` 6 years ago
Roman Zeyde 4f44a78dd3
Refactor bulk::parse_blocks() a bit 6 years ago
azuchi 965aa93c97 Move test data to fixture file 6 years ago
azuchi ef4c33b570 Add test for incomplete block data import 6 years ago
azuchi df0b097747 Fix formatting issue 6 years ago
azuchi 536d3362b8 Fix the error by adding skip processing when incomplete data is included in the RAW block file 6 years ago
Roman Zeyde 4802cc9146
Join index & write duration measurement 6 years ago
Roman Zeyde db853e1fe1
Fix small formatting issues 6 years ago
Martin Habovstiak 8199563e0f Bunch of Vec<Row> translated to Iterator<Item=Row> 6 years ago
Martin Habovstiak 2a835d94ef Use atomic u64 instead of Mutex for counter 6 years ago
Roman Zeyde 9df66d97e3
Fix clippy warning 6 years ago
Roman Zeyde 2b52ef3bef
Log electrs and protocol versions 6 years ago
Roman Zeyde ac4ac43b8e
Fix formatting 6 years ago
Dagur Valberg Johannsson ac7ba501cf [stats] Update index height when chain shortens 6 years ago
Roman Zeyde f8f53cebaf
Revert "Use TryInto to convert slices into array" 6 years ago
Roman Zeyde 2286efba87
Switch to `signal-hook` crate from deprecated `chan-signal` 6 years ago
Roman Zeyde ce93edcc15
Allow HeaderList::apply() with empty chain 6 years ago
Roman Zeyde 62592dbabf
Use TryInto to convert slices into array 6 years ago
Roman Zeyde 3a06d6c512
Add tests for HeaderList 6 years ago
Roman Zeyde bf68461e8f
Allow reorgs to shorten valid headers' chain 7 years ago
Roman Zeyde 5fd624c074
Fix a few clippy lints 6 years ago
Roman Zeyde 2597eee006
Stop process stats exporting on error 6 years ago
Roman Zeyde 963037607b
Serve by default on 127.0.0.1 6 years ago
Daniel McNally 4a7a5298e4
Fix interrupt typo 6 years ago
Roman Zeyde 1167cbfb04
Support latest bitcoind mempool entry vsize field name 6 years ago
Roman Zeyde e9c06d816a
Remove `'static` life-time from &str constants 6 years ago
Dagur Valberg Johannsson af227013f1 [mempool] Fix bug on removing entries 6 years ago
Roman Zeyde 72eb1e1c62
Update rockdb to 0.12.1 6 years ago
Roman Zeyde 878f81cfeb
Return correct 'server.version' response 6 years ago
Roman Zeyde ef54e452bf
Fix more Clippy warnings 6 years ago
Roman Zeyde 807a200542
Fix some Clippy warnings 6 years ago