Page MenuHomePhabricator

Remove the mempool internal wellington upgrade latch
ClosedPublic

Authored by Fabien on May 25 2023, 14:34.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABC177174f173e3: Remove the mempool internal wellington upgrade latch
Summary

Treat as it is always on now that wellington is activated. This pulls several required cleanups, but only the minimal subset is part of this diff: more clean ups will be added as follow ups.

Test Plan
ninja all check-extended

Event Timeline

Fabien requested review of this revision.May 25 2023, 14:34
Fabien retitled this revision from Remove the mempool wellington upgrade flag to Remove the mempool internal wellington upgrade latch.May 25 2023, 14:40

So many red lines ❤️

Looks great, except for two unused variables that can be removed in mempool_packages

test/functional/mempool_packages.py
52–53
PiRK requested changes to this revision.May 25 2023, 16:42
This revision now requires changes to proceed.May 25 2023, 16:42

Make good use of the ancestor_size and ancestor_fees variables in mempool_packages.py

This revision is now accepted and ready to land.May 26 2023, 12:42