BitBoxSwiss / bitbox-api-rs

BitBox02 client library for Rust and TypeScript
Apache License 2.0
5 stars 9 forks source link

btc: support Taproot policies #80

Open benma opened 2 months ago

benma commented 2 months ago

This mostly involves fixing PSBT signing to be able to handle Taproot leaf script spends.

Integration tests with the simulator are added. The signed PSBTs are checked to be correctly signed by rust-miniscript and rust-bitcoinconsensus.