Page MenuHomePhabricator

Merge bitcoin/bitcoin#27177: test: fix intermittent issue in `feature_bip68_sequence`
ClosedPublic

Authored by roqqit on Thu, Oct 10, 20:41.

Details

Reviewers
Fabien
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Restricted Project
Commits
rABC69d0c97e131b: Merge bitcoin/bitcoin#27177: test: fix intermittent issue in…
Summary

272eb5561667482f8226bcf98eea00689dccefb8 test: fix include_immature_coinbase logic in get_utxos (brunoerg)
a951c34f179dad0c7059b04a7f1e6b0804462168 test: fix interface_usdt_mempool by mining a block after each test (brunoerg)
1557bf1196bc2bdf00fd32f3b5d525796b4d194c test: fix mature utxos addition to wallet in mempool_package_limits (brunoerg)
60ced9007d518d542ce489b91076f9bbaf3312e3 test: fix intermittent issue in feature_bip68_sequence (brunoerg)

Pull request description:

Fixes #27129

To avoid `bad-txns-premature-spend-of-coinbase` error,
when getting a utxo (using `get_utxo`) to create a new
transaction `get_utxo` shouldn't return (if possible)
by default immature coinbase.

Partial backport of core#27177

Test Plan
ninja check-functional
for I in {1..30}; do ./test/functional/test_runner.py feature_bip68_sequence.py

Diff Detail

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