This is another under the hood fixes release, in particular if using reqwest the default TLS features are disabled (can be re-enabled with new reqwest-default-tls
feature), we are now using the dust value from rust-bitcoin
, and generated WIFs use the correct network format. See below for details and all the changes:
What's Changed
- Update logo by @afilini in #497
- [ci] Fix publish_docs job by @notmandatory in #503
- Add back old logo to static/bdk.svg by @notmandatory in #509
- Fix wif network by @mcroad in #504
- Add a custom logo to our docs by @afilini in #510
- Fix nightly_docs.yml publish_docs 'Commit' step by @notmandatory in #511
- Release/0.15.0 by @notmandatory in #508
- Disable reqwest's default features by @thomaseizinger in #495
- Using dust value from rust-bitcoin in
is_dust
by @jatayl in #505
New Contributors
Full Changelog: v0.15.0...v0.16.0