btcsuite / btcutil

Provides bitcoin-specific convenience functions and types
475 stars 408 forks source link

psbt: add/export new utility functions and BIP 69 in-place sort #173

Closed guggero closed 4 years ago

guggero commented 4 years ago

To be able to implement PSBT funding in btcwallet we need some common utility functions added and some exported to be used externall.

We also add the ability to sort a PSBT according to BIP 69. The difference to the normal wire TX sort is that the partial inputs and outputs that must match the wire transaction's TxIn and TxOut are sorted as well.