aboutsummaryrefslogtreecommitdiff
path: root/test/functional/p2p_blocksonly.py
AgeCommit message (Expand)Author
2023-09-05test: Combine sync_send_with_ping and sync_with_pingMarcoFalke
2023-01-16test: add `rescan_utxos` in MiniWallet's initializationkouloumos
2023-01-03script, test: fix python linter E275 errors with flake8 5.0.4Jon Atack
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-10-04net: Set relay in version msg to peers with relay permissionMacroFake
2022-06-14refactor: Introduce PeerManagerImpl::RejectIncomingTxsMacroFake
2022-03-18scripted-diff: rename TxRelay membersJohn Newbery
2022-01-11test: MiniWallet: support default `from_node` for creating txsSebastian Falbesoner
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-09-12p2p: Rename fBlocksOnly, Add testMarcoFalke
2021-09-12test: Simplify p2p_blocksonly test with new miniwallet rescan_utxos methodMarcoFalke
2021-09-02scripted-diff: Use generate* from TestFrameworkMarcoFalke
2021-05-31Use COINBASE_MATURITY constant in functional tests.Kiminuo
2021-05-06test: use MiniWallet for p2p_blocksonly.pySebastian Falbesoner
2021-04-28test: Fix intermittent issue in p2p_addr_relay.pyMarcoFalke
2021-02-01scripted-diff: Remove setup_clean_chain if default is not changedFabian Jahr
2021-01-07[test] P2PBlocksOnly - Test block-relay-only connections.Amiti Uttarwar
2021-01-07[test/refactor] P2PBlocksOnly - Extract transaction violation test into helper.Amiti Uttarwar
2021-01-07[test/refactor] P2PBlocksOnly - simplify transaction creation using blocktool...Amiti Uttarwar
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-12-26[rpc] Remove deprecated "whitelisted" field from getpeerinfoAmiti Uttarwar
2020-10-14RPC: getpeerinfo: Deprecate "whitelisted" field (replaced by "permissions")Luke Dashjr
2020-09-25Merge #19804: test/refactor: reference p2p objects explicitly and remove conf...MarcoFalke
2020-09-21Clarify blocksonly whitelistforcerelay testt-bast
2020-09-10[refactor] clarify tests by referencing p2p objects directlygzhao408
2020-08-21scripted-diff: Rename mininode to p2pJohn Newbery
2020-07-19test: Use wtxid relay generally in functional testsFabian Jahr
2020-07-10doc: Use precise permission flags where possibleMarcoFalke
2020-07-09net: Extract download permission from nobanMarcoFalke
2020-05-04Add test for param interaction b/w -blocksonly and -whitelistforcerelayglowang
2019-09-04Disconnect peers violating blocks-only modeSuhas Daftuar
2019-05-13test: Add test for p2p_blocksonlyMarcoFalke