v1.1.0
- Fixed nil pointer dereference when WitnessHash is called before HasWitness. (#165)
- Added public methods to expose version and child index of an ExtendedKey. (#171)
- Fixed OutOfRangeError bound check in Block.Tx method. (#175)
- Added a public method to expose the chain code of an ExtendedKey. (#176)
psbt/v1.1.0
- Fixed a bug due to an incorrect variable unpacking order, in an internal psbt utility. (#157)
- Export WriteTxWitness method, and added several psbt utilities. (#173)
- Added a utility function
InPlaceSort
to sort a PSBT according to BIP69. (#173)