v0.3.0
Pre-release
Pre-release
The v0.3.0
release adds the RPC blockchain client and new CompactBlockFilter blockchain client options, changes the default features to not include the electrum blockchain client, adds a new compile
command to compile a miniscript policy to an output descriptor, adds a new verbose output flag to display PSBT details in JSON format, and fixes the cargo install
instructions. For all the release details please see the CHANGELOG.
A big thanks to new contributors!
What's Changed
- Tag and release
v0.2.0
by @notmandatory in #19 - Add 'compile' sub-command, minor cleanup by @notmandatory in #21
- Make repl and electrum default features by @RCasatta in #22
- Remove unwraps in bdk_cli and more detailed message for ChecksumMismatch by @RCasatta in #23
- Bump 'bdk' and 'bdk-macros' versions, fix docs.rs build features by @notmandatory in #24
- extended bdk-cli key derive to output xprv by @i5hi in #25
- Compact filter by @rajarshimaitra in #26
- adapt to the changed signing interface in bdk 0.7 by @ulrichard in #28
- Add install instructions for crates.io by @thunderbiscuit in #31
- Wallet Verbosity for PSBT details by @sandipndev in #33
- Ci/rust toolchain by @DarthBenro008 in #34
- Show tx details in case verbose is enabled by @sandipndev in #35
- Allow enabling at most one blockchain client feature by @notmandatory in #38
- Update BDK version to 0.12.0 by @rajarshimaitra in #41
- Small explora fixes by @notmandatory in #44
- Use directly FromStr types in StructOpt by @RCasatta in #43
- RPC backend implementation by @rajarshimaitra in #36
New Contributors
- @RCasatta made their first contribution in #22
- @i5hi made their first contribution in #25
- @rajarshimaitra made their first contribution in #26
- @ulrichard made their first contribution in #28
- @thunderbiscuit made their first contribution in #31
- @sandipndev made their first contribution in #33
- @DarthBenro008 made their first contribution in #34
Full Changelog: v0.2.0...v0.3.0