librustzcash/zcash_primitives/src
Daira Emma Hopwood 401af23484 Improve wallet tests.
Signed-off-by: Daira Emma Hopwood <daira@jacaranda.org>
2023-09-12 01:33:12 +01:00
..
constants Remove the Wif type; it should not be used. 2022-01-27 16:08:04 -07:00
extensions Fix problems identified by clippy's beta lints 2022-09-17 08:57:37 -06:00
legacy Fix clippy lints for 1.65 2023-05-16 15:59:58 +00:00
sapling Render byte slices as hex more often in `Debug` impls 2023-08-30 20:41:27 +00:00
test_vectors Fix Clippy beta linting complaints. 2022-02-02 16:02:45 -07:00
transaction Improve wallet tests. 2023-09-12 01:33:12 +01:00
zip32 [#792] zcash_primitives: implement Seed Signature section of ZIP-32 2023-03-30 18:41:57 -03:00
block.rs Move chain continuity checks into `scan_block_with_runner` 2023-07-03 10:49:03 -06:00
consensus.rs Implement `suggest_scan_ranges` and `update_chain_tip` 2023-07-07 20:13:45 -06:00
constants.rs
extensions.rs
keys.rs Fix Sapling key organization. 2022-10-03 20:28:04 -06:00
legacy.rs zcash_primitives: Parse the full opcode set 2023-08-30 20:41:27 +00:00
lib.rs Allow CommitmentTree completeness & auth paths to be computed at arbitrary depths. 2022-05-06 11:45:06 -06:00
memo.rs Fix problems identified by clippy's beta lints 2022-09-17 08:57:37 -06:00
merkle_tree.rs zcash_client_sqlite: Add tests for sqlite-backed ShardTree & fix revealed issues. 2023-06-29 15:35:18 -06:00
sapling.rs Use const generics to set commitment tree & incremental witness depths. 2023-05-04 12:16:09 -06:00
test_vectors.rs
zip32.rs [#792] zcash_primitives: implement Seed Signature section of ZIP-32 2023-03-30 18:41:57 -03:00
zip339.rs