Commit Graph

121 Commits (f95bbf58aaf72aab8a9c5827b1f162f3b8ac38f4)

Author SHA1 Message Date
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
MarcoFalke f2e41d1109
Merge bitcoin/bitcoin#22429: test: refactor: fix segwit terminology (s/witness_program/witness_script/)
3 years ago
W. J. van der Laan 5d83e7d714
Merge bitcoin/bitcoin#21090: Default to NODE_WITNESS in nLocalServices
3 years ago
Sebastian Falbesoner 8a2b58db9e test: fix segwit terminology (s/witness_program/witness_script/)
3 years ago
Dhruv Mehta eba5b1cd64 [test] remove or move tests using `-segwitheight=-1`
3 years ago
Sebastian Falbesoner 905d672b74 test: use script_util helpers for creating P2W{PKH,SH} scripts
3 years ago
Sebastian Falbesoner 285a65ccfd test: use script_util helpers for creating P2SH scripts
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 b57b633b94 test: use script_util helpers for creating P2PKH scripts
3 years ago
Sebastian Falbesoner 2ce7b47958 test: introduce `tx_from_hex` helper for tx deserialization
3 years ago
MarcoFalke faecb72c3c
test: Fix intermittent issue in p2p_segwit.py
4 years ago
John Newbery a33bdb52d1 [tests] Speed up p2p_segwit.py
4 years ago
Dhruv Mehta d831e711ca [validation] RewindBlockIndex no longer needed
4 years ago
MarcoFalke fa0aa87071
rpc: Return wtxid from testmempoolaccept
4 years ago
Wladimir J. van der Laan 5b6f970e3f
Merge #20171: Add functional test test_txid_inv_delay
4 years ago
Antoine Riard a07910abcd test: Makes wtxidrelay support a generic P2PInterface option
4 years ago
MarcoFalke fae45c34d1
test: Only try witness deserialize when checking for witness deserialize failure
4 years ago
Prayank 4b16c61461 scripted-diff: test: Replace uses of (dis)?connect_nodes global
4 years ago
Pieter Wuille e9a021d7e6 Make Taproot spends standard + policy limits
4 years ago
Sebastian Falbesoner 92e28fa8b2 test: remove unused constants in functional tests
4 years ago
MarcoFalke 78f912c901
Merge #19804: test/refactor: reference p2p objects explicitly and remove confusing Test_Node.p2p property
4 years ago
gzhao408 23c35bf005 [test] add get_vsize util for more programmatic testing
4 years ago
codeShark149 2233a93a10 [rpc] Return fee and vsize from testmempoolaccept
4 years ago
gzhao408 784f757994 [refactor] clarify tests by referencing p2p objects directly
4 years ago
Wladimir J. van der Laan 505b39e72b
Merge #19610: p2p: refactor AlreadyHave(), CInv::type, INV/TX processing
4 years ago
Seleme Topuz 1343c86c7c test: Update wait_until usage in tests not to use the one from utils
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
John Newbery 85165d4332 scripted-diff: Rename mininode to p2p
4 years ago
John Newbery 9e2897d020 scripted-diff: Rename mininode_lock to p2p_lock
4 years ago
fanquake cb1ee1551c
Merge #19674: refactor: test: use throwaway _ variable for unused loop counters
4 years ago
Wladimir J. van der Laan 214e6655c3
Merge #19649: Restore test case for p2p transaction blinding
4 years ago
fanquake 6d8543504d
Merge #19620: Add txids with non-standard inputs to reject filter
4 years ago
Sebastian Falbesoner dac7a111bd refactor: test: use _ variable for unused loop counters
4 years ago
Gregory Sanders 9f88ded82b test addition of unknown segwit spends to txid reject filter
4 years ago
Gregory Sanders 566aada386 Test that wtxid relay peers add wtxid to reject filter
4 years ago
Gregory Sanders 0fea6ede1b Restore test case for p2p transaction blinding
4 years ago
Anthony Towns e65d115b72 test: request parents of orphan from wtxid relay peer
4 years ago
Fabian Jahr cacd85209e test: Use wtxid relay generally in functional tests
4 years ago
Fabian Jahr 8d8099e97a test: Add tests for wtxid tx relay in segwit test
4 years ago
Suhas Daftuar ac88e2eb61 Add support for tx-relay via wtxid
4 years ago
Christopher Coverdale 20b6e95944
test: refactor functional tests to use restart_node
4 years ago
Kiminuo bd7e530f01 This PR adds initial support for type hints checking in python scripts.
5 years ago
Sebastian Falbesoner eeaaa58d2c test: replace inv type magic numbers by constants
5 years ago
MarcoFalke fa8614aea9
test: Fix intermittent p2p_segwit issue
5 years ago
MarcoFalke 29637a5c56
Merge #18745: test: Check submitblock return values
5 years ago
MarcoFalke fa262712ca
test: Check submitblock return values
5 years ago