aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_segwit.py
AgeCommit message (Expand)Author
2023-12-11Remove deprecated -rpcserialversionMarcoFalke
2023-09-11rpc: Deprecate rpcserialversion=0Anthony Towns
2023-08-18Make post-p2sh consensus rules mandatory for tx relayAnthony Towns
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-11-10test: Remove wallet option from non-wallet testsMacroFake
2022-08-01test: negative/unknown `rpcserialversion` should throw an init errorbrunoerg
2022-03-18test: Fix generate calls and comments in feature_segwitMarcoFalke
2022-03-16test: Fix intermittent failure in feature_segwitDrahtBot
2022-02-23[miner] always assume we can create witness blocksglozow
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-11-10scripted-diff: Remove redundant sync_all and sync_blocksMarcoFalke
2021-10-26test: add script_util helper for creating bare multisig scriptsSebastian Falbesoner
2021-10-19tests: restrict feature_segwit legacy wallet import testsAndrew Chow
2021-10-19tests: Use descriptors for feature_segwit multisig setupAndrew Chow
2021-09-29test: introduce script_util helper for creating P2PK scriptsSebastian Falbesoner
2021-09-29Fix feature_segwit failure due to witnessSamuel Dobson
2021-09-28test: pep-8MarcoFalke
2021-09-28test: Use assert_equal over assert for easier debuggingMarcoFalke
2021-09-16Introduce -testactivationheight=name@height settingMarcoFalke
2021-09-02scripted-diff: Use generate* from TestFrameworkMarcoFalke
2021-08-18test: use f-strings in feature_segwit.pyfanquake
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-05test: use script_util helpers for creating P2W{PKH,SH} scriptsSebastian Falbesoner
2021-07-05test: use script_util helpers for creating P2SH scriptsSebastian Falbesoner
2021-07-01test: introduce `get_weight()` helper for CTransactionSebastian Falbesoner
2021-06-28test: use script_util helpers for creating P2PKH scriptsSebastian 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-03-23rpc: deprecate `addresses` and `reqSigs` from rpc outputsMichael Dietz
2020-10-20scripted-diff: test: Replace uses of (dis)?connect_nodes globalPrayank
2020-10-16Merge #19401: QA: Use GBT to get block versions correctMarcoFalke
2020-09-12QA: Use GBT to get block versions correctLuke Dashjr
2020-08-06refactor: test: use _ variable for unused loop countersSebastian Falbesoner
2020-06-22test: refactor functional tests to use restart_nodeChristopher Coverdale
2020-06-08Merge #18826: Expose txinwitness for coinbase in JSON form from RPCMarcoFalke
2020-05-19Merge #17946: Fix GBT: Restore "!segwit" and "csv" to "rules" keyMarcoFalke
2020-05-08Test txinwitness is accessible on coinbase vinRod Vagg
2020-04-21Merge #18384: [test] more specific feature_segwit test error messages and fix...MarcoFalke
2020-04-21[test] add 8 error messages to feature_segwit and change version to typeGloria Zhao
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-03-10ci: Enable all functional tests in valgrindMarcoFalke
2020-01-17QA: feature_segwit: Check that template "rules" includes "!segwit" as appropr...Luke Dashjr
2019-12-09test: re-enable CLI test support by using EncodeDecimal in json.dumps()fanquake
2019-12-06tests: Mark functional tests not supporting bitcoin-cli (--usecli) as suchpracticalswift
2019-10-10[logging] Don't log REJECT code when transaction is rejectedJohn Newbery
2019-09-22test: use named args for sendrawtransaction callsJon Atack
2019-09-18Merge #16521: rpc: Use the default maxfeerate value as BTC/kBWladimir J. van der Laan
2019-08-19qa: Add RPC tests for weight in mempool entryDaniel Edgecumbe
2019-08-18wallet/rpc: Use the default maxfeerate value as BTC/kBJoonmo Yang