From 2e4ed65f1a90a2aa3bbf765049def1fd3d900819 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Tue, 28 Jul 2020 13:16:55 +0200 Subject: [PATCH] Add CHANGELOG entries --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1768da89..6979ee35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,3 +22,8 @@ abstraction between `SigningCosmosClient.sendTokens` and `.postTx`. - @cosmjs/sdk38: Export `PostTxFailure`/`PostTxSuccess` and type checkers `isPostTxFailure`/`isPostTxSuccess`; export `assertIsPostTxSuccess`. +- @cosmjs/sdk38: `Secp256k1Wallet`s can now be generated randomly with + `Secp256k1Wallet.generate(n)` where `n` is 12, 15, 18, 21 or 24 mnemonic + words. +- @cosmjs/sdk38: The new `Secp256k1Wallet.serialize` and `.deserialize` allow + encrypted serialization of the wallet.