Skip to content

Instantly share code, notes, and snippets.

@onyb
Last active July 22, 2020 20:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save onyb/d0c91f1fbe82f46e8223e1eac3d4f5af to your computer and use it in GitHub Desktop.
Save onyb/d0c91f1fbe82f46e8223e1eac3d4f5af to your computer and use it in GitHub Desktop.
btcutil v1.1.0 release notes

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment