aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-06-24Merge #19272: net, test: invalid p2p messages and test framework improvementsMarcoFalke
2020-06-22test: refactor functional tests to use restart_nodeChristopher Coverdale
2020-06-21test: Check that peers with forcerelay permission do not get a feefilter messageMarcoFalke
2020-06-21test: Add connect_nodes methodMarcoFalke
2020-06-21test: Add test for no net permissionMarcoFalke
2020-06-21test: Replace self.nodes[0].p2p with connMarcoFalke
2020-06-21test: remove redundant generateMarcoFalke
2020-06-21test: pep-8 p2p_feefilter.pyMarcoFalke
2020-06-21Merge #19208: test: move sync_blocks and sync_mempool functions to test_frame...MarcoFalke
2020-06-21Merge #18027: "PSBT Operations" dialogSamuel Dobson
2020-06-21Merge #19133: rpc, cli, test: add bitcoin-cli -generate commandSamuel Dobson
2020-06-21Merge #19200: rpc: remove deprecated getaddressinfo fieldsSamuel Dobson
2020-06-21Merge #16377: [rpc] don't automatically append inputs in walletcreatefundedpsbtSamuel Dobson
2020-06-19Merge #19054: wallet: Skip hdKeypath of 'm' when determining inactive hd seedsMarcoFalke
2020-06-19test: hoist p2p values to test framework constantsJon Atack
2020-06-19test: improve msg sends and p2p disconnections in p2p_invalid_messagesJon Atack
2020-06-19test: refactor test_large_inv() into 3 tests with common methodJon Atack
2020-06-19test: add p2p_invalid_messages loggingJon Atack
2020-06-19net: update misbehavior logging for oversized messagesJon Atack
2020-06-19Make lint-spelling.py happyGlenn Willen
2020-06-18Improve TransactionErrorString messages.Glenn Willen
2020-06-18test: move sync_blocks and sync_mempool functions to test_framework.pyRoy Shao
2020-06-18Merge #19304: test: Check that message sends successfully when header is spli...MarcoFalke
2020-06-17Test buffered valid messageTroy Giorshev
2020-06-17Merge #19298: test: Add missing sync_blocksMarcoFalke
2020-06-17Merge #19252: test: wait for disconnect in disconnect_p2ps + bloomfilter test...MarcoFalke
2020-06-16test: Add missing sync_blocksMarcoFalke
2020-06-16[refactor] use waiting inside disconnect_p2psgzhao408
2020-06-16[test] wait for disconnect_p2ps to be reflected in getpeerinfogzhao408
2020-06-16[test] logging and style followups for bloomfilter testsgzhao408
2020-06-16pep-8 test/functional/test_framework/util.pyMarcoFalke
2020-06-16test: refactor: Inline adjust_bitcoin_conf_for_pre_17MarcoFalke
2020-06-16Merge #19153: test: mempool compatibility testMarcoFalke
2020-06-16Merge #19178: Make mininode_lock non-reentrantMarcoFalke
2020-06-16Merge #19260: p2p: disconnect peers that send filterclear + update existing f...fanquake
2020-06-15tests: feature_backwards_compatibility.py test 0.16 up/downgradeAndrew Chow
2020-06-14[test] test disconnect for filtercleargzhao408
2020-06-13[tests] Don't import asyncio to test magic bytesJohn Newbery
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