aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/txn_clone.py
AgeCommit message (Collapse)Author
2016-05-15[qa] Remove hardcoded "4 nodes" from test_frameworkMarcoFalke
2016-05-05[qa] Switch to py3MarcoFalke
2016-01-22Merge #7236: Use createrawtx locktime parm in txn_cloneWladimir J. van der Laan
e279038 Use createrawtx locktime parm in txn_clone (Tom Harding)
2016-01-13[qa] Fix pyton syntax in rpc testsMarcoFalke
2015-12-20Use createrawtx locktime parm in txn_cloneTom Harding
Streamlines the test and serves as a test of the createrawtransaction locktime parameter.
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-11-29Keep track of explicit wallet conflicts instead of using mempoolPieter Wuille
2015-07-09Fix intermittent test failure, reduce test timeTom Harding
In txn_clone.py, non-essential test transaction tx2 was asserted to be unconfirmed, but would occasionally confirm depending on network behavior. Fix by explicitly sharing with miner and checking for 1 confirmation. Reduce required conflict tests from 4 to 2, by moving one invocation each of txn_clone.py and txn_doublespend.py to the extented test section. This saves about 15 seconds per test run for me.
2015-07-02tests: fix txn_clone.py (retry)Wladimir J. van der Laan
There was a stale .pyc file around from before the move. This should catch all missing modules and finally fix the travis build.
2015-07-02tests: fix txn_clone.pyWladimir J. van der Laan
Solve merge conflict of test added in #5881 with #6097.
2015-05-11Add txn_clone.py testTom Harding
Does what the old txnmall.sh test did. Creates an equivalent malleated clone and tests that SyncMetaData syncs the accounting effects from the original transaction to the confirmed clone.