aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_taproot.py
AgeCommit message (Expand)Author
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
2020-11-20tests: shrink feature_taproot transfer of funds txAnthony Towns
2020-11-03Small improvements to the Taproot functional testsPieter Wuille
2020-11-03test: Fix intermittent feature_taproot issueMarcoFalke
2020-11-03test: Remove unused unnamed parameter from block.serialize callMarcoFalke
2020-10-30Increase feature_taproot inactive test coveragePieter Wuille
2020-10-30Only relay Taproot spends if next block has it activePieter Wuille
2020-10-12tests: dumping and minimizing of script assets dataPieter Wuille
2020-10-12tests: functional tests for Schnorr/Taproot/TapscriptPieter Wuille