zebra/zebra-grpc/src
Arya a7de137a7a
add(scan): Implement `scan` gRPC method (#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
2024-02-20 19:16:20 +00:00
..
tests add(scan): Implement `scan` gRPC method (#8268) 2024-02-20 19:16:20 +00:00
lib.rs test(grpc): Add snapshots (#8277) 2024-02-16 19:41:04 +00:00
server.rs add(scan): Implement `scan` gRPC method (#8268) 2024-02-20 19:16:20 +00:00
tests.rs test(grpc): Add snapshots (#8277) 2024-02-16 19:41:04 +00:00