From 4308e94c40e1a7176375e9c2df4419901721716f Mon Sep 17 00:00:00 2001 From: willclarktech Date: Tue, 11 May 2021 13:13:55 +0200 Subject: [PATCH] Update CHANGELOG for DirectSecp256k1HdWallet serialization --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aba247c..78dd8c49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ and this project adheres to ### Added +- @cosmjs/proto-signing: Add `serialize` and `serializeWithEncryptionKey` + methods to `DirectSecp256k1HdWallet`. Also add `deserialize` and + `deserializeWithEncryptionKey` static methods. +- @cosmjs/proto-signing: Export `extractKdfConfiguration` and `executeKdf` + helper functions and `KdfConfiguration` type. - @cosmjs/proto-signing: Export `makeCosmoshubPath` helper. - @cosmjs/stargate: Export `makeCosmoshubPath` helper.