aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_taproot.py
AgeCommit message (Expand)Author
2024-06-07refactor: Rename CTransaction::nVersion to versionAva Chow
2024-06-07consensus: Store transaction nVersion as uint32_tAva Chow
2024-05-03[test]: remove duplicate WITNESS_SCALE_FACTORismaelsadeeq
2023-11-07Merge bitcoin/bitcoin#28374: test: python cryptography required for BIP 324 f...Andrew Chow
2023-10-25test: replace random_bytes with randbytes #28720ns-xvrn
2023-09-10[test] Move test framework crypto functions to crypto/stratospher
2023-06-27test: add secp256k1 module with FE (field element) and GE (group element) cla...Pieter Wuille
2023-06-23Merge bitcoin/bitcoin#27631: test: avoid sporadic MINIMALDATA failure in feat...Andrew Chow
2023-06-19test: refactor: introduce `generate_keypair` helper with WIF supportSebastian Falbesoner
2023-06-04test: avoid sporadic MINIMALDATA failure in feature_taproot.py (fixes #27595)Sebastian Falbesoner
2023-04-01test: refactor: replace unnecessary `BytesIO` usesSebastian Falbesoner
2023-02-22test: Replace 0xC0 constantroconnor-blockstream
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-09tests: Initialize sigops draining script with bytes in feature_taprootAndrew Chow
2022-11-28Merge bitcoin/bitcoin#26480: test: Remove wallet option from non-wallet testsAndrew Chow
2022-11-21Add feature_taproot case involved invalid internal pubkeyPieter Wuille
2022-11-10test: Remove wallet option from non-wallet testsMacroFake
2022-09-15Fix issues identified by codespell 2.2.1 and update ignored wordsJon Atack
2022-08-01Merge bitcoin/bitcoin#24799: Add test case mimicking issue 24765MacroFake
2022-07-19refactor: move helper `random_bytes` to util librarySebastian Falbesoner
2022-04-21test: Remove previous release checkMarcoFalke
2022-04-07Add test case mimicking issue 24765Pieter Wuille
2022-03-25Merge bitcoin/bitcoin#23536: Enforce Taproot script flags whenever WITNESS is...laanwj
2022-01-29Enforce Taproot script flags whenever WITNESS is setMarcoFalke
2022-01-11test: refactor: add constant for sequence number `SEQUENCE_FINAL`Sebastian Falbesoner
2021-11-25Merge bitcoin/bitcoin#23512: policy: Treat taproot as always activeMarcoFalke
2021-11-17test: refactor: take use of `create_block` txlist parameterSebastian Falbesoner
2021-11-17test: refactor: take use of `create_block` version parameter (or use default)Sebastian Falbesoner
2021-11-16policy: Treat taproot as always activeMarcoFalke
2021-11-16Merge bitcoin/bitcoin#23474: test: scripted-diff cleanups after generate* cha...fanquake
2021-11-15Merge bitcoin/bitcoin#23394: Taproot wallet test vectors (generation+tests)W. J. van der Laan
2021-11-12test: remove unnecessary block rehashing prior to solvingSebastian Falbesoner
2021-11-12tests: BIP341 test vector generationPieter Wuille
2021-11-12tests: add deterministic signing mode to ECDSAPieter Wuille
2021-11-12tests: give feature_taproot access to sighash preimagesPieter Wuille
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-09-29test: introduce script_util helper for creating P2PK scriptsSebastian Falbesoner
2021-09-02scripted-diff: Use generate* from TestFrameworkMarcoFalke
2021-07-14Merge bitcoin/bitcoin#20354: test: Add feature_taproot.py --previous_releaseMarcoFalke
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-06-28test: use script_util helpers for creating P2PKH scriptsSebastian Falbesoner
2021-06-21test: remove `ToHex` helper, use .serialize().hex() insteadSebastian Falbesoner
2021-05-31Use COINBASE_MATURITY constant in functional tests.Kiminuo
2021-03-01Correction for VerifyTaprootCommitment commentsRussell O'Connor
2021-02-25test: Add feature_taproot.py --previous_releaseMarcoFalke
2021-02-04fix the unreachable code at feature_taprootBruno Garcia
2020-12-07Merge #20535: test: Fix intermittent feature_taproot issueWladimir J. van der Laan
2020-11-30test: Fix intermittent feature_taproot issueMarcoFalke
2020-11-26Document need_vin_vout_mismatch argument to make_spenderPieter Wuille