Zebra/zebra-state/src/service
teor 0db014da40
fix(testnet): look back up to 10,000 blocks on testnet for a legacy chain (#5133)
* Look back 10,000 blocks on testnet for a legacy chain

* Use a smaller number of legacy chain blocks in the tests

* Fix test assertion error message

* Clarify legacy chain check comment

* cargo fmt --all

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-09-20 11:31:24 +00:00
..
chain_tip Only fetch block headers from the database to answer headers requests (#4792) 2022-07-22 09:15:22 +10:00
check 2. change(state): Run AwaitUtxo read requests without shared mutable chain state (#5107) 2022-09-16 04:13:26 +00:00
finalized_state 3. change(state): Move the finalized queue to the StateService (#5152) 2022-09-16 13:53:40 +00:00
non_finalized_state 3. change(state): Move the finalized queue to the StateService (#5152) 2022-09-16 13:53:40 +00:00
queued_blocks 3. change(state): Move the finalized queue to the StateService (#5152) 2022-09-16 13:53:40 +00:00
read 2. change(state): Run AwaitUtxo read requests without shared mutable chain state (#5107) 2022-09-16 04:13:26 +00:00
arbitrary.rs 1. fix(perf): Run CPU-intensive state updates in parallel rayon threads (#4802) 2022-07-22 12:19:11 -04:00
block_iter.rs lint(clippy): add `unwrap_in_result` lint (#4667) 2022-06-28 06:22:07 +00:00
chain_tip.rs fix(clippy): Resolve some lifetime and reference lints (#4578) 2022-06-14 06:21:07 +00:00
check.rs fix(testnet): look back up to 10,000 blocks on testnet for a legacy chain (#5133) 2022-09-20 11:31:24 +00:00
finalized_state.rs 3. change(state): Move the finalized queue to the StateService (#5152) 2022-09-16 13:53:40 +00:00
non_finalized_state.rs 3. change(state): Move the finalized queue to the StateService (#5152) 2022-09-16 13:53:40 +00:00
pending_utxos.rs Document why we do a UTXO check that looks redundant (#5106) 2022-09-07 23:42:52 +00:00
queued_blocks.rs 3. change(state): Move the finalized queue to the StateService (#5152) 2022-09-16 13:53:40 +00:00
read.rs 2. change(state): Run AwaitUtxo read requests without shared mutable chain state (#5107) 2022-09-16 04:13:26 +00:00
tests.rs fix(testnet): look back up to 10,000 blocks on testnet for a legacy chain (#5133) 2022-09-20 11:31:24 +00:00
watch_receiver.rs fix(doc): Fix various doc warnings, part 2 (#4561) 2022-06-14 01:22:16 +00:00