Skip to content

Commit 19d73d5

Browse files
morcosbtcdrak
authored andcommitted
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.
1 parent 12c89c9 commit 19d73d5

File tree

2 files changed

+548
-0
lines changed

2 files changed

+548
-0
lines changed

qa/pull-tester/rpc-tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383

8484
#Tests
8585
testScripts = [
86+
'bip68-112-113-p2p.py',
8687
'wallet.py',
8788
'listtransactions.py',
8889
'receivedby.py',

0 commit comments

Comments
 (0)