Zebra/zebrad/tests/common
teor 08ce2ad500
feature(mining): Enable mining RPCs by default in production builds (#7740)
* Enable getblocktemplate-rpcs in production builds

* Update mining instructions

* Consistently use ZF funding stream addresses in examples

* Simplify skip_getblocktemplate()

* Set the test miner address based on the network

* Correctly skip checks in lightwalletd send transactions test

* Wait longer for transaction query

* Wait longer before re-checking the mempool

* Skip mempool checks if it wasn't queried by lightwalletd

* rustfmt

* clippy and rustfmt

* Fix attribute issue

* Fix typo

Co-authored-by: Arya <aryasolhi@gmail.com>

---------

Co-authored-by: Arya <aryasolhi@gmail.com>
2023-10-18 04:15:17 +00:00
..
configs change(ui): Enable the progress bar feature by default, but only show progress bars when the config is enabled (#7615) 2023-10-12 00:25:37 +00:00
get_block_template_rpcs fix(log): Limit verbose RPC responses in logs (#7258) 2023-07-21 20:35:56 +00:00
lightwalletd fix(ci): Skip mempool checks if it wasn't queried by lightwalletd (#7744) 2023-10-17 02:56:00 +00:00
cached_state.rs change(state): Only do continuous format checks in CI (#7627) 2023-09-27 21:42:43 +00:00
check.rs T0. refactor(test): split zebrad acceptance tests into sub-modules (#3901) 2022-03-18 16:02:22 +00:00
checkpoints.rs fix(state): Use correct end heights for end of block subtrees during the full sync (#7566) 2023-09-19 14:49:36 +00:00
config.rs feature(mining): Enable mining RPCs by default in production builds (#7740) 2023-10-18 04:15:17 +00:00
failure_messages.rs change(docs): update docs for new lightwalletd version used in Zebra (#7427) 2023-08-30 22:30:20 +00:00
get_block_template_rpcs.rs change(rpc): Add getpeerinfo RPC method (#5951) 2023-01-17 07:09:07 +00:00
launch.rs feature(mining): Enable mining RPCs by default in production builds (#7740) 2023-10-18 04:15:17 +00:00
lightwalletd.rs change(ci): Generate mainnet checkpoints in CI (#6550) 2023-04-27 04:39:43 +00:00
mod.rs change(ci): Generate mainnet checkpoints in CI (#6550) 2023-04-27 04:39:43 +00:00
sync.rs feature(mining): Enable mining RPCs by default in production builds (#7740) 2023-10-18 04:15:17 +00:00
test_type.rs feature(mining): Enable mining RPCs by default in production builds (#7740) 2023-10-18 04:15:17 +00:00