Page MenuHomePhabricator

[CI] Run the tests with the next upgrade activated
ClosedPublic

Authored by Fabien on Aug 12 2025, 19:58.

Details

Reviewers
bytesofman
Group Reviewers
Restricted Project
Commits
rABCb7773c62ce76: [CI] Run the tests with the next upgrade activated
Summary

Remove the past activation code and use the next one (november 2025) instead.

Test Plan
ninja check-upgrade-activated

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fabien requested review of this revision.Aug 12 2025, 19:58
bytesofman added a subscriber: bytesofman.
bytesofman added inline comments.
src/consensus/activation.h
62 ↗(On Diff #55222)

so this was already in the codebase -- is the normal approach here that the next 2 upgrades are added?

This revision is now accepted and ready to land.Aug 12 2025, 21:08
src/consensus/activation.h
62 ↗(On Diff #55222)

In this case it's just that we did not clean up the previous one yet, but it might be normal to have multiple activation (some rules still need to know when then become valid).