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
With zcashd being deprecated, responsibility for providing zcashd functionality is going to be divided between:
zebrad as the consensus node
zaino as the indexer/lightwalletd replacement
zallet as the replacement cli-wallet
This means that RPC methods that were previously being provided by a single service are now going to be provided by 3 different services.
We will need to replace the existing RPC documentation (https://zcash.github.io/rpc/) and consolidate the documentation for the RPCs provided by all these 3 services in a single place.
Specifications
No response
Complex Code or Requirements
No response
Testing
No response
Related Work
No response
The text was updated successfully, but these errors were encountered:
Motivation
With
zcashd
being deprecated, responsibility for providingzcashd
functionality is going to be divided between:zebrad
as the consensus nodezaino
as the indexer/lightwalletd replacementzallet
as the replacement cli-walletThis means that RPC methods that were previously being provided by a single service are now going to be provided by 3 different services.
We will need to replace the existing RPC documentation (https://zcash.github.io/rpc/) and consolidate the documentation for the RPCs provided by all these 3 services in a single place.
Specifications
No response
Complex Code or Requirements
No response
Testing
No response
Related Work
No response
The text was updated successfully, but these errors were encountered: