From f99558561f77c09d76a0997ddf6ce7f035fbfae0 Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Thu, 23 Jan 2025 00:24:42 +0200 Subject: [PATCH] Update MIGRATING.md --- docs/MIGRATING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MIGRATING.md b/docs/MIGRATING.md index 1378fe5e2..7425f2327 100644 --- a/docs/MIGRATING.md +++ b/docs/MIGRATING.md @@ -27,7 +27,7 @@ - `QueryRequest.Grpc` was added. It is similar to `QueryRequest.Stargate` but unlike that, it should always return protobuf encoded responses on all chains. - `VM.StoreCode` now returns a `uint64` containing the gas cost in CosmWasm gas - and takes a gas limit as argument. This was previously calculated in wasmd. + and takes a gas limit as an argument. This was previously calculated in wasmd. The change brings consistency with the other functions that cause gas usage. - `GoAPI` now requires an additional `ValidateAddress` function that validates whether the given string is a valid address. This was previously done