Update CHANGELOG for auth query changes

This commit is contained in:
willclarktech 2021-03-30 16:28:25 +02:00
parent d3d24fdf0f
commit 86fc265fba
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -77,6 +77,16 @@ and this project adheres to
`Bech32.encode(prefix, rawSecp256k1PubkeyToRawAddress(pubkeyRaw))` with
`rawSecp256k1PubkeyToRawAddress` from @cosmjs/amino.
- @cosmjs/stargate: `parseRawLog` is now nested under the `logs` export.
- @cosmjs/stargate: `auth` extension now has unverified queries at the root and
verified queries nested under `.verified`.
- @cosmjs/stargate: `StargateClient.getAccount` now uses an unverified query and
`StargateClient.getAccountUnverified` has been removed.
`StargateClient.getAccountVerified` has been added, which performs a verified
query.
- @cosmjs/cosmwasm-stargate: `CosmWasmClient.getAccount` now uses an unverified
query and `CosmWasmClient.getAccountUnverified` has been removed.
`CosmWasmClient.getAccountVerified` has been added, which performs a verified
query.
### Deprecated