aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_taproot.py
AgeCommit message (Expand)Author
2023-05-03test: Update python tests to use named parameters instead of options objectsRyan Ofsky
2023-01-03script, test: fix python linter E275 errors with flake8 5.0.4Jon Atack
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-11-10test: Remove wallet option from non-wallet testsMacroFake
2022-11-04Merge bitcoin/bitcoin#26418: Fix signing of multi_a and rawtr scripts with wa...fanquake
2022-11-01test: remove unused `CHANGE_{XPRV,XPUB}` constantsSebastian Falbesoner
2022-10-28tests: Test Taproot PSBT signing with keys in other descriptorAndrew Chow
2022-10-28tests: Use new wallets for each test in wallet_taproot.pyAndrew Chow
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