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
In order to enable zcashd deprecation, we need to ensure that RPC methods that are used by existing zcashd consumers are implemented in zebra to cater to their usecases.
Motivation
In order to enable zcashd deprecation, we need to ensure that RPC methods that are used by existing zcashd consumers are implemented in zebra to cater to their usecases.
Specification
zcashd
'sgetblockchaininfo
RPC method is documented here: https://zcash.github.io/rpc/getblockchaininfo.htmlZebra already partially implements the
getblockchaininfo
RPC method, however, it is missing the following fields:valuePools
object:We need to:
Related work
We might want to do #8939 at the same time
The text was updated successfully, but these errors were encountered: