* Make NoteCommitmentSubtreeIndex compatible with serde-based RPCs * Add a stub for z_getsubtreesbyindex * Define a GetSubtrees RPC response type * Reject invalid shielded pool names * Make limit optional * Define state request and response types for subtrees * Implement FromDisk for NoteCommitmentSubtreeIndex and add a round-trip test * Make subtrees compatible with round-trip proptests * Add finalized state subtree list methods and delete unused methods * Remove Arc from subtrees in zebra-chain * Remove Arc from subtrees in zebra-state and use BTreeMap * Implement subtree list lookups in the non-finalized state and delete unused methods * Implement consistent concurrent subtree read requests * Implement ToHex for sapling::Node * Implement ToHex for orchard::Node * Implement z_get_subtrees_by_index RPC * Check for the start_index from the non-finalized state * Remove an unused mut * Fix missing doc links * Fix RPC comments * Temporarily remove the z_get_subtrees_by_index RPC method |
||
|---|---|---|
| .. | ||
| benches | ||
| proptest-regressions | ||
| src | ||
| Cargo.toml | ||