aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/messages.py
AgeCommit message (Expand)Author
2021-03-23Unconditionally check for fRelay field in test frameworkTroy Giorshev
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-17[test] Move MIN_VERSION_SUPPORTED to p2p.pyJohn Newbery
2021-02-17Merge #20993: test: store subversion (user agent) as string in msg_versionMarcoFalke
2021-01-23Add capture parserTroy Giorshev
2021-01-23test: store subversion (user agent) as string in msg_versionSebastian Falbesoner
2021-01-12rpc: Return wtxid from testmempoolacceptMarcoFalke
2020-12-08Remove unused bits from service flags enumMarcoFalke
2020-10-09net: advertise support for ADDRv2 via new messageVasil Dimov
2020-09-20Merge #19781: test: add parameterized constructor for msg_sendcmpct()MarcoFalke
2020-09-16[test] add get_vsize util for more programmatic testinggzhao408
2020-09-03Merge #19818: p2p: change `CInv::type` from `int` to `uint32_t`, fix UBSan wa...Wladimir J. van der Laan
2020-09-02Merge #19610: p2p: refactor AlreadyHave(), CInv::type, INV/TX processingWladimir J. van der Laan
2020-08-28test framework: serialize/deserialize inv type as unsigned intJon Atack
2020-08-26test: use CInv::MSG_WITNESS_TX flag in p2p_segwitJon Atack
2020-08-25[test] Remove final references to mininodeJohn Newbery
2020-08-23test: add parameterized constructor for msg_sendcmpct()Sebastian Falbesoner
2020-08-13Merge #19070: p2p: Signal support for compact block filters with NODE_COMPACT...Wladimir J. van der Laan
2020-08-06refactor: test: use _ variable for unused loop countersSebastian Falbesoner
2020-07-19test: Update test framework p2p protocol version to 70016Fabian Jahr
2020-07-10[protocol] Remove unused CADDR_TIME_VERSIONJohn Newbery
2020-06-19test: hoist p2p values to test framework constantsJon Atack
2020-05-31[test] Add test for NODE_COMPACT_FILTER.Jim Posen
2020-05-26[test] Add test for cfilters.Jim Posen
2020-05-22[test] Add test for cfheadersJim Posen
2020-05-20Merge #18764: refactor: test: replace inv type magic numbers by constantsMarcoFalke
2020-05-08[test] Add test for cfcheckptJim Posen
2020-05-07test: add inventory type constant MSG_CMPCT_BLOCKSebastian Falbesoner
2020-04-25test: use zero-argument super() shortcut (Python 3.0+)Sebastian Falbesoner
2020-04-20test: add further BIP37 size limit checks to p2p_filter.pySebastian Falbesoner
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-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
2020-03-03test: Add bad-txns-*-toolarge test cases to invalid_txsMarcoFalke
2020-01-23test: Make msg_tx a witness txMarcoFalke
2019-10-02p2p: Remove BIP61 reject messagesMarcoFalke
2019-09-11tests: add a test for the 'servicesnames' RPC fielddarosior
2019-08-26Avoid using mutable default parameter valuespracticalswift
2019-07-19Merge #16152: Disable bloom filtering by default.fanquake
2019-06-06Disable bloom filtering by default.Matt Corallo
2019-05-08tests: Make msg_block a witness blockMarcoFalke
2019-05-08test: Remove True argument to CBlock::serializeMarcoFalke
2019-04-02change default Python block serialization to witnessGregory Sanders