Zebra/zebrad/src/components
teor 3b75e912d1
Add a copy-state zebrad command, which copies blocks between two state services (#3175)
* Add a copy-state command, which copies blocks between two state services

* Check blocks were written correctly

* Add extra logging to debug shutdown

* Add a block height limit argument

* Let the target state start from any height

Co-authored-by: Deirdre Connolly <deirdre@zfnd.org>
2021-12-22 02:07:52 +00:00
..
inbound Security: Drop blocks that are a long way ahead of the tip (#3167) 2021-12-17 13:31:51 -03:00
mempool Fix task handling bugs, so peers are more likely to be available (#3191) 2021-12-20 09:02:31 +10:00
sync Fix task handling bugs, so peers are more likely to be available (#3191) 2021-12-20 09:02:31 +10:00
tracing Update to Tokio 1.13.0 (#2994) 2021-11-02 18:46:57 +00:00
inbound.rs Security: Drop blocks that are a long way ahead of the tip (#3167) 2021-12-17 13:31:51 -03:00
mempool.rs Security: Drop blocks that are a long way ahead of the tip (#3167) 2021-12-17 13:31:51 -03:00
metrics.rs Update to Tokio 1.13.0 (#2994) 2021-11-02 18:46:57 +00:00
sync.rs Use `MockedClientHandle` in other tests (#3241) 2021-12-22 06:13:26 +10:00
tokio.rs Add a copy-state zebrad command, which copies blocks between two state services (#3175) 2021-12-22 02:07:52 +00:00
tracing.rs Stop downloading unnecessary blocks in Zebra acceptance tests (#3072) 2021-11-19 01:55:38 +00:00