Implement generate
RPC method
#8834
Labels
A-compatibility
Area: Compatibility with other nodes or wallets, or standard rules
A-rpc
Area: Remote Procedure Call interfaces
C-testing
Category: These are tests
P-Medium ⚡
Milestone
We want to make the zcashd rpc tests to work with zebra:
#8779
#8781
However, almost all the tests rely in a
generate
RPC method, for example: https://github.com/zcash/zcash/blob/master/qa/rpc-tests/getmininginfo.py#L34The
generate
method is a Regtest mode only that mine a number of blocks immediately.Docs: https://zcash.github.io/rpc/generate.html
Zcashd implementation: https://github.com/zcash/zcash/blob/master/src/rpc/mining.cpp#L169
The text was updated successfully, but these errors were encountered: