Zebra/zebra-state/src/service
teor 86b3315d8a
5. refactor(state): split the state service into modules (#3778)
* Move the legacy chain check to the `check` module

And move `populated_state` to the `arbitrary` module.

* Cleanup imports

* Document the state service struct

* Split state block iter into its own module
2022-03-10 20:40:48 +00:00
..
chain_tip Stop panicking when using sync and async methods on the same ChainTipChange (#2800) 2021-09-28 07:48:19 -03:00
check Document consensus rules from 3.9 Nullifier Sets (#3521) 2022-02-16 10:00:26 +00:00
finalized_state 4. test(db): add large transaction tests (#3759) 2022-03-09 23:34:50 +00:00
non_finalized_state C. Restore `self` ownership in `Chain::push` method (#3826) 2022-03-10 10:02:19 +00:00
arbitrary.rs 5. refactor(state): split the state service into modules (#3778) 2022-03-10 20:40:48 +00:00
block_iter.rs 5. refactor(state): split the state service into modules (#3778) 2022-03-10 20:40:48 +00:00
chain_tip.rs Estimate network chain tip height based on local node time and current best tip (#3492) 2022-02-11 01:27:02 +00:00
check.rs 5. refactor(state): split the state service into modules (#3778) 2022-03-10 20:40:48 +00:00
finalized_state.rs 4. test(db): add large transaction tests (#3759) 2022-03-09 23:34:50 +00:00
non_finalized_state.rs C. Restore `self` ownership in `Chain::push` method (#3826) 2022-03-10 10:02:19 +00:00
pending_utxos.rs Fix typos (#3314) 2022-01-04 11:25:00 +01:00
tests.rs 5. refactor(state): split the state service into modules (#3778) 2022-03-10 20:40:48 +00:00