diff --git a/CHANGELOG.md b/CHANGELOG.md index 4674a624..8d8eac07 100644 --- a/CHANGELOG.md +++ b/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