Page MenuHomePhabricator

Move fill_mempool to util function
ClosedPublic

Authored by Fabien on Jul 17 2024, 10:11.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABCf7a23c763c00: Move fill_mempool to util function
Summary

This is a partial backport of core#29735, consisting of the first 3 commits.

The remaining parts of the PR fix a bug that has not been introduced (dependency not backported yet).

Test Plan
./test/functional/test_runner.py mempool_limit

Diff Detail

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

Event Timeline

Fabien requested review of this revision.Jul 17 2024, 10:11
PiRK requested changes to this revision.Jul 17 2024, 12:52
PiRK added a subscriber: PiRK.
PiRK added inline comments.
test/functional/test_framework/util.py
555–556 ↗(On Diff #48677)

node and miniwallet are passed as function args, now, so no need to get them from the test_framework. And BitcoinTestFramework.wallet is not necessarily defined in general.

This revision now requires changes to proceed.Jul 17 2024, 12:52

Remove the node and wallet assignment lines

This revision is now accepted and ready to land.Jul 17 2024, 13:42
This revision was automatically updated to reflect the committed changes.