From 308131f4a840f76496b3060e2e92c691716396b4 Mon Sep 17 00:00:00 2001 From: willclarktech Date: Tue, 20 Apr 2021 15:37:20 +0200 Subject: [PATCH] Update CHANGELOG for [Direct]Secp256k1HdWallet --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e9be8aa..040c20e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -140,6 +140,16 @@ and this project adheres to can be configured. - @cosmjs/tendermint-rpc: Tendermint v34 `TxData` type now includes `codeSpace`, `gasWanted`, and `gasUsed` properties. +- @cosmjs/amino: `Secp256k1HdWallet.fromMnemonic` now accepts a + `Secp256k1HdWalletOptions` argument which includes an array of `hdPaths` + instead of a single `hdPath`. `Secp256k1HdWallet.generate` now also accepts + options via this interface. This adds support for multiple accounts from the + same mnemonic to `Secp256k1HdWallet`. +- @cosmjs/proto-signing: `DirectSecp256k1HdWallet.fromMnemonic` now accepts a + `DirectSecp256k1HdWalletOptions` argument which includes an array of `hdPaths` + instead of a single `hdPath`. `DirectSecp256k1HdWallet.generate` now also + accepts options via this interface. This adds support for multiple accounts + from the same mnemonic to `DirectSecp256k1HdWallet`. ### Deprecated