zebra/zebra-chain/src/primitives
Marek 663c57700b
add(scan): Test the `RegisterKeys` scan service call (#8281)
* Impl generating continuous deserialized blocks

* Make `sapling_efvk_hrp` `pub`

* Don't wait for Sapling activation height in tests

* Set the sleep interval for scan service to 10 secs

* Simplify `sapling_key_to_scan_block_keys`

* Enable mocking Sapling scanning keys for Testnet

* Test the `RegisterKeys` scan service call

* Enable `shielded-scan` for `zebra-chain`

* Use an ephemeral database so results don't persist

* Don't generate blocks when mocking the state

* Improve error messages

* Simplify seeding mocked Sapling viewing keys

* Apply suggestions from code review

Co-authored-by: Arya <aryasolhi@gmail.com>

* Use a manual iterator over `Network`

---------

Co-authored-by: Arya <aryasolhi@gmail.com>
2024-02-19 23:45:38 +00:00
..
proofs cleanup(rust): Fix new nightly clippy warnings (#7135) 2023-07-05 07:11:27 +00:00
viewing_key add(scan): Test the `RegisterKeys` scan service call (#8281) 2024-02-19 23:45:38 +00:00
zcash_history
address.rs feat(rpc): Implement the `z_validateaddress` RPC (#6185) 2023-02-20 21:06:22 +00:00
byte_array.rs feat(mine): Add an internal Zcash miner to Zebra (#8136) 2024-01-11 14:41:01 +00:00
proofs.rs
viewing_key.rs add(chain): Adds `ViewingKey` type in zebra-chain (#8198) 2024-01-30 20:32:36 +00:00
zcash_history.rs remove dead code from zebra-chain (#5464) 2022-10-25 03:23:50 +00:00
zcash_note_encryption.rs change(deps): Upgrade to the zcash_primitives 0.10 API (#6087) 2023-02-06 15:23:13 +00:00
zcash_primitives.rs Add a scanning results reader (#8104) 2023-12-14 23:19:35 +00:00