This release adds some internal changes around WASM, CBF, cli-app framework and one
usage enhancement.
- Check that a `PSBT` is signed before broadcast, else throw a useful error message to user.
- Miniscript Translation capability to an `AliasMap` in wasm, to enhance the paly ground interface.
- cli-app framework from `structop` to `clap`.
- Temporarily disable `compact_filters` until `bdk v1.0.0` launch.
- Fix wasm compiler descriptor translate_pk by @notmandatory in https://github.com/bitcoindevkit/bdk-cli/commit/b21fb4bcfae25718e09e02968020ce97149f563a
- Migrate from structopt to clap by @rajarshimaitra in https://github.com/bitcoindevkit/bdk-cli/pull/124
- Remove cbf by @rajarshimaitra in https://github.com/bitcoindevkit/bdk-cli/pull/125
- Check if psbt is final, before broadcasting by @rajarshimaitra in https://github.com/bitcoindevkit/bdk-cli/pull/128