Update CHANGELOG for auth query changes
This commit is contained in:
parent
d3d24fdf0f
commit
86fc265fba
10
CHANGELOG.md
10
CHANGELOG.md
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user