Update CHANGELOG for DirectSecp256k1HdWallet serialization

This commit is contained in:
willclarktech 2021-05-11 13:13:55 +02:00
parent ee2205be1c
commit 4308e94c40
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -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.