Update CHANGELOG for query extension changes

This commit is contained in:
willclarktech 2021-03-31 12:31:18 +02:00
parent a679c4bb3c
commit 47c342f8e1
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -77,8 +77,8 @@ 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` and `bank` extensions now have unverified queries at
the root and verified queries nested under `.verified`.
- @cosmjs/stargate: Query extensions now have unverified queries at the root and
verified queries nested under `.verified`.
- @cosmjs/cosmwasm-stargate: `wasm` extension now has unverified queries at the
root.
- @cosmjs/stargate: `StargateClient.getAccount` now uses an unverified query and