Details
Details
- Reviewers
Fabien deadalnix - Group Reviewers
Restricted Project - Commits
- rABCf02132a0d60b: Add a test for ABC-specific getblocktemplate behavior
Before D7201, this test should fail
git checkout f8360b5e981^ git cherry-pick this-patch test_runner.py abc_mining_basic
But the test passes today:
git checkout this-patch test_runner.py abc_mining_basic test_runner.py --with-axionactivation abc_mining_basic
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- abc-mining-basic
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 12438 Build 25038: Build Diff build-clang-10 · build-without-wallet · build-diff · build-clang-tidy Build 25037: arc lint + arc unit
Event Timeline
test/functional/abc_mining_basic.py | ||
---|---|---|
58 ↗ | (On Diff #22994) | This assumes there is no transaction nor halving occurring. Either put a comment to state that the block reward from getblocktemplate is not related to the one from the current tip, or find a more accurate way to express the constraint you want to test. |
66 ↗ | (On Diff #22994) | > 1 is more accurate |
73 ↗ | (On Diff #22994) | Dito |