diff options
author | Alex Morcos <morcos@chaincode.com> | 2016-03-10 18:36:55 -0500 |
---|---|---|
committer | BtcDrak <btcdrak@gmail.com> | 2016-03-18 08:09:06 +0000 |
commit | 19d73d540c8de4a73b5b2a05bebd762e74890a20 (patch) | |
tree | 9991f8f280b3e1b74519e28ea1e28ae6ae0dc85f /qa/pull-tester | |
parent | 12c89c918534f8e615e80381b692d89d6b09d174 (diff) |
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-x | qa/pull-tester/rpc-tests.py | 1 |
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', |