index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
functional
/
wallet_txn_clone.py
Age
Commit message (
Expand
)
Author
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-11-10
scripted-diff: Remove redundant sync_all and sync_blocks
MarcoFalke
2021-10-29
test: Implicitly sync after generate*, unless opted out
MarcoFalke
2021-09-23
tests: wallet_txn explicilty specify inputs
Andrew Chow
2021-09-02
scripted-diff: Use generate* from TestFramework
MarcoFalke
2021-06-21
test: introduce `tx_from_hex` helper for tx deserialization
Sebastian Falbesoner
2021-03-23
rpc: deprecate `addresses` and `reqSigs` from rpc outputs
Michael Dietz
2021-02-16
test: Remove unused bug workaround
MarcoFalke
2021-02-16
test: Start only the number of nodes that are needed
MarcoFalke
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-10-20
scripted-diff: test: Replace uses of (dis)?connect_nodes global
Prayank
2020-09-27
[Trivial] python help message
kanon
2020-05-07
test: remove redundant two-way disconnect_nodes calls
Danny Lee
2020-04-25
test: use zero-argument super() shortcut (Python 3.0+)
Sebastian Falbesoner
2019-12-06
tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such
practicalswift
2019-04-09
test: Remove unused imports
MarcoFalke
2019-04-09
scripted-diff: use self.sync_* methods
MarcoFalke
2019-03-02
scripted-diff: Update copyright in ./test
MarcoFalke
2019-03-02
scripted-diff: test: Use py3.5 bytes::hex() method
MarcoFalke
2019-02-19
tests: remove byte.hex() to keep compatibility
Akio Nakamura
2019-02-13
Remove manual byte editing in wallet_tx_clone func test
Gregory Sanders
2018-12-27
[test] wallet_txn_clone: Correctly clone txin sequence
MarcoFalke
2018-09-10
qa: Run all tests even if wallet is not compiled
MarcoFalke
2018-08-12
Ported usage of deprecated optparse module to argparse module
Kvaciral
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-05-02
[tests] Remove 'account' API from wallet functional tests
John Newbery
2018-05-01
[tests] Fix flake8 warnings in several wallet functional tests
John Newbery
2018-04-24
Merge #12953: Deprecate accounts
Wladimir J. van der Laan
2018-04-16
[tests] Set -deprecatedrpc=accounts in tests
John Newbery
2018-04-16
Minor Python cleanups to make flake8 pass with the new rules enabled
practicalswift
2018-02-17
Split signrawtransaction into wallet and non-wallet
Andrew Chow
2018-01-25
[tests] Rename wallet_* functional tests.
Anthony Towns