aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-10-12Merge #11277: Fix uninitialized URI in batch RPC requestsWladimir J. van der Laan
2017-10-11Merge #11420: Bump univalue subtree and fix json formatting in testsWladimir J. van der Laan
2017-10-11Merge #10941: Add blocknotify and walletnotify functional testsWladimir J. van der Laan
2017-10-11Merge #11113: [net] Ignore getheaders requests for very old side blocksWladimir J. van der Laan
2017-10-10[tests] Add -walletnotify functional testJoão Barbosa
2017-10-10[tests] Add -blocknotify functional testJoão Barbosa
2017-10-10[tests] Tidy up forknotify.pyJohn Newbery
2017-10-09Merge #10853: [tests] Fix RPC failure testing (again)MarcoFalke
2017-10-09Merge #11465: rpc: Update named args documentation for importprivkeyMarcoFalke
2017-10-09Merge #11367: [rpc] getblockchaininfo: add size_on_disk, prune_target_sizeWladimir J. van der Laan
2017-10-09Update importprivkey named args documentationDusty Williams
2017-10-05scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc errorJohn Newbery
2017-10-05[tests] do not allow assert_raises_message to be called with JSONRPCExceptionJohn Newbery
2017-10-05[tests] remove direct testing on JSONRPCException from individual test casesJohn Newbery
2017-10-04Merge #9937: rpc: Prevent `dumpwallet` from overwriting filesWladimir J. van der Laan
2017-10-04Add test for multiwallet batch RPC callsRussell Yanofsky
2017-10-04Add missing batch rpc calls to python coverage logsRussell Yanofsky
2017-10-04Add missing multiwallet rpc calls to python coverage logsRussell Yanofsky
2017-10-03Make AuthServiceProxy._batch method usableRussell Yanofsky
2017-10-03Merge #11433: qa: Restore bitcoin-util-test py2 compatibilityMarcoFalke
2017-10-03Limit AuthServiceProxyWrapper.__getattr__ wrappingRussell Yanofsky
2017-10-03[test] P2P functional test for certain fingerprinting protectionsJim Posen
2017-10-02Merge #11407: [tests] add functional test for mempoolreplacement command line...MarcoFalke
2017-10-02Merge #11021: [rpc] fix getchaintxstats()Wladimir J. van der Laan
2017-10-02Merge #11399: Fix bip68-sequence rpc testWladimir J. van der Laan
2017-10-01qa: Restore bitcoin-util-test py2 compatibilityMarcoFalke
2017-09-29[rpc] getblockchaininfo: add size_on_disk, prune_target_size, automatic_pruningDaniel Edgecumbe
2017-09-29Merge #11319: [qa] Fix error introduced into p2p-segwit.py, and prevent futur...MarcoFalke
2017-09-29Merge #10552: [Test] Tests for zmqpubrawtx and zmqpubrawblockMarcoFalke
2017-09-29add functional test for mempoolreplacement command line argGregory Sanders
2017-09-29Bump univalue and fix json formatting in testsMarcoFalke
2017-09-29Squashed 'src/univalue/' changes from 16a1f7f6e..fe805ea74MarcoFalke
2017-09-29Merge #11167: Full BIP173 (Bech32) supportWladimir J. van der Laan
2017-09-28[RPC] Wallet: test importing of native witness scriptsNicolasDorier
2017-09-28Use BIP173 addresses in segwit.py testPieter Wuille
2017-09-28Implement BIP173 addresses and testsPieter Wuille
2017-09-28Merge #10858: [RPC] Add "errors" field to getblockchaininfo and unify "errors...Wladimir J. van der Laan
2017-09-28Merge #10871: Handle getinfo in bitcoin-cli w/ -getinfo (revival of #8843)Wladimir J. van der Laan
2017-09-27Add test for bitcoin-cli -getinfoJohn Newbery
2017-09-27Change getmininginfo errors field to warningsAndrew Chow
2017-09-27Add warnings field to getblockchaininfoAndrew Chow
2017-09-27Merge #11031: [rpc] deprecate estimatefeeMarcoFalke
2017-09-27Fix bip68-sequence rpc testJohnson Lau
2017-09-26[rpc] [tests] Add deprecated RPC testCristian Mircea Messel
2017-09-26[rpc] Deprecate estimatefee RPCJohn Newbery
2017-09-26rpc: Prevent `dumpwallet` from overwriting filesWladimir J. van der Laan
2017-09-26Merge #11377: Disallow uncompressed pubkeys in bitcoin-tx [multisig] output addsWladimir J. van der Laan
2017-09-20Disallow uncompressed pubkeys in bitcoin-tx [multisig] output addsMatt Corallo
2017-09-20[test] Add getblockchaininfo functional testJoão Barbosa
2017-09-20[test] Add restart_node to BitcoinTestFrameworkJoão Barbosa