aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_taproot.py
AgeCommit message (Expand)Author
2022-07-19Add wallet tests for spending rawtr()Pieter Wuille
2022-06-27test: Test signing psbts without explicitly having scriptsAndrew Chow
2022-06-27psbt, test: Check for taproot fields in taproot psbt testAndrew Chow
2022-06-27taproot: Use pre-existing signatures if availableAndrew Chow
2022-06-14test: add helpers for creating P2TR scripts/addresses from output keySebastian Falbesoner
2022-05-17test: use sendall in wallet_taproot.py testsishaanam
2022-04-19test: Remove unused taproot node from wallet_taproot.pyMarcoFalke
2022-03-09Merge bitcoin/bitcoin#24490: tests: Ensure sorted/multi_a descriptors always ...MarcoFalke
2022-03-07test: refactor: use `random.sample` for choosing random keys in wallet_taproo...Sebastian Falbesoner
2022-03-07tests: Ensure sorted/multi_a descriptors always generate different addrsAndrew Chow
2022-01-12Simplify wallet_taproot.py functional testPieter Wuille
2022-01-12Add tests for (sorted)multi_a derivation/signingPieter Wuille
2021-11-25Merge bitcoin/bitcoin#23512: policy: Treat taproot as always activeMarcoFalke
2021-11-17test: refactor: replace OP_1/OP_TRUE magic numbers by constantsSebastian Falbesoner
2021-11-16policy: Treat taproot as always activeMarcoFalke
2021-10-29test: Implicitly sync after generate*, unless opted outMarcoFalke
2021-10-20Make explicit the node param in init_wallet()lsilva01
2021-09-02scripted-diff: Use generate* from TestFrameworkMarcoFalke
2021-06-24Merge bitcoin/bitcoin#22154: Add OutputType::BECH32M and related wallet suppo...W. J. van der Laan
2021-06-22Use BECH32M for tr() desc, WitV1Taproot, and WitUnknown CTxDestsAndrew Chow
2021-06-18Taproot descriptor inferencePieter Wuille
2021-06-12tests: check spending of P2TRPieter Wuille
2021-06-10Allow tr() import only when Taproot is activeAndrew Chow
2021-05-24tests: check derivation of P2TRPieter Wuille