Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds the LightwalletIndexer trait and moves FetchService based grpc impls from zaino-serve to zaino-state::fetch.rs.
Adds LightWalletIndexer to zaino-state::indexer.rs and renames Indexer to ZcashIndexer.
Wraps Id_counter in JsonRpcConnector in an arc to make JsonRpcCpnnector clonable.
Adds AddressStream type to zaino-fetch::streams.rs
Moves gRPC methods to zaino-state::fetch.rs (NOTE: these impls will be used once the encompassing IndexerService has been implemented.
Closes Task 2.3.2: Implement Indexer traits for
FetchService
#123, Task 2.3.4: Add RPC test for get_compact_block and add RPC tests forFetchService
#125Build atop Read state service #140, Get block range #142, Add Fetch service to Zaino-State #149. As uses functionality in those PRs.