Commit Graph

367 Commits (677d893ff758b61f66203730da224bd7ef8f0b43)

Author SHA1 Message Date
John Newbery 677d893ff7 [tests] do not allow assert_raises_message to be called with JSONRPCException
7 years ago
John Newbery 5864e9c161 [tests] remove direct testing on JSONRPCException from individual test cases
7 years ago
Wladimir J. van der Laan 7f11ef2608
Merge #9937: rpc: Prevent `dumpwallet` from overwriting files
7 years ago
MarcoFalke b4a509a3f8
Merge #11433: qa: Restore bitcoin-util-test py2 compatibility
7 years ago
MarcoFalke 8ddf60db7a
Merge #11407: [tests] add functional test for mempoolreplacement command line arg
7 years ago
Wladimir J. van der Laan 90926db238
Merge #11021: [rpc] fix getchaintxstats()
7 years ago
Wladimir J. van der Laan 557aba6ce7
Merge #11399: Fix bip68-sequence rpc test
7 years ago
MarcoFalke fafff1220c qa: Restore bitcoin-util-test py2 compatibility
7 years ago
MarcoFalke ff4cd6075b
Merge #11319: [qa] Fix error introduced into p2p-segwit.py, and prevent future similar errors
7 years ago
MarcoFalke 9c3c9cdae3
Merge #10552: [Test] Tests for zmqpubrawtx and zmqpubrawblock
7 years ago
Gregory Sanders 1088b5322d add functional test for mempoolreplacement command line arg
7 years ago
Wladimir J. van der Laan aa624b61c9
Merge #11167: Full BIP173 (Bech32) support
7 years ago
NicolasDorier 06eaca6313 [RPC] Wallet: test importing of native witness scripts
7 years ago
Pieter Wuille fd0041aa27 Use BIP173 addresses in segwit.py test
7 years ago
Pieter Wuille c091b99379 Implement BIP173 addresses and tests
7 years ago
Wladimir J. van der Laan 9a8e9167f2
Merge #10858: [RPC] Add "errors" field to getblockchaininfo and unify "errors" field in get*info RPCs
7 years ago
Wladimir J. van der Laan c9a4aa8a0e
Merge #10871: Handle getinfo in bitcoin-cli w/ -getinfo (revival of #8843)
7 years ago
John Newbery 5e69a430ee Add test for bitcoin-cli -getinfo
7 years ago
Andrew Chow 395cef7601 Change getmininginfo errors field to warnings
7 years ago
Andrew Chow f77f0e4825 Add warnings field to getblockchaininfo
7 years ago
MarcoFalke ef8340d25f
Merge #11031: [rpc] deprecate estimatefee
7 years ago
Johnson Lau 49f869fe91 Fix bip68-sequence rpc test
7 years ago
Cristian Mircea Messel 048e0c3e26 [rpc] [tests] Add deprecated RPC test
7 years ago
John Newbery d4cdbd6fb6 [rpc] Deprecate estimatefee RPC
7 years ago
Wladimir J. van der Laan 0cd9273fd9 rpc: Prevent `dumpwallet` from overwriting files
7 years ago
Wladimir J. van der Laan 67879b7c44
Merge #11377: Disallow uncompressed pubkeys in bitcoin-tx [multisig] output adds
7 years ago
Matt Corallo 28d4542a0a Disallow uncompressed pubkeys in bitcoin-tx [multisig] output adds
7 years ago
João Barbosa f6ffb14367 [test] Add getblockchaininfo functional test
7 years ago
João Barbosa fd8f45fe88 [test] Add restart_node to BitcoinTestFramework
7 years ago
Wladimir J. van der Laan 4f7e37e26c
Merge #11307: wallet: Display non-HD error on first run
7 years ago
Andrew Chow d3677ab757 Tests for zmqpubrawtx and zmqpubrawblock
7 years ago
MarcoFalke 4ce2f3d0d3
Merge #11323: mininode: add an optimistic write and disable nagle
7 years ago
John Newbery e9e9391083 [tests] Check connectivity before sending in assumevalid.py
7 years ago
Cory Fields 1817398b39 mininode: add an optimistic write and disable nagle
7 years ago
MarcoFalke 42973f8344
Merge #11078: [tests] Make p2p-leaktests.py more robust
7 years ago
MarcoFalke 8df48b36ed
Merge #11308: [qa] zapwallettxes: Wait up to 3s for mempool reload
7 years ago
Suhas Daftuar f97ab35fa9 qa: Fix bug introduced in p2p-segwit.py
7 years ago
Suhas Daftuar a7820422e0 qa: Treat mininode p2p exceptions as fatal
7 years ago
Cristian Mircea Messel fb1f325822 Add listwallets RPC test to multiwallet.py
7 years ago
MarcoFalke fadd0c16b6 [qa] zapwallettxes: Wait up to 3s for mempool reload
7 years ago
MarcoFalke b37cab65c6
Merge #11230: [tests] fixup dbcrash interaction with add_nodes()
7 years ago
MarcoFalke fadf31ef02 wallet: Display non-HD error on first run
7 years ago
Matt Corallo ba206d2c63 Deprecate confusing blockmaxsize, fix getmininginfo output
7 years ago
Wladimir J. van der Laan c22a53cd63
Merge #11250: Bump wallet version to 159900 and remove the `usehd` option
7 years ago
Andrew Chow 713a92073b Remove usehd option and warn when it is used
7 years ago
João Barbosa 29e1dfbd97 [test] Add bitcoin-cli -stdin and -stdinrpcpass functional tests
7 years ago
João Barbosa ce379b47b9 [test] Replace check_output with low level version
7 years ago
João Barbosa 232e3e8471 [test] Add assert_raises_process_error to assert process errors
7 years ago
João Barbosa 5c18a84b9a [test] Add support for custom arguments to TestNodeCLI
7 years ago
João Barbosa e1274947d4 [test] Improve assert_raises_jsonrpc docstring
7 years ago