librustzcash/zcash_client_sqlite/src
Kris Nuttycombe ba709177d3 Reorganize Sapling and Orchard note commitment tree sizes in CompactBlock.
We move thes fields out into a separate BlockMetadata struct to ensure
that future additions to block metadata are structurally separated from
future additions to block data.
2023-06-29 15:35:18 -06:00
..
chain Add a note about metadata database initialization to `FsBlockDb::for_path` 2023-01-26 14:34:27 -07:00
wallet zcash_client_sqlite: Move the SqliteShardStore implementation out of the `wallet::sapling` module. 2023-06-29 15:35:18 -06:00
chain.rs zcash_client_sqlite: Support shardtree checkpoint functionality 2023-06-29 15:35:18 -06:00
error.rs zcash_client_sqlite: Add shard persistence to wallet migration. 2023-06-29 15:35:18 -06:00
lib.rs Reorganize Sapling and Orchard note commitment tree sizes in CompactBlock. 2023-06-29 15:35:18 -06:00
serialization.rs zcash_client_sqlite: Add shard serialization & parsing 2023-06-29 15:35:18 -06:00
wallet.rs zcash_client_sqlite: Move the SqliteShardStore implementation out of the `wallet::sapling` module. 2023-06-29 15:35:18 -06:00