Available on crate features
test-dependencies only.Expand description
Test-support utilities exposed under the test-dependencies feature: an in-memory
db::TestDbFactory / db::TestDb wallet for the zcash_client_backend testing framework, a
BlockCache compact-block source, and the [highest_rooted_orchard_checkpoint] commitment-tree
helper. Consumed by this crate’s own tests and, through the feature, by downstream crates’ tests.
Modules§
- db
- An in-memory
WalletDb-backed data store andDataStoreFactoryfor thezcash_client_backendtesting framework.
Structs§
- Block
Cache - An in-memory compact-block cache backed by a temporary
BlockDb, implementing thezcash_client_backendtesting framework’sTestCache. - Block
Cache Insertion Result - The result of inserting a compact block into a
BlockCache: the block’s transaction ids and the note commitments it added.