|
|
|
@ -15,6 +15,10 @@ mine a further 143 blocks (LOCKED_IN)
@@ -15,6 +15,10 @@ mine a further 143 blocks (LOCKED_IN)
|
|
|
|
|
test that enforcement has not triggered (which triggers ACTIVE) |
|
|
|
|
test that enforcement has triggered |
|
|
|
|
""" |
|
|
|
|
from io import BytesIO |
|
|
|
|
import shutil |
|
|
|
|
import time |
|
|
|
|
import itertools |
|
|
|
|
|
|
|
|
|
from test_framework.test_framework import ComparisonTestFramework |
|
|
|
|
from test_framework.util import * |
|
|
|
@ -22,9 +26,6 @@ from test_framework.mininode import CTransaction, NetworkThread
@@ -22,9 +26,6 @@ from test_framework.mininode import CTransaction, NetworkThread
|
|
|
|
|
from test_framework.blocktools import create_coinbase, create_block |
|
|
|
|
from test_framework.comptool import TestInstance, TestManager |
|
|
|
|
from test_framework.script import CScript, OP_1NEGATE, OP_CHECKSEQUENCEVERIFY, OP_DROP |
|
|
|
|
from io import BytesIO |
|
|
|
|
import time |
|
|
|
|
import itertools |
|
|
|
|
|
|
|
|
|
class BIP9SoftForksTest(ComparisonTestFramework): |
|
|
|
|
|
|
|
|
|