aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_txn_clone.py
AgeCommit message (Expand)Author
2020-10-20scripted-diff: test: Replace uses of (dis)?connect_nodes globalPrayank
2020-09-27[Trivial] python help messagekanon
2020-05-07test: remove redundant two-way disconnect_nodes callsDanny Lee
2020-04-25test: use zero-argument super() shortcut (Python 3.0+)Sebastian Falbesoner
2019-12-06tests: Mark functional tests not supporting bitcoin-cli (--usecli) as suchpracticalswift
2019-04-09test: Remove unused importsMarcoFalke
2019-04-09scripted-diff: use self.sync_* methodsMarcoFalke
2019-03-02scripted-diff: Update copyright in ./testMarcoFalke
2019-03-02scripted-diff: test: Use py3.5 bytes::hex() methodMarcoFalke
2019-02-19tests: remove byte.hex() to keep compatibilityAkio Nakamura
2019-02-13Remove manual byte editing in wallet_tx_clone func testGregory Sanders
2018-12-27[test] wallet_txn_clone: Correctly clone txin sequenceMarcoFalke
2018-09-10qa: Run all tests even if wallet is not compiledMarcoFalke
2018-08-12Ported usage of deprecated optparse module to argparse moduleKvaciral
2018-07-27Update copyright headers to 2018DrahtBot
2018-05-02[tests] Remove 'account' API from wallet functional testsJohn Newbery
2018-05-01[tests] Fix flake8 warnings in several wallet functional testsJohn Newbery
2018-04-24Merge #12953: Deprecate accountsWladimir J. van der Laan
2018-04-16[tests] Set -deprecatedrpc=accounts in testsJohn Newbery
2018-04-16Minor Python cleanups to make flake8 pass with the new rules enabledpracticalswift
2018-02-17Split signrawtransaction into wallet and non-walletAndrew Chow
2018-01-25[tests] Rename wallet_* functional tests.Anthony Towns