Open idky137 opened 1 week ago
Implement Zcash RPC functionality required by lightwallet services. This should be implemented as methods on StateService with identical functionality to the following Zcash RPCs:
StateService
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 #110
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 #110