librustzcash/zcash_primitives/src
Kris Nuttycombe e3aafdad19 Move chain continuity checks into `scan_block_with_runner`
In preparation for out-of-order range-based scanning, it is necessary
to ensure that the size of the Sapling note commitment tree is carried
along through the scan process and that stored blocks are always
persisted with the updated note commitment tree size.
2023-07-03 10:49:03 -06: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 Update the data access API in preparation for shardtree introduction. 2023-06-02 10:59:17 -06:00
test_vectors Fix Clippy beta linting complaints. 2022-02-02 16:02:45 -07:00
transaction Remove needless bound on `FeeRule` from builder `Error` type. 2023-06-23 15:24:38 -06: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 zcash_client_sqlite: Add tests for sqlite-backed ShardTree & fix revealed issues. 2023-06-29 15:35:18 -06:00
constants.rs Move group_hash to sapling module. 2021-03-27 16:18:21 +13:00
extensions.rs Add transaction-builder suport for TZE-bearing transactions. 2020-09-10 11:58:40 -06:00
keys.rs Fix Sapling key organization. 2022-10-03 20:28:04 -06:00
legacy.rs Fix beta clippy complaints. 2022-10-19 13:35:51 -06: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 Move pedersen hash test vectors into Sapling 2021-03-27 16:18:21 +13:00
zip32.rs [#792] zcash_primitives: implement Seed Signature section of ZIP-32 2023-03-30 18:41:57 -03:00
zip339.rs ZIP 339 support. 2021-08-07 01:07:54 +01:00