How to add request to add RPC to ZEBRA?

According to Zcashd Deprecation - Z.Cash

We are collecting information about how zcashd users are currently using the existing JSON-RPC methods. Below is a spreadsheet containing the information we have collected so far, and the planned status for each JSON-RPC method based on that information. If you have not provided feedback to us about how you are using the zcashd JSON-RPC interface, please do so as soon as possible.

we using following endpoints:

  • listunspent
  • gettransaction
  • getinfo
  • listtransactions
  • z_getaddressforaccount
  • z_listunifiedreceivers
  • createrawtransaction
  • signrawtransaction
  • sendrawtransaction

Also, zcashd doesn’t support wallet lock and I hope there will be a mechanism to use wallet lock

:waving_hand: hello!

The a good way to send feature request for Zebra developers is to file a detailed GitHub in the Zebra GitHub repository

The BEST way? Contribute! File the issue, build the feature, its tests, and send a pull request

Here you can find the main projects around the Zcash Z3 stack. Contributing to Zcash Z3 Stack

It can be the case that the best place for your RPC is Zaino instead of Zebra. Zebra devs might reply that to your GitHub issue, so wait for their feedback first.

Thank you!

2 Likes

zallet + zaino will be the replacement for the zcashd internal wallet, which almost all of those calls apply to. GitHub - zcash/wallet: Repo for replacing the zcashd wallet