v0.20.0
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