Skip to content

Commit

Permalink
Add RPC test for BIP 68/112/113 soft fork.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
morcos authored and btcdrak committed Mar 18, 2016
1 parent 12c89c9 commit 19d73d5
Show file tree
Hide file tree
Showing 2 changed files with 548 additions and 0 deletions.
1 change: 1 addition & 0 deletions qa/pull-tester/rpc-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@

#Tests
testScripts = [
'bip68-112-113-p2p.py',
'wallet.py',
'listtransactions.py',
'receivedby.py',
Expand Down
Loading

0 comments on commit 19d73d5

Please sign in to comment.