From 504f1d12d50267cb82f349c0f5477dd0ae995fa0 Mon Sep 17 00:00:00 2001 From: willclarktech Date: Tue, 30 Mar 2021 17:15:04 +0200 Subject: [PATCH] Update CHANGELOG for getSequence changes --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d8eac07..4aea3304 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -87,6 +87,10 @@ and this project adheres to query and `CosmWasmClient.getAccountUnverified` has been removed. `CosmWasmClient.getAccountVerified` has been added, which performs a verified 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