Update CHANGELOG for tendermint pubkeys/addresses

This commit is contained in:
willclarktech 2021-04-06 18:28:14 +02:00
parent cde4931f11
commit f923946cb5
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -62,6 +62,9 @@ and this project adheres to
- @cosmjs/proto-signing: Add `bip39Password` option to `DirectSecp256k1HdWallet`
options.
- @cosmjs/amino: Add `rawEd25519PubkeyToRawAddress` helper function.
- @cosmjs/tendermint-rpc: Add `pubkeyToAddress`, `pubkeyToRawAddress`,
`rawEd25519PubkeyToRawAddress`, and `rawSecp256k1PubkeyToRawAddress` helper
functions.
### Changed