Page MenuHomePhabricator

[avalanche] Add test coverage for parking against avalanche finalized chaintip
ClosedPublic

Authored by sdulfari on Dec 29 2022, 21:26.

Details

Summary

Ensure we do not introduce regressions related to parking blocks near the chaintip.
With avalanche now enabled by default and validation changes planned, testing this
behavior explicitly is very important.

Test Plan
ninja
./test/functional/test_runner.py abc_p2p_avalanche_voting

Diff Detail

Repository
rABC Bitcoin ABC
Branch
ava-finalize-test
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 21680
Build 43000: Build Diffbuild-diff · build-clang · build-debug · build-clang-tidy · build-without-wallet
Build 42999: arc lint + arc unit

Event Timeline

Fabien added a subscriber: Fabien.
Fabien added inline comments.
test/functional/abc_p2p_avalanche_voting.py
254

That's the same address as above which is confusing, please use ADDRESS_ECREG_UNSPENDABLE

This revision is now accepted and ready to land.Dec 30 2022, 10:02