aboutsummaryrefslogtreecommitdiff
path: root/test/functional/p2p_feefilter.py
AgeCommit message (Expand)Author
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-09-02scripted-diff: Use generate* from TestFrameworkMarcoFalke
2021-05-31Use COINBASE_MATURITY constant in functional tests.Kiminuo
2021-03-25[test] no send feefilters when txrelay is turned offglozow
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-10-19test: Fix typo (one tx is enough) in p2p_feefilterMarcoFalke
2020-10-17test: Fix intermittent issue in p2p_feefilterMarcoFalke
2020-09-09Merge #19800: test: MockwalletMarcoFalke
2020-09-07test: Use MiniWalet in p2p_feefilterMarcoFalke
2020-08-26test: Update wait_until usage in tests not to use the one from utilsSeleme Topuz
2020-08-25test: inline hashToHexMarcoFalke
2020-08-21test: resort importsJohn Newbery
2020-08-21scripted-diff: Rename mininode to p2pJohn Newbery
2020-08-21scripted-diff: Rename mininode_lock to p2p_lockJohn Newbery
2020-08-12test: speedup p2p_feefilter.py by whitelisting peers (immediate tx relay)Sebastian Falbesoner
2020-08-12test: use wait_until for invs matching in p2p_feefilter.pySebastian Falbesoner
2020-08-12test: add logging for p2p_feefilter.pySebastian Falbesoner
2020-08-06refactor: test: use _ variable for unused loop countersSebastian Falbesoner
2020-07-19test: Use wtxid relay generally in functional testsFabian Jahr
2020-06-21test: Check that peers with forcerelay permission do not get a feefilter messageMarcoFalke
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-05-07test: replace inv type magic numbers by constantsSebastian Falbesoner
2019-10-03modify p2p_feefilter test to catch rounding errorGregory Sanders
2019-04-09test: Remove unused importsMarcoFalke
2019-04-09scripted-diff: use self.sync_* methodsMarcoFalke
2019-03-02scripted-diff: Update copyright in ./testMarcoFalke
2019-03-02scripted-diff: test: Remove brackets after assertMarcoFalke
2018-09-10qa: Run all tests even if wallet is not compiledMarcoFalke
2018-08-13tests: Use explicit importspracticalswift
2018-08-09Merge #13916: qa: wait_for_verack by defaultMarcoFalke
2018-08-08qa: wait_for_verack by defaultMarcoFalke
2018-07-27Update copyright headers to 2018DrahtBot
2018-06-25qa: Avoid start/stop of the network thread mid-testMarcoFalke
2018-05-11Enable W191 and W291 flake8 checks.John Bampton
2018-03-19scripted-diff: rename TestNode to TestP2PConn in testsJohn Newbery
2018-01-25[tests] Rename p2p_* functional tests.Anthony Towns