You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement Zcash RPC functionality required by lightwallet services.
This should be implemented as methods on StateService with identical functionality to the following Zcash RPCs:
Implement Zcash RPC functionality required by lightwallet services.
This should be implemented as methods on
StateService
with identical functionality to the following Zcash RPCs:The following RPCs will be completed in #59:
getaddressdeltas
getaddressutxos
getblockcount
getblockdeltas
getblockhash
getblockhashes
getblockheader
getchaintips
getdifficulty
getmempoolinfo
getspentinfo
gettxout
gettxoutsetinfo
z_gettreestate
getmininginfo
getnetworksolps
getnetworkinfo
getpeerinfo
ping
Blocked on 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
The text was updated successfully, but these errors were encountered: