aboutsummaryrefslogtreecommitdiff
path: root/test/functional/p2p_filter.py
AgeCommit message (Expand)Author
2024-02-28test: add option to speed up tx relay/mempool syncbrunoerg
2023-12-06test: Extends MEMPOOL msg functional testSergi Delgado Segura
2023-09-05test: Combine sync_send_with_ping and sync_with_pingMarcoFalke
2023-05-12test: Return dict in MiniWallet::send_toMarcoFalke
2023-01-16test: add `rescan_utxos` in MiniWallet's initializationkouloumos
2021-12-26test: introduce `getnewdestination` helper for generating various address typesSebastian Falbesoner
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-09-27test: use MiniWallet for p2p_filter.pySebastian Falbesoner
2021-09-02scripted-diff: Use generate* from TestFrameworkMarcoFalke
2021-04-28test: Fix intermittent issue in p2p_addr_relay.pyMarcoFalke
2021-03-23rpc: deprecate `addresses` and `reqSigs` from rpc outputsMichael Dietz
2021-02-17[test] Add P2P_SERVICES to p2p.pyJohn Newbery
2021-02-17[test] Move MY_RELAY to p2p.pyJohn Newbery
2021-02-17[test] Move MY_SUBVERSION to p2p.pyJohn Newbery
2021-02-17[test] Move MY_VERSION to p2p.pyJohn Newbery
2021-02-01scripted-diff: Remove setup_clean_chain if default is not changedFabian Jahr
2020-09-10[refactor] clarify tests by referencing p2p objects directlygzhao408
2020-08-21scripted-diff: Rename mininode to p2pJohn Newbery
2020-08-21scripted-diff: Rename mininode_lock to p2p_lockJohn Newbery
2020-08-04test: Wait until is_connected in add_p2p_connectionMarcoFalke
2020-07-14test: Fail wait_until early if connection is lostMarcoFalke
2020-06-16[test] logging and style followups for bloomfilter testsgzhao408
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] add BIP 37 test for node with fRelay=falsegzhao408
2020-06-10[test] add mempool msg test for node with bloomfilter enabledgzhao408
2020-04-25test: check misbehavior more independently in p2p_filter.pyDanny Lee
2020-04-21test: Fix linter issueHennadii Stepanov
2020-04-20test: add further BIP37 size limit checks to p2p_filter.pySebastian Falbesoner
2020-04-20Merge #18544: net: limit BIP37 filter lifespan (active between 'filterload'.....MarcoFalke
2020-04-14test: add more inactive filter tests to p2p_filter.pySebastian Falbesoner
2020-04-13test: Add various low-level p2p testsMarcoFalke
2020-04-11refactor: test: improve wait_for{header,merkleblock} interfaceSebastian Falbesoner
2020-04-11test: complete impl. of msg_merkleblock and wait_for_merkleblockSebastian Falbesoner
2020-04-03test: add BIP37 remote crash bug [CVE-2013-5700] test to p2p_filter.pySebastian Falbesoner
2020-04-01test: replace (send_message + sync_with_ping) with send_and_pingJon Atack
2020-03-31test: add BIP37 'filterclear' test to p2p_filter.pySebastian Falbesoner
2020-03-25test: Add basic test for BIP 37MarcoFalke