aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authorAlex Morcos <morcos@chaincode.com>2016-03-10 18:36:55 -0500
committerBtcDrak <btcdrak@gmail.com>2016-03-18 08:09:06 +0000
commit19d73d540c8de4a73b5b2a05bebd762e74890a20 (patch)
tree9991f8f280b3e1b74519e28ea1e28ae6ae0dc85f /qa/pull-tester
parent12c89c918534f8e615e80381b692d89d6b09d174 (diff)
downloadbitcoin-19d73d540c8de4a73b5b2a05bebd762e74890a20.tar.xz
Add RPC test for BIP 68/112/113 soft fork.
This RPC test will test both the activation mechanism of the first versionbits soft fork as well as testing many code branches of the consensus logic for BIP's 68, 112, and 113.
Diffstat (limited to 'qa/pull-tester')
-rwxr-xr-xqa/pull-tester/rpc-tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py
index f15eaacbda..cbc10abd21 100755
--- a/qa/pull-tester/rpc-tests.py
+++ b/qa/pull-tester/rpc-tests.py
@@ -83,6 +83,7 @@ if EXEEXT == ".exe" and "-win" not in opts:
#Tests
testScripts = [
+ 'bip68-112-113-p2p.py',
'wallet.py',
'listtransactions.py',
'receivedby.py',