We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e2476 commit f995585Copy full SHA for f995585
docs/MIGRATING.md
@@ -27,7 +27,7 @@
27
- `QueryRequest.Grpc` was added. It is similar to `QueryRequest.Stargate` but
28
unlike that, it should always return protobuf encoded responses on all chains.
29
- `VM.StoreCode` now returns a `uint64` containing the gas cost in CosmWasm gas
30
- 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.
31
The change brings consistency with the other functions that cause gas usage.
32
- `GoAPI` now requires an additional `ValidateAddress` function that validates
33
whether the given string is a valid address. This was previously done
0 commit comments