Zebra/zebra-state/src/service
teor bfdb29b757
3. change(state): Move the finalized queue to the StateService (#5152)
* Move the finalized block queue into the StateService

* Move the queued_blocks module to the state service

* Move QueuedFinalized into queued_blocks

* Move the queued_blocks tests into their own module

* Make the FinalizedState cloneable
2022-09-16 13:53:40 +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(consensus): Increase the number of blocks checked for legacy transactions (#4804) 2022-08-29 20:25:41 +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(consensus): Increase the number of blocks checked for legacy transactions (#4804) 2022-08-29 20:25:41 +00:00
watch_receiver.rs fix(doc): Fix various doc warnings, part 2 (#4561) 2022-06-14 01:22:16 +00:00