-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(ecc):Upgrade remaining ECC dependencies (#8568)
* upgrade zcash_client_backend for zebra-scan * leave zebra-utils untouched * remove unused * upgrade zcash_primitives and orchard only for zebra-chain crate * update and use TryFrom for amounts * fix imports in serialize * leave doc as it was * leave doc as it was 2 * use `try_into` for amount * use `zip_212_enforcement` * updgrades primitives in zebra-rpc * upgrade ecc dependencies for cargo-utils * fix threading issue * remove non needed Arc * update deny.toml * update primitives for zebra-grpc * fix doc * remove non needed single thread code in test * cleanup some tests * improve a bit the `ready_scan_block_keys` function * clippy * add spawn back in `scan_height_and_store_results` * remove todo * add note comment * use a more explicit import of sapling stuff in serialize * change(scan): Refactor scanning keys (#8577) * Refactor converting dfvks to scanning keys * Simplify handling of scanning keys * Remove `test-dependencies` from the scanner reader * Add comments --------- Co-authored-by: Marek <mail@marek.onl>
- Loading branch information
1 parent
f2ab327
commit dbff3b4
Showing
20 changed files
with
265 additions
and
251 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.