Update CHANGELOG for getSequence changes

This commit is contained in:
willclarktech 2021-03-30 17:15:04 +02:00
parent 8b7ef45f3a
commit 504f1d12d5
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -87,6 +87,10 @@ and this project adheres to
query and `CosmWasmClient.getAccountUnverified` has been removed. query and `CosmWasmClient.getAccountUnverified` has been removed.
`CosmWasmClient.getAccountVerified` has been added, which performs a verified `CosmWasmClient.getAccountVerified` has been added, which performs a verified
query. query.
- @cosmjs/stargate: `StargateClient.getSequence` now rejects if the account is
not found, instead of returning null.
- @cosmjs/cosmwasm-stargate: `CosmWasmClient.getSequence` now rejects if the
account is not found, instead of returning null.
### Deprecated ### Deprecated