Notable changes in this release include adding a new method to TxBuilder
to embed data in a transaction via OP_RETURN
and updating the Database
trait to store the last sync timestamp and block height. Other internal improvements include a change in the keys
module dependencies from tiny-bip39
to using rust-bip39
, renaming ConfirmationTime
to BlockTime
to more clearly describe the data that struct contains, and using a borrowed transaction when broadcasting. And finally we have updated our integration test framework to verify support for sending to Taproot addresses 🥕 ! See below for all the details:
What's Changed
- Fix/ci update 1.56 by @afilini in #454
- Borrow instead of moving transaction when broadcasting by @klochowicz in #452
- Release/0.13.0 by @notmandatory in #453
- Use rust-bip39 instead of tiny-bip39 by @rajarshimaitra in #462
- Update codecov@v2 by @rajarshimaitra in #458
- Post bip39 updates by @rajarshimaitra in #464
- Add data as output (via OP_RETURN) by @RCasatta in #460
- Store the last sync time and block height by @afilini in #459
- [test] add tests to verify support for sending to bech32m address by @sandipndev in #402
New Contributors
- @klochowicz made their first contribution in #452
- @sandipndev made their first contribution in #402
Full Changelog: v0.13.0...v0.14.0