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
'sgetrawmempool
RPC method is documented here: https://zcash.github.io/rpc/getrawmempool.htmlZebra already partially implements the
getrawmempool
RPC method, however, it does not implement the optionalverbose
argument.We need to:
zcashd
consumers use this parameterThe text was updated successfully, but these errors were encountered: