zebra/zebra-state/src/service
Marek 0d3892f61f
change(state): Refactor the naming of note commitment subtrees (#7855)
* Rename `node` & `Node` to `root` & `Root`

* Rename `end` to `end_height`

* Rename `Root` to `SubtreeRoot`
2023-10-30 20:06:54 +00:00
..
chain_tip fix(clippy): Fix clippy and rustfmt after last releases today (#7381) 2023-08-25 04:08:13 +00:00
check fix(security): fix concurrency issues in tree key formats, and CPU usage in genesis tree roots (#7392) 2023-10-19 14:50:46 +00:00
finalized_state change(state): Refactor the naming of note commitment subtrees (#7855) 2023-10-30 20:06:54 +00:00
non_finalized_state change(state): Refactor the naming of note commitment subtrees (#7855) 2023-10-30 20:06:54 +00:00
queued_blocks rename(state): do additional renaming for clarification purposes (#6967) 2023-06-15 05:12:45 +00:00
read change(state): Refactor the naming of note commitment subtrees (#7855) 2023-10-30 20:06:54 +00:00
arbitrary.rs fix(state): Remove workarounds for storing trees (#7218) 2023-07-18 04:54:22 +00:00
block_iter.rs fix(rpc): Fix bugs and performance of `getnetworksolps` & `getnetworkhashps` RPCs (#7647) 2023-10-11 02:02:51 +00:00
chain_tip.rs change(state): Refactor the structure of verified blocks (#7025) 2023-06-21 16:58:11 +00:00
check.rs chore(clippy): Cleanup nightly clippy warnings from 2023-10-30 (#7868) 2023-10-30 12:21:05 +00:00
finalized_state.rs fix(security): fix concurrency issues in tree key formats, and CPU usage in genesis tree roots (#7392) 2023-10-19 14:50:46 +00:00
non_finalized_state.rs fix(rpc): Fix bugs and performance of `getnetworksolps` & `getnetworkhashps` RPCs (#7647) 2023-10-11 02:02:51 +00:00
pending_utxos.rs Use `OrderedUtxo` in `CheckpointVerifiedBlock` (#6971) 2023-06-19 22:48:59 +00:00
queued_blocks.rs fix(state): Avoid temporary failures verifying the first non-finalized block or attempting to fork the chain before the final checkpoint (#6810) 2023-08-21 06:35:58 +00:00
read.rs chore(clippy): Cleanup nightly clippy warnings from 2023-10-30 (#7868) 2023-10-30 12:21:05 +00:00
tests.rs chore(clippy): Cleanup nightly clippy warnings from 2023-10-30 (#7868) 2023-10-30 12:21:05 +00:00
watch_receiver.rs change(rpc): Return from long polling immediately when the chain tip changes (#5862) 2022-12-15 15:33:00 +00:00
write.rs change(state): Insert only the first tree in each series of identical trees into finalized state (#7266) 2023-08-09 00:32:27 +00:00