Release 0.26.0
Summary
This release adds some internal changes around WASM, CBF, cli-app framework and one
usage enhancement.
Changelog
Fixed
- Check that a
PSBT
is signed before broadcast, else throw a useful error message to user.
Added
- Miniscript Translation capability to an
AliasMap
in wasm, to enhance the paly ground interface.
Changed
- cli-app framework from
structop
toclap
. - Temporarily disable
compact_filters
untilbdk v1.0.0
launch.
What's Changed
- Update bdk version to 0.23.0 by @rajarshimaitra in #123
- Bump bdk version to 0.24.0 by @notmandatory in #129
- Migrate from structopt to clap. by @rajarshimaitra in #124
- Remove cbf by @rajarshimaitra in #125
- Remove mention of compact_filters from README until it can be re-enabled by @notmandatory in #136
- Check if psbt is final, before broadcasting by @rajarshimaitra in #128
- Update to bdk v0.26.0 by @rajarshimaitra in #133
- Update the release cycle by @rajarshimaitra in #137
New Contributors
Full Changelog: v0.6.0...v0.26.0