aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/mininode.py
AgeCommit message (Expand)Author
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-08-04Merge #19489: test: Fail wait_until early if connection is lostMarcoFalke
2020-07-27Clean message_count and last_messageTroy Giorshev
2020-07-19test: Use wtxid relay generally in functional testsFabian Jahr
2020-07-19test: Update test framework p2p protocol version to 70016Fabian Jahr
2020-07-14test: Fail wait_until early if connection is lostMarcoFalke
2020-06-19test: hoist p2p values to test framework constantsJon Atack
2020-06-05[tests] Make mininode_lock non-reentrantJohn Newbery
2020-06-05[tests] Don't call super twice in P2PTxInvStore.on_inv()John Newbery
2020-06-05[tests] Don't acquire mininode_lock twice in wait_for_broadcast()John Newbery
2020-05-31Merge #19044: net processing: Add support for getcfiltersMarcoFalke
2020-05-30Merge #18807: [doc / test / mempool] unbroadcast follow-upsMarcoFalke
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
2020-05-26Merge #19010: net processing: Add support for getcfheadersMarcoFalke
2020-05-25[test] P2P connection behavior should meet expectationsAmiti Uttarwar
2020-05-23test: Default mininode.wait_until timeout to 60sMarcoFalke
2020-05-22[test] Add test for cfheadersJim Posen
2020-05-22Merge #18895: p2p: unbroadcast followups: rpcs, nLastResend, mempool sanity c...fanquake
2020-05-19[test] wait for inital broadcast before comparing mempool entriesgzhao408
2020-05-18test: Add capability to disable RPC timeout in functional tests.codeShark149
2020-05-08[test] Add test for cfcheckptJim Posen
2020-05-03Merge #18617: test: add factor option to adjust test timeoutsMarcoFalke
2020-05-03test: add factor option to adjust test timeoutsHarris
2020-04-29Merge #18038: P2P: Mempool tracks locally submitted transactions to improve w...fanquake
2020-04-23[refactor/test] Extract P2PTxInvStore into test frameworkAmiti Uttarwar
2020-04-22test: check for matching object hashes in wait_for_getdataDanny Lee
2020-04-19Merge #18610: scripted-diff: test: replace command with msgtype (naming)MarcoFalke
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-15scripted-diff: test: replace command with msgtypeSebastian Falbesoner
2020-04-12Merge #18609: test: Remove REJECT message codeMarcoFalke
2020-04-12test: Remove REJECT message codeHennadii Stepanov
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-03-31test: add BIP37 'filterclear' test to p2p_filter.pySebastian Falbesoner
2020-03-25test: Add basic test for BIP 37MarcoFalke
2019-11-03Remove network_event_loop instance in close()JamesC
2019-10-02p2p: Remove BIP61 reject messagesMarcoFalke
2019-08-16test: Pass down correct chain name in testsMarcoFalke
2019-07-26test: Fail early on disconnect in mininode.wait_for_*MarcoFalke
2019-05-13test: Add test for p2p_blocksonlyMarcoFalke
2019-04-29Merge #15897: QA/mininode: Send all headers upfront in send_blocks_and_test t...MarcoFalke
2019-04-25QA/mininode: Send all headers upfront in send_blocks_and_test to avoid sendin...Luke Dashjr
2019-03-19qa: mininode: Clearer error message on invalid magic bytesMarcoFalke
2019-03-02scripted-diff: Update copyright in ./testMarcoFalke
2019-03-02build: Require python 3.5MarcoFalke
2019-01-24qa: Add tests for invalid message headersMarcoFalke