aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/messages.py
AgeCommit message (Expand)Author
2022-11-10p2p: Drop roles from sendtxrcnclGleb Naumenko
2022-10-17test: Add functional tests for sendtxrcncl from inboundGleb Naumenko
2022-08-29test: Test that an unconfirmed not-in-mempool chain is rebroadcastAndrew Chow
2022-08-11test: add tests for `datacarrier` and `datacarriersize` optionsw0xlt
2022-08-09test: refactor: deduplicate `DEFAULT_{ANCESTOR,DESCENDANT}_LIMIT` constantsSebastian Falbesoner
2022-07-19refactor: move `from_binary` helper from signet miner to test frameworkSebastian Falbesoner
2022-07-12scripted-diff: [test] Rename BIP125_SEQUENCE_NUMBER to MAX_BIP125_RBF_SEQUENCEMacroFake
2022-05-13test: make BIP157 messages default-constructible (MESSAGEMAP compatibility)Sebastian Falbesoner
2022-01-11test: create txs with current `nVersion` (2) by defaultSebastian Falbesoner
2022-01-11test: refactor: add constant for sequence number `SEQUENCE_FINAL`Sebastian Falbesoner
2021-12-09test: Replace hashlib.new with named constructorMarcoFalke
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-08-16refactor: replace remaining binascii method calls Zero-1729
2021-08-03Merge bitcoin/bitcoin#16333: test: Set BIP34Height = 2 for regtestMarcoFalke
2021-08-02Merge bitcoin/bitcoin#22378: test: remove confusing `MAX_BLOCK_BASE_SIZE`MarcoFalke
2021-08-01test: refactor: remove `hex_str_to_bytes` helperSebastian Falbesoner
2021-07-15Merge bitcoin/bitcoin#22211: net: relay I2P addresses even if not reachable (...W. J. van der Laan
2021-07-03test: remove confusing `MAX_BLOCK_BASE_SIZE`Sebastian Falbesoner
2021-07-01test: introduce `get_weight()` helper for CBlockSebastian Falbesoner
2021-07-01test: introduce `get_weight()` helper for CTransactionSebastian Falbesoner
2021-06-21test: doc: improve doc for `from_hex` helper (mention `to_hex` alternative)Sebastian Falbesoner
2021-06-21scripted-diff: test: rename `FromHex` to `from_hex`Sebastian Falbesoner
2021-06-21test: remove `ToHex` helper, use .serialize().hex() insteadSebastian Falbesoner
2021-06-21test: introduce `tx_from_hex` helper for tx deserializationSebastian Falbesoner
2021-06-18test: Create all blocks with version 4 or higherMarcoFalke
2021-06-11test: make CAddress in functional tests comparableVasil Dimov
2021-06-11test: implement ser/unser of I2P addresses in functional testsVasil Dimov
2021-06-10test: Use MiniWallet in test_no_inherited_signaling RBF testMarcoFalke
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