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
We plan to eventually integrate zallet into Zebra's qa tests (related ticket). Most of the wallet tests we intend to port depend on the getnewaddress RPC method, but that is deprecated and can easily be replaced by z_getnewaccount and z_getaddressforaccount. [Edited by @daira per the Zcashd Deprecation meeting on 2025-02-27.]
The goal here is to implement this functionality in zallet.
The text was updated successfully, but these errors were encountered:
daira
changed the title
Implement getnewaddress or similar RPC method
Implement z_getnewaccount and z_getaddressforaccount or similar RPC method
Feb 27, 2025
We plan to eventually integrate zallet into Zebra's qa tests (related ticket). Most of the wallet tests we intend to port depend on the
getnewaddress
RPC method, but that is deprecated and can easily be replaced byz_getnewaccount
andz_getaddressforaccount
. [Edited by @daira per the Zcashd Deprecation meeting on 2025-02-27.]The goal here is to implement this functionality in zallet.
zcashd
wallet methods that can already be satisfied byzcash_client_backend
#20, but prioritizing it separately is beneficial since generating a new account/address is a fundamental wallet function.The text was updated successfully, but these errors were encountered: