aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-09-11tests: add a test for the 'servicesnames' RPC fielddarosior
2019-09-11Merge #16251: Improve signrawtransaction error reportingfanquake
2019-09-10signrawtransactionwithkey: better error messages for bad redeemScript/witness...Anthony Towns
2019-09-10Merge #16725: Don't show addresses or P2PK in decoderawtransactionSamuel Dobson
2019-09-09Merge #16796: wallet: Fix segfault in CreateWalletFromFileSamuel Dobson
2019-09-09Merge #16285: rpc: Improve scantxoutset response and help messageWladimir J. van der Laan
2019-09-09qa: Check scantxoutset result against gettxoutsetinfoJoão Barbosa
2019-09-07Merge #15759: p2p: Add 2 outbound block-relay-only connectionsfanquake
2019-09-07Merge #16421: Conservatively accept RBF bumps bumping one tx at the package l...fanquake
2019-09-06Merge #16624: wallet: encapsulate transactions stateMeshCollider
2019-09-05Merge #16804: test: Remove unused try-block in assert_debug_logWladimir J. van der Laan
2019-09-05Merge #15257: Scripts and tools: Bump flake8 to 3.7.8MarcoFalke
2019-09-05Merge #16768: test: Make lint-includes.sh work from any directoryMarcoFalke
2019-09-04Test that joinpsbts randomly shuffles the inputsAndrew Chow
2019-09-04Conservatively accept RBF bumps bumping one tx at the package limitsMatt Corallo
2019-09-04Make lint-includes.sh work from any directoryKristaps Kaupe
2019-09-04Disconnect peers violating blocks-only modeSuhas Daftuar
2019-09-04test: Remove incorrect and unused try-block in assert_debug_logMarcoFalke
2019-09-03lint: Disable flake8 W504 warningBen Woosley
2019-09-03test/contrib: Fix invalid escapes in regex stringsBen Woosley
2019-09-03wallet: Fix segmentation fault in CreateWalletFromFileMarcoFalke
2019-09-03test: Print both messages on failure in assert_raises_messageMarcoFalke
2019-09-02Merge #16185: gettransaction: add an argument to decode the transactionMeshCollider
2019-08-31Check for codespell in lint-spelling.shKristaps Kaupe
2019-08-30tests: Add a new functional test for gettransactiondarosior
2019-08-30Don't show addresses or P2PK in decoderawtransactionnicolas.dorier
2019-08-29Add a test wallet_reorgsrestoreAntoine Riard
2019-08-29Merge #16695: rpc: Add window final block height to getchaintxstatsWladimir J. van der Laan
2019-08-29Add window final block height to getchaintxstatsJonathan "Duke" Leto
2019-08-28Merge #16726: tests: Avoid common Python default parameter gotcha when mutabl...MarcoFalke
2019-08-28Merge #16740: qa: Relax so that the subscriber is ready before publishing zmq...MarcoFalke
2019-08-28test: add executable flag for wallet_watchonly.pySebastian Falbesoner
2019-08-28qa: Relax so that the subscriber is ready before publishing zmq messagesJoão Barbosa
2019-08-27test: Establish only one connection between nodes in rpc_invalidateblockMarcoFalke
2019-08-26Merge #16404: qa: Test ZMQ notification after chain reorgMarcoFalke
2019-08-26lint: Catch use of [] or {} as default parameter values in Python functionspracticalswift
2019-08-26Avoid using mutable default parameter valuespracticalswift
2019-08-21Merge #16656: test: fix rpc_setban.py raceMarcoFalke
2019-08-21QA: fix rpc_setban.py raceJonas Schnelli
2019-08-20Merge #16647: rpc: add weight to getmempoolentry outputMarcoFalke
2019-08-19Merge #15864: Fix datadir handlingMarcoFalke
2019-08-19Merge #16646: qa: Run tests with UPnP disabledWladimir J. van der Laan
2019-08-19Merge #16631: net: The default whitelistrelay should be trueWladimir J. van der Laan
2019-08-19qa: Add RPC tests for weight in mempool entryDaniel Edgecumbe
2019-08-19Bugfix: QA: Run tests with UPnP disabledLuke Dashjr
2019-08-19qa: Test ZMQ notification after chain reorgJoão Barbosa
2019-08-19qa: Refactor ZMQ testJoão Barbosa
2019-08-18test: Add test for default maxfeerate in sendrawtransactionJoonmo Yang
2019-08-18wallet/rpc: Use the default maxfeerate value as BTC/kBJoonmo Yang
2019-08-16Give more errors for specific failure conditionsAndrew Chow