Page MenuHomePhabricator

Use fewer blocks in abc-miner-fund.py
AbandonedPublic

Authored by nakihito on Jun 16 2020, 01:40.

Details

Reviewers
jasonbcox
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Restricted Project
Summary

This test uses almost 600 blocks at once. This causes problems when
activating BIP34 for regtest according to
https://github.com/bitcoin/bitcoin/pull/15059 without diverging.

Test Plan
test_runner.py abc-miner-fund

Event Timeline

Owners added a reviewer: Restricted Owners Package.Jun 16 2020, 01:40
jasonbcox requested changes to this revision.Jun 16 2020, 16:24
jasonbcox added a subscriber: jasonbcox.

This doesn't actually fix the test. From the PR you linked, it's pretty clear that block versioning is the issue, not the number of blocks.

This revision now requires changes to proceed.Jun 16 2020, 16:24