index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
functional
/
wallet_taproot.py
Age
Commit message (
Expand
)
Author
2022-07-19
Add wallet tests for spending rawtr()
Pieter Wuille
2022-06-27
test: Test signing psbts without explicitly having scripts
Andrew Chow
2022-06-27
psbt, test: Check for taproot fields in taproot psbt test
Andrew Chow
2022-06-27
taproot: Use pre-existing signatures if available
Andrew Chow
2022-06-14
test: add helpers for creating P2TR scripts/addresses from output key
Sebastian Falbesoner
2022-05-17
test: use sendall in wallet_taproot.py tests
ishaanam
2022-04-19
test: Remove unused taproot node from wallet_taproot.py
MarcoFalke
2022-03-09
Merge bitcoin/bitcoin#24490: tests: Ensure sorted/multi_a descriptors always ...
MarcoFalke
2022-03-07
test: refactor: use `random.sample` for choosing random keys in wallet_taproo...
Sebastian Falbesoner
2022-03-07
tests: Ensure sorted/multi_a descriptors always generate different addrs
Andrew Chow
2022-01-12
Simplify wallet_taproot.py functional test
Pieter Wuille
2022-01-12
Add tests for (sorted)multi_a derivation/signing
Pieter Wuille
2021-11-25
Merge bitcoin/bitcoin#23512: policy: Treat taproot as always active
MarcoFalke
2021-11-17
test: refactor: replace OP_1/OP_TRUE magic numbers by constants
Sebastian Falbesoner
2021-11-16
policy: Treat taproot as always active
MarcoFalke
2021-10-29
test: Implicitly sync after generate*, unless opted out
MarcoFalke
2021-10-20
Make explicit the node param in init_wallet()
lsilva01
2021-09-02
scripted-diff: Use generate* from TestFramework
MarcoFalke
2021-06-24
Merge bitcoin/bitcoin#22154: Add OutputType::BECH32M and related wallet suppo...
W. J. van der Laan
2021-06-22
Use BECH32M for tr() desc, WitV1Taproot, and WitUnknown CTxDests
Andrew Chow
2021-06-18
Taproot descriptor inference
Pieter Wuille
2021-06-12
tests: check spending of P2TR
Pieter Wuille
2021-06-10
Allow tr() import only when Taproot is active
Andrew Chow
2021-05-24
tests: check derivation of P2TR
Pieter Wuille