forked from zingolabs/zebra
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add(scan): Implement
scan
gRPC method (ZcashFoundation#8268)
* Adds scan method * fix clippy warning * Skip empty results and don't panic if the gRPC client disconnects * moves `Results` request above `SubscribeResults` request to avoid duplicate results. * returns early if there's a send error when sending initial results and updates response type * move responder buffer size to const * Adds a snapshot test for the `scan` method * updates snapshots
- Loading branch information
Showing
11 changed files
with
494 additions
and
59 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
Oops, something went wrong.