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.
This commit is contained in:
Alex Morcos
2016-03-10 18:36:55 -05:00
committed by BtcDrak
parent 12c89c9185
commit 19d73d540c
2 changed files with 548 additions and 0 deletions

View File

@@ -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',