guarantees nExtraNonce will not have the same value between two consecutive calls, alternative to D9694 without the rand32()
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project
ninja all check check-functional for i in {1..100}; do ./test/functional/test_runner.py rpc_dumptxoutset; done
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- make_extranonce_static
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 16045 Build 31984: Build Diff lint-circular-dependencies · build-diff · build-clang-tidy · build-debug · build-clang · build-without-wallet Build 31983: arc lint + arc unit
Event Timeline
Comment Actions
ensure nExtraNonce is changed in exactly one place, fix expected block hashes in rpc_dumptxoutset
Comment Actions
synchronize static variable, remove static uint256 hashPrevBlock which is now dead code