zebra/zebra-grpc
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
..
proto add(scan): Implement `scan` gRPC method (#8268) 2024-02-20 19:16:20 +00:00
src add(scan): Implement `scan` gRPC method (#8268) 2024-02-20 19:16:20 +00:00
Cargo.toml add(scan): Implement `scan` gRPC method (#8268) 2024-02-20 19:16:20 +00:00
build.rs Add the `experimental_allow_proto3_optional` flag (#8282) 2024-02-19 13:09:52 +00:00