Skip to content

v0.20.0

Compare
Choose a tag to compare
@agaffney agaffney released this 16 Nov 14:03
· 696 commits to main since this release
dfb7ac6

Breaking change

The interface for the localtxsubmission protocol has changed. You no longer need to provide callback functions for the transaction being accepted or rejected. It's now all handled within the mini-protocol, and the SubmitTx() function will return an error on submit failure.

What's Changed

  • feat: include message/state name in protocol error message by @agaffney in #128
  • fix: only extract handshake version data for NtN by @agaffney in #130
  • feat: make the localtxsubmission interface friendlier by @agaffney in #131

Full Changelog: v0.19.0...v0.20.0