Skip to content

v1.5.12

Compare
Choose a tag to compare
@dpad85 dpad85 released this 30 Nov 15:19
· 156 commits to master since this release
dc32f6b

This release mostly contains bug fixes, as well as some improvements (especially regarding the peer connection logic which should be more robust).

There's also a breaking change in the API: transaction ids/hashes have been given a type, instead of just being ByteVector32 objects.

Details

  • Send commit sigs for alternative feerates by @t-bast in #553
  • Refactor peer connection establishment by @t-bast in #541
  • Apply 0-reserve to both peers by @t-bast in #556
  • Don't double-spend unspendable inputs by @t-bast in #559
  • Fix tx_signatures ordering for splices by @t-bast in #554
  • Use TxId and TxHash objects by @t-bast in #524

Full Changelog: v1.5.11...v1.5.12