-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Read state service #140
Read state service #140
Conversation
Current issues with zebra's regtest mode have been documented here [https://github.com//issues/146, https://github.com//issues/145, https://github.com//issues/144] and highlighted in code. This code should be merged to allow continued development in zaino-state and should be retested once zebra regtest is running more smoothly. |
There are several unwraps in zaino-state::state.rs that will be removed in #142. |
This is the initial work on integrating Zebras
ReadStateService
into Zaino.Adds
StateService
to zaino-state, implements spawn().Implements get_info, get_blockchain_info, get_block_header, get_block for StateService.
Moves AtomicStatus to Zaino-state.
built atop Update Testutils #138, Remove lighwalletd #139
Closes Task 2.1.1: Create StateService struct in Zaino-State, initially containing Zebra's ReadStateService, and implement sync method (using Zebra's TrustedChainSync) as a persistent background process. #110, Task 2.1.3: Add Indexer Trait #112
Work towards Task 2.1.2: Implement Zcash RPC functionality required by lightwallet services. #111, Task 2.1.5: Add tests for Zcash RPC functionality backed by
StateService
#114