zebra/zebra-grpc
Alfredo Garcia dbff3b49bc
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>
2024-06-04 21:04:40 +00:00
..
proto add(scan): Implement `scan` gRPC method (#8268) 2024-02-20 19:16:20 +00:00
src Disables several tests on Windows to avoid port conflicts (#8551) 2024-05-18 12:54:23 +00:00
Cargo.toml build(ecc):Upgrade remaining ECC dependencies (#8568) 2024-06-04 21:04:40 +00:00
build.rs add(scan): Adds gRPC reflection and documents how to use the zebra-scan gRPC server (#8288) 2024-02-22 18:51:14 +00:00