zebra/zebrad/tests/common
Arya 99b017e2a4
add(consensus): Add a `target_difficulty_limit` field on `testnet::Parameters` (#8518)
* Adds a `target_difficulty_limit` field on `testnet::Parameters`

* updates test to increment block nonce until finding a block that's below the difficulty threshold

* increment the nonce while the difficulty is invalid instead of while the difficulty threshold is invalid

* Adds comments
2024-05-17 23:06:08 +00:00
..
configs add(consensus): Adds block construction and validation for NU5 from block height 1 for Regtest (#8475) 2024-05-02 19:43:42 +00:00
get_block_template_rpcs change(consensus): Allow configurable NU5 activation height on Regtest (#8505) 2024-05-08 14:46:13 +00:00
lightwalletd change(chain): Remove `Copy` trait impl from `Network` (#8354) 2024-03-19 20:45:27 +00:00
shielded_scan fix(beta-toolchain): Warnings (#8404) 2024-04-18 01:45:22 +00:00
cached_state.rs change(chain): Remove `Copy` trait impl from `Network` (#8354) 2024-03-19 20:45:27 +00:00
check.rs
checkpoints.rs add(consensus/network): Add an empty `Parameters` struct in `Network::Testnet` (#8368) 2024-04-17 02:20:34 +00:00
config.rs feat(network): Configurable external address for Version network messages (#8488) 2024-05-03 01:07:52 +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 fix(beta-toolchain): Warnings (#8404) 2024-04-18 01:45:22 +00:00
lightwalletd.rs fix(beta-toolchain): Warnings (#8404) 2024-04-18 01:45:22 +00:00
mod.rs add(consensus): Adds block construction and validation for NU5 from block height 1 for Regtest (#8475) 2024-05-02 19:43:42 +00:00
regtest.rs add(consensus): Add a `target_difficulty_limit` field on `testnet::Parameters` (#8518) 2024-05-17 23:06:08 +00:00
shielded_scan.rs add(test): Check that scan task removes keys, unify scan task acceptance tests, and add test to CI (#8308) 2024-03-04 21:25:50 +00:00
sync.rs fix(beta-toolchain): Warnings (#8404) 2024-04-18 01:45:22 +00:00
test_type.rs change(chain): Remove `Copy` trait impl from `Network` (#8354) 2024-03-19 20:45:27 +00:00