aboutsummaryrefslogtreecommitdiff
path: root/test/functional
AgeCommit message (Expand)Author
2020-06-12Merge #19177: test: Fix and clean p2p_invalid_messages functional testsMarcoFalke
2020-06-12Merge #16756: test: Connection eviction logic testsMarcoFalke
2020-06-12Merge #19250: wallet: Make RPC help compile-time staticMarcoFalke
2020-06-11Merge #19083: test: msg_mempool, fRelay, and other bloomfilter testsMarcoFalke
2020-06-11Merge #19239: tests: move generate_wif_key to wallet_util.pyMarcoFalke
2020-06-11wallet: Make RPC help compile-time staticMarcoFalke
2020-06-11Merge #19206: test: Remove leftover comment in mining_basicfanquake
2020-06-10[tests] move generate_wif_key to wallet_util.pyJohn Newbery
2020-06-10[tests] sort imports in rpc_createmultisig.pyJohn Newbery
2020-06-10Revert "[TESTS] Move base58 to own module to break circular dependency"John Newbery
2020-06-10scripted-diff: rename node to peer for mininodesgzhao408
2020-06-10[test] fix race conditions and test in p2p_filtergzhao408
2020-06-10[test] sending invalid msgs to node with bloomfilters=0 causes disconnectgzhao408
2020-06-10[test] add BIP 37 test for node with fRelay=falsegzhao408
2020-06-10[test] add mempool msg test for node with bloomfilter enabledgzhao408
2020-06-09[TESTS] Move base58 to own module to break circular dependencyPieter Wuille
2020-06-09change blacklist to blocklistTrentZ
2020-06-08Merge #18826: Expose txinwitness for coinbase in JSON form from RPCMarcoFalke
2020-06-08Merge #18890: test: disconnect_nodes should warn if nodes were already discon...MarcoFalke
2020-06-08Refactor resource exhaustion testTroy Giorshev
2020-06-08test: Remove leftover comment in mining_basicMarcoFalke
2020-06-08test: pep-8 mining_basicMarcoFalke
2020-06-08Fix "invalid message size" testTroy Giorshev
2020-06-08Move size limits to module-globalTroy Giorshev
2020-06-08Remove two unneeded testsTroy Giorshev
2020-06-06Add functional test for P2P eviction logic of inbound peersMartin Zumsande
2020-06-04doc: noban precludes maxuploadtarget disconnectsMarcoFalke
2020-06-04Merge #19082: test: Moved the CScriptNum asserts into the unit test in script.pyWladimir J. van der Laan
2020-06-04Merge #19112: rpc: Remove special case for unknown service flagsWladimir J. van der Laan
2020-06-04Merge #19131: refactor: Fix unreachable code in init arg checksWladimir J. van der Laan
2020-06-03Merge #18210: test: type hints in Python testsfanquake
2020-06-03[test] CScriptNum Decode Check as Unit TestsGillian Chu
2020-06-03Merge #18974: test: Check that invalid witness destinations can not be importedMarcoFalke
2020-06-02Merge #18982: wallet: Minimal fix to restore conflicted transaction notificat...MarcoFalke
2020-06-02Merge #19122: test: Add missing sync_blocks to wallet_hdMarcoFalke
2020-06-02This PR adds initial support for type hints checking in python scripts.Kiminuo
2020-06-02refactor: Fix unreachable code in init arg checksJonathan Schoeller
2020-06-01Merge #19072: doc: Expand section on Getting Startedfanquake
2020-05-31Merge #19044: net processing: Add support for getcfiltersMarcoFalke
2020-05-31test: Add missing sync_blocks to wallet_hdMarcoFalke
2020-05-31test: pep-8 wallet_hdMarcoFalke
2020-05-30Merge #18965: tests: implement base58_decodeMarcoFalke
2020-05-30Merge #18807: [doc / test / mempool] unbroadcast follow-upsMarcoFalke
2020-05-29rpc: Remove special case for unknown service flagsMarcoFalke
2020-05-29test: Explain that a bug should be filed when the test failMarcoFalke
2020-05-29Merge #19022: test: Fix intermittent failure in feature_dbcrashMarcoFalke
2020-05-27doc: Fix unrelated typos reported by codespellMarcoFalke
2020-05-27Merge #18918: wallet: Move salvagewallet into wallettoolSamuel Dobson
2020-05-26[test] Add test for cfilters.Jim Posen
2020-05-26Merge #19060: test: Remove global wait_until from p2p_getdataWladimir J. van der Laan