297 Commits (794a80eee335a10d239aed7fdbdd013bce45161d)

Author SHA1 Message Date
John Newbery f9cf7b589f [tests] Check connectivity before sending in assumevalid.py 7 years ago
John Newbery f1ced0d776 [tests] Make p2p-leaktests.py more robust 7 years ago
MarcoFalke 2e1ac70df9 [qa] zapwallettxes: Wait up to 3s for mempool reload 7 years ago
Cristian Mircea Messel b6468d3c42 Add listwallets RPC test to multiwallet.py 7 years ago
John Newbery d8dd8e7356 [tests] fixup dbcrash interaction with add_nodes() 7 years ago
João Barbosa 2b97b36e5d [test] Replace check_output with low level version 7 years ago
João Barbosa e38211f5e8 [test] Add assert_raises_process_error to assert process errors 7 years ago
João Barbosa e0bfd28de2 [test] Add support for custom arguments to TestNodeCLI 7 years ago
João Barbosa 812c870043 [test] Improve assert_raises_jsonrpc docstring 7 years ago
MarcoFalke eeb24a3a01 [qa] TestNode: Add wait_until_stopped helper method 7 years ago
Cristian Mircea Messel 44241765e3 Improve signmessages functional test 7 years ago
John Newbery cef03198dc [tests] fixups from set_test_params() 7 years ago
John Newbery 82bf6fc6d4 [tests] Functional tests must explicitly set num_nodes 7 years ago
John Newbery 801d2ae924 [tests] don't override __init__() in individual tests 7 years ago
John Newbery bb5e7cb308 [tests] Avoid passing around member variables in test_framework 7 years ago
John Newbery 4d3ba18386 [tests] TestNode: separate add_node from start_node 7 years ago
John Newbery 11a5992c90 [tests] fix - use rpc_timeout as rpc timeout 7 years ago
Cristian Mircea Messel 847c75ec64 Add getmininginfo functional test 7 years ago
Jorge Timón 2a5d099e47 RPC: gettxout: Slightly improve doc and tests 7 years ago
John Newbery 716066dbea [tests] Add bitcoin_cli.py test script 7 years ago
John Newbery 016b9ada21 [tests] add TestNodeCLI class for calling bitcoin-cli for a node 7 years ago
MarcoFalke 5398f205e3 qa: Move wait_until to util 7 years ago
John Newbery 1d80d1e319 [tests] fix timeout issues from TestNode 7 years ago
Wladimir J. van der Laan c276c1e1d1 test: Increase initial RPC timeout to 60 seconds 7 years ago
John Newbery fc2aa09cf3 [tests] Introduce TestNode 7 years ago
João Barbosa bdf607e438 test: Add resendwallettransactions functional tests 7 years ago
Suhas Daftuar f1bf31186c [qa] Fix block message processing error in sendheaders.py 7 years ago
MarcoFalke faa76d1b79 qa: Fix inv race in example_test 7 years ago
Jonas Schnelli d34957e17e [wallet] [tests] Add keypool topup functional test 7 years ago
John Newbery 095142d1f9 [wallet] keypool mark-used and topup 7 years ago
John Newbery cc5d38f4b8 Add option to attach a python debugger if test fails 7 years ago
Evan Klitzke 13b1e9a162 Capitalize bullet points in CONTRIBUTING guide 7 years ago
John Newbery 5e35cd94c1 [tests] Test disconnecting unsupported service bits logic. 7 years ago
Wladimir J. van der Laan ec05c508c6 rpc: Use ValueFromAmount instead of FormatMoney in TxToUniv 7 years ago
John Newbery d84e78ec39 [wallet] Specify wallet name in wallet loading errors 7 years ago
João Barbosa a6da027d83 Reject invalid wallet files 7 years ago
João Barbosa 3ef77a0c12 Reject duplicate wallet filenames 7 years ago
Andrew Chow e222dc2aee Replace ismine with producesignature check in witnessifier 7 years ago
Russell Yanofsky e526b3d34c Fix misleading "Method not found" multiwallet errors 7 years ago
Wladimir J. van der Laan 60f9778abf
Revert "[tests] Allow tests to pass when stderr is non-empty" 7 years ago
Jonas Schnelli 44eb9d406a
[QA] Avoid running multiwallet.py twice 7 years ago
Karl-Johan Alm 876e92bf54
Testing: listsinceblock should display all transactions that were affected since the given block, including transactions that were removed due to a reorg. 7 years ago
John Newbery 3707fcd94e [wallet] [tests] Add listwallets to multiwallet test 7 years ago
Andrew Chow 6b4f231f5f Move transaction combining from signrawtransaction to new RPC 7 years ago
Matt Corallo cf82a9e704 Do not allow users to get keys from keypool without reserving them 7 years ago
Jonas Schnelli 6b9faf7470
[QA] add basic multiwallet test 7 years ago
John Newbery 979d0b8a65
[tests] [wallet] Add wallet endpoint support to authproxy 7 years ago
John Newbery e7a2181b49 [wallet] fix zapwallettxes interaction with persistent mempool 7 years ago
John Newbery ff7365e780 [tests] fix flake8 warnings in zapwallettxes.py 7 years ago
John Newbery 301fd51b9e [tests] fix replace_by_fee.py 7 years ago