Commit Graph

62 Commits (e9a44faf14854c5b05a297df182d10706f438a83)

Author SHA1 Message Date
brunoerg c985eb854c test: add option to speed up tx relay/mempool sync
8 months ago
Anthony Towns 1b09cc5959 Make post-p2sh consensus rules mandatory for tx relay
1 year ago
Hennadii Stepanov 306ccd4927
scripted-diff: Bump copyright headers
2 years ago
Sebastian Falbesoner dbed28968a test: refactor: eliminate genesis block timestamp magic numbers
2 years ago
MarcoFalke d4e92d8436
Merge bitcoin/bitcoin#23508: Add getdeploymentinfo RPC
3 years ago
Anthony Towns fd826130a0 rpc: move softfork info from getblockchaininfo to getdeploymentinfo
3 years ago
Sebastian Falbesoner b24f6c6855 test: MiniWallet: support default `from_node` for creating txs
3 years ago
Sebastian Falbesoner 2f79786822 test: refactor: add constant for sequence number `SEQUENCE_FINAL`
3 years ago
Sebastian Falbesoner df5d783aef test: refactor: take use of `create_block` txlist parameter
3 years ago
Sebastian Falbesoner ae9df4ef93 test: refactor: take use of `create_block` version parameter (or use default)
3 years ago
MarcoFalke fac23c2114
scripted-diff: Bump copyright headers
3 years ago
MarcoFalke fa4db8671b
test: Activate all regtest softforks at height 1, unless overridden
3 years ago
MarcoFalke fa0b916971
scripted-diff: Use generate* from TestFramework
3 years ago
MarcoFalke faf7e485e9
Set regtest.BIP65Height = 111 to speed up tests
3 years ago
fanquake 36d33d32b1
test: use f-strings in feature_cltv.py
3 years ago
Sebastian Falbesoner 12f094ec21 test: use constants for CSV/CLTV activation heights in rpc_signrawtransaction
3 years ago
Sebastian Falbesoner 7e32fde912 test: feature_cltv.py: don't return tx copies in modification functions
3 years ago
Sebastian Falbesoner 9ab2ce0a66 test: drop unused node parameters in feature_cltv.py
3 years ago
Sebastian Falbesoner 0c2139a3f1 test: fix typo in feature_cltv.py (s/ctlv/cltv/)
3 years ago
Sebastian Falbesoner 6cebac598e test: MiniWallet: introduce enum type for output mode
4 years ago
MarcoFalke fa066f1b66
test: Run feature_cltv with MiniWallet
4 years ago
MarcoFalke fa5591d38c
test: Hide tx rehash in helper
4 years ago
MarcoFalke fa5f938cfe
test: Remove new_tx reference
4 years ago
Sebastian Falbesoner b01cd9471f test: check that _all_ invalid-CLTV txs are rejected after BIP65 activation
4 years ago
Sebastian Falbesoner dbc1981474 test: check that _all_ invalid-CLTV txs are allowed in a block pre-BIP65
4 years ago
Sebastian Falbesoner 8d0ce50c48 test: prepare cltv_invalidate to test all failure reasons in feature_cltv.py
4 years ago
Sebastian Falbesoner ce994e1202 test: add tx modfication helper function in feature_cltv.py
4 years ago
MarcoFalke fa0aa87071
rpc: Return wtxid from testmempoolaccept
4 years ago
gzhao408 784f757994 [refactor] clarify tests by referencing p2p objects directly
4 years ago
John Newbery 85165d4332 scripted-diff: Rename mininode to p2p
4 years ago
MarcoFalke fa488f131f
scripted-diff: Bump copyright headers
5 years ago
MarcoFalke 4444edc2e6
ci: Enable all functional tests in valgrind
5 years ago
MarcoFalke fa45d60646
test: Reduce unneeded whitelist permissions in tests
5 years ago
John Newbery 6f6465cefc scripted-diff: [validation] Rename CheckInputs to CheckInputScripts
5 years ago
John Newbery 0053e16714 [logging] Don't log REJECT code when transaction is rejected
5 years ago
MarcoFalke fa25f43ac5
p2p: Remove BIP61 reject messages
5 years ago
John Newbery 3862e473f0 [rpc] Tidy up reporting of buried and ongoing softforks
5 years ago
MarcoFalke 24dbcf3808
Merge #15891: test: Require standard txs in regtest by default
5 years ago
MarcoFalke faf6caf4da
test: Add tests for getblockchaininfo.softforks
5 years ago
MarcoFalke fa89badf88
test: Require standard txs in regtest
5 years ago
Karl-Johan Alm 7abd2e697c
wallet/rpc: add maxfeerate parameter to testmempoolaccept
6 years ago
MarcoFalke faa7cdf764
scripted-diff: Update copyright in ./test
6 years ago
MarcoFalke fa6bf21f5e
scripted-diff: test: Use py3.5 bytes::hex() method
6 years ago
MarcoFalke fa852f0e8d
test: Bump timeout on tests that timeout on windows
6 years ago
practicalswift 590a57fdec tests: Remove unused testing code
6 years ago
Wladimir J. van der Laan 288ddf4ff5
Merge #14180: qa: Run all tests even if wallet is not compiled
6 years ago
MarcoFalke fac9539836
qa: Run all tests even if wallet is not compiled
6 years ago
MarcoFalke fac3e22b18
qa: Read reject reasons from debug log, not p2p messages
6 years ago
MarcoFalke bffb35f876
Merge #13054: tests: Enable automatic detection of undefined names in Python tests scripts. Remove wildcard imports.
6 years ago
practicalswift 68400d8b96 tests: Use explicit imports
6 years ago