From: Steve Myers Date: Sun, 21 Feb 2021 02:29:09 +0000 (-0800) Subject: Update CHANGELOG X-Git-Tag: v0.2.0~6 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.CodeLengthError.html?a=commitdiff_plain;h=b5b26826ca479ea61d088327ebfa48a001ed477d;p=bdk-cli Update CHANGELOG --- diff --git a/CHANGELOG.md b/CHANGELOG.md index a440715..eb85239 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `handle_key_subcommand` function #### Changed -- Upgrade BDK to `0.3` +- Upgrade `bdk` to `0.4.0` and `bdk-macros` to `0.3.0` - Renamed `WalletOpt` struct to `WalletOpts` - `WalletSubCommand` enum split into `OfflineWalletSubCommand` and `OnlineWalletSubCommand` - Split `handle_wallet_subcommand` into two functions, `handle_offline_wallet_subcommand` and `handle_online_wallet_subcommand` @@ -25,7 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 #### Added - Top level commands "wallet", "key", and "repl" -- "key" command has sub-commands to "generate" and "restore" a master extended key +- "key" sub-commands to "generate" and "restore" a master private key +- "key" sub-command to "derive" an extended public key from a master private key - "repl" command now has an "exit" sub-command #### Changed