Commit Graph

93 Commits (8ae4ba481ce8f7da173bef24432729c87a36cb70)

Author SHA1 Message Date
Zero-1729 021daedfa1
refactor: replace remaining binascii method calls
3 years ago
MarcoFalke ad0fc453cc
Merge bitcoin/bitcoin#16333: test: Set BIP34Height = 2 for regtest
3 years ago
MarcoFalke b620b2d58a
Merge bitcoin/bitcoin#22378: test: remove confusing `MAX_BLOCK_BASE_SIZE`
3 years ago
Sebastian Falbesoner ca6c154ef1 test: refactor: remove `hex_str_to_bytes` helper
3 years ago
W. J. van der Laan a88fa1a555
Merge bitcoin/bitcoin#22211: net: relay I2P addresses even if not reachable (by us)
3 years ago
Sebastian Falbesoner 607076d01b test: remove confusing `MAX_BLOCK_BASE_SIZE`
3 years ago
Sebastian Falbesoner 4af97c74ed test: introduce `get_weight()` helper for CBlock
3 years ago
Sebastian Falbesoner a084ebe133 test: introduce `get_weight()` helper for CTransaction
3 years ago
Sebastian Falbesoner bdb8b9a347 test: doc: improve doc for `from_hex` helper (mention `to_hex` alternative)
3 years ago
Sebastian Falbesoner 1914054208 scripted-diff: test: rename `FromHex` to `from_hex`
3 years ago
Sebastian Falbesoner a79396fe5f test: remove `ToHex` helper, use .serialize().hex() instead
3 years ago
Sebastian Falbesoner 2ce7b47958 test: introduce `tx_from_hex` helper for tx deserialization
3 years ago
MarcoFalke fac90c55be
test: Create all blocks with version 4 or higher
3 years ago
Vasil Dimov e7468139a1
test: make CAddress in functional tests comparable
3 years ago
Vasil Dimov 33e211d2a4
test: implement ser/unser of I2P addresses in functional tests
3 years ago
MarcoFalke fab7e99c2a
test: Use MiniWallet in test_no_inherited_signaling RBF test
3 years ago
Troy Giorshev 39a9ec579f Unconditionally check for fRelay field in test framework
4 years ago
John Newbery 9ce4c3c4c1 [test] Add P2P_SERVICES to p2p.py
4 years ago
John Newbery 010542614d [test] Move MY_RELAY to p2p.py
4 years ago
John Newbery 9b4054cb7a [test] Move MY_SUBVERSION to p2p.py
4 years ago
John Newbery 7e158a6910 [test] Move MY_VERSION to p2p.py
4 years ago
John Newbery 652311165c [test] Move MIN_VERSION_SUPPORTED to p2p.py
4 years ago
MarcoFalke 69f7f50aa5
Merge #20993: test: store subversion (user agent) as string in msg_version
4 years ago
Troy Giorshev e4f378a505 Add capture parser
4 years ago
Sebastian Falbesoner de85af5cce test: store subversion (user agent) as string in msg_version
4 years ago
MarcoFalke fa0aa87071
rpc: Return wtxid from testmempoolaccept
4 years ago
MarcoFalke fa40168ab3
Remove unused bits from service flags enum
4 years ago
Vasil Dimov 353a3fdaad
net: advertise support for ADDRv2 via new message
4 years ago
MarcoFalke b99a1633b2
Merge #19781: test: add parameterized constructor for msg_sendcmpct()
4 years ago
gzhao408 23c35bf005 [test] add get_vsize util for more programmatic testing
4 years ago
Wladimir J. van der Laan bd60a9a8ed
Merge #19818: p2p: change `CInv::type` from `int` to `uint32_t`, fix UBSan warning
4 years ago
Wladimir J. van der Laan 505b39e72b
Merge #19610: p2p: refactor AlreadyHave(), CInv::type, INV/TX processing
4 years ago
Jon Atack 7984c39be1
test framework: serialize/deserialize inv type as unsigned int
4 years ago
Jon Atack aa3621385e
test: use CInv::MSG_WITNESS_TX flag in p2p_segwit
4 years ago
John Newbery d5800da519 [test] Remove final references to mininode
4 years ago
Sebastian Falbesoner 638441928a test: add parameterized constructor for msg_sendcmpct()
4 years ago
Wladimir J. van der Laan b4d0366b47
Merge #19070: p2p: Signal support for compact block filters with NODE_COMPACT_FILTERS
4 years ago
Sebastian Falbesoner dac7a111bd refactor: test: use _ variable for unused loop counters
4 years ago
Fabian Jahr 9a5392fdf6 test: Update test framework p2p protocol version to 70016
4 years ago
John Newbery 37a934e6b3 [protocol] Remove unused CADDR_TIME_VERSION
4 years ago
Jon Atack 56010f9256
test: hoist p2p values to test framework constants
4 years ago
Jim Posen f5c003d3ea [test] Add test for NODE_COMPACT_FILTER.
5 years ago
Jim Posen 9e36067d8c [test] Add test for cfilters.
5 years ago
Jim Posen 5308c97cca [test] Add test for cfheaders
5 years ago
MarcoFalke 3eda7ea9ba
Merge #18764: refactor: test: replace inv type magic numbers by constants
5 years ago
Jim Posen 23083856a5 [test] Add test for cfcheckpt
5 years ago
Sebastian Falbesoner b35e1d2471 test: add inventory type constant MSG_CMPCT_BLOCK
5 years ago
Sebastian Falbesoner 0956e46bff test: use zero-argument super() shortcut (Python 3.0+)
5 years ago
Sebastian Falbesoner c743718558 test: add further BIP37 size limit checks to p2p_filter.py
5 years ago
MarcoFalke d2882a012b
Merge #18610: scripted-diff: test: replace command with msgtype (naming)
5 years ago