Zebra/zebrad/src/components
teor d476c18339
fix(sync): Add an extra block retry, to speed up the initial sync (#4185)
* Increase the block download retry limit to 3

* Remove an obsolete timing check from the tests

We cancel all block downloads for each sync restart,
so we don't need to wait for the maximum hedged download time.
2022-04-26 16:28:09 +00:00
..
inbound refactor: document coinbase rules, refactor to ease understanding (#4056) 2022-04-20 09:31:12 +00:00
mempool feat(mempool): add TransactionsByMinedId (#3907) 2022-03-18 23:00:03 +00:00
sync fix(sync): Add an extra block retry, to speed up the initial sync (#4185) 2022-04-26 16:28:09 +00:00
tracing Allow forcing `zebrad` to use color output (#3547) 2022-02-17 00:09:04 +00:00
inbound.rs Refactor to create a new `zebra-node-services` crate (#3648) 2022-02-25 21:43:21 +00:00
mempool.rs feat(mempool): add TransactionsByMinedId (#3907) 2022-03-18 23:00:03 +00:00
metrics.rs Update to Tokio 1.13.0 (#2994) 2021-11-02 18:46:57 +00:00
sync.rs fix(sync): Add an extra block retry, to speed up the initial sync (#4185) 2022-04-26 16:28:09 +00:00
tokio.rs Reduce log level of components (#3418) 2022-01-28 14:24:53 -03:00
tracing.rs Stop downloading unnecessary blocks in Zebra acceptance tests (#3072) 2021-11-19 01:55:38 +00:00