Closed oxarbitrage closed 2 months ago
We want to make the zcashd rpc tests to work with zebra:
https://github.com/ZcashFoundation/zebra/issues/8779 https://github.com/ZcashFoundation/zebra/issues/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#L34
generate
The 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
We want to make the zcashd rpc tests to work with zebra:
https://github.com/ZcashFoundation/zebra/issues/8779 https://github.com/ZcashFoundation/zebra/issues/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