Zebra/zebra-state/src/service
teor 3825caae03
fix(clippy): Resolve some lifetime and reference lints (#4578)
* Fix significant drop in match scrutinee

https://github.com/rust-lang/rust/issues/93883

* Fix deref immutable value

* Fix explicit 0 index when first() would do

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-06-14 06:21:07 +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 fix(doc): Fix various doc warnings, part 2 (#4561) 2022-06-14 01:22:16 +00:00
finalized_state fix(clippy): Resolve some lifetime and reference lints (#4578) 2022-06-14 06:21:07 +00:00
non_finalized_state fix(doc): Fix various doc warnings, part 2 (#4561) 2022-06-14 01:22:16 +00:00
read 9. feat(state): add a query function for transparent UTXOs (#4111) 2022-04-19 13:34:53 +00:00
arbitrary.rs refactor(rpc): use ChainTip for get_best_block_hash (#3864) 2022-03-16 14:01:59 +10:00
block_iter.rs 8. refactor(state): allow shared read access to the finalized state database (#3846) 2022-03-11 20:23:32 +00:00
chain_tip.rs fix(clippy): Resolve some lifetime and reference lints (#4578) 2022-06-14 06:21:07 +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 fix(doc): Fix various doc warnings, part 2 (#4561) 2022-06-14 01:22:16 +00:00
non_finalized_state.rs change(deps): Upgrade tracing-subscriber and related dependencies (#4517) 2022-06-01 13:53:51 +10:00
pending_utxos.rs fix(doc): Fix various doc warnings, part 2 (#4561) 2022-06-14 01:22:16 +00:00
read.rs fix(doc): Fix various doc warnings, part 2 (#4561) 2022-06-14 01:22:16 +00:00
tests.rs change(deps): Upgrade tracing-subscriber and related dependencies (#4517) 2022-06-01 13:53:51 +10:00
watch_receiver.rs fix(doc): Fix various doc warnings, part 2 (#4561) 2022-06-14 01:22:16 +00:00