Page MenuHomePhabricator

Merge #9739: Fix BIP68 activation test
ClosedPublic

Authored by markblundeberg on Feb 7 2020, 17:31.

Details

Summary

PR9739 backport. Seems we missed it. I noticed the same logic bug
(the assert not before_activation is useless because it just gets
covered up by the except: suppression!).

f5aba8a Move tx version 2 standardness check to after bip68 activation (John Newbery)
99c0e81 Fix BIP68 activation test (John Newbery)

Test Plan
test_runner.py feature_bip68_sequence

Diff Detail

Repository
rABC Bitcoin ABC
Branch
pr9739
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 9336
Build 16608: Default Diff Build & Tests
Build 16607: arc lint + arc unit

Event Timeline

[Bot Message]
One or more PR numbers were detected in the summary.
Links to those Bitcoin Core PRs have been inserted into the summary for reference.

(nb there have been a variety of intervening backports so it's not quite reading identically afterwards)

This revision is now accepted and ready to land.Feb 7 2020, 17:59