MetacoSA / NBitcoin

Comprehensive Bitcoin library for the .NET framework.
MIT License
1.88k stars 848 forks source link

Can sign taproot single key #1024

Closed NicolasDorier closed 3 years ago

NicolasDorier commented 3 years ago

This implement signing a taproot transaction with Key.

I test all combination against bitcoin core to be sure those are not rejected.

I added support to TransactionBuilder, and PSBT. There are some breaking change, but not too bad.