-
Notifications
You must be signed in to change notification settings - Fork 27
Open
2 / 22 of 2 issues completedLabels
block explorer supportThis item is needed to support Zcash Block ExplorerThis item is needed to support Zcash Block Explorernh block explorer
Description
Zaino needs to serve the following JsonRPC services to support NightHawk block explorer:
- getaddressdeltas: Implement getaddressdeltas #321
- getbestblockhash: 1.2: Add Zcash RPC
getbestblockhash#198 - getblockcount: 1.3: Add Zcash RPC
getblockcount#199 - getblockhashes (Lower priority?): 1.6: Add Zcash RPC
getblockhashes#202 - getblockheader: feat(rpc): add
getblockheaderendpoint #603 - getdifficulty: 1.9: Add Zcash RPC
getdifficulty#205 - getmempoolinfo: 1.10: Add Zcash RPC
getmempoolinfo#206 - gettxoutsetinfo: feat(rpc): add
gettxoutsetinfoendpoint #595 - getmemoryinfo (Lower priority?): 1.16: Add Zcash RPC
getmemoryinfo#212 - getblocksubsidy: feat(rpc): add
getblocksubsidyendpoint #592 - getmininginfo: feat(rpc): add
getmininginfoendpoint #585 - getnetworksolps: [#214] Add Zcash RPC
getnetworksolpspassthrough RPC method #573 - getnetworkinfo (Lower priority?): 1.19: Add Zcash RPC
getnetworkinfo#215 - getpeerinfo (Low priority): feat(rpc): add
getpeerinfoendpoint #587 - validateaddress (Low priority): 1.22: Add Zcash RPC
validateaddress#218 - z_validateaddress (Low priority): 1.23: Add Zcash RPC
z_validateaddress#219
For each of these RPCs we will need to add / implement the following:
- Define input / output structs.
- Add method definition to
ZcashIndexerand implement forFetchServiceandStateService. - Add RPC to JsonRPC server.
Reactions are currently unavailable
Sub-issues
Metadata
Metadata
Labels
block explorer supportThis item is needed to support Zcash Block ExplorerThis item is needed to support Zcash Block Explorernh block explorer
Type
Projects
Status
In Progress