Skip to content

Commit 13ca51d

Browse files
chipshortmergify[bot]
authored andcommitted
Regenerate schemas
(cherry picked from commit aa1a7f2)
1 parent 23876e1 commit 13ca51d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

contracts/reflect/schema/raw/response_to_sub_msg_result.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"description": "The result object returned to `reply`. We always get the ID from the submessage back and then must handle success and error cases ourselves.",
55
"type": "object",
66
"required": [
7-
"gas_used",
87
"id",
98
"result"
109
],
1110
"properties": {
1211
"gas_used": {
13-
"description": "The amount of gas used by the submessage, measured in [Cosmos SDK gas](https://github.com/CosmWasm/cosmwasm/blob/main/docs/GAS.md).",
12+
"description": "The amount of gas used by the submessage, measured in [Cosmos SDK gas](https://github.com/CosmWasm/cosmwasm/blob/main/docs/GAS.md).\n\nThis only contains a useful value on chains running CosmWasm 2.0 or higher. On older chains, this field is always 0.",
13+
"default": 0,
1414
"type": "integer",
1515
"format": "uint64",
1616
"minimum": 0.0

contracts/reflect/schema/reflect.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2006,13 +2006,13 @@
20062006
"description": "The result object returned to `reply`. We always get the ID from the submessage back and then must handle success and error cases ourselves.",
20072007
"type": "object",
20082008
"required": [
2009-
"gas_used",
20102009
"id",
20112010
"result"
20122011
],
20132012
"properties": {
20142013
"gas_used": {
2015-
"description": "The amount of gas used by the submessage, measured in [Cosmos SDK gas](https://github.com/CosmWasm/cosmwasm/blob/main/docs/GAS.md).",
2014+
"description": "The amount of gas used by the submessage, measured in [Cosmos SDK gas](https://github.com/CosmWasm/cosmwasm/blob/main/docs/GAS.md).\n\nThis only contains a useful value on chains running CosmWasm 2.0 or higher. On older chains, this field is always 0.",
2015+
"default": 0,
20162016
"type": "integer",
20172017
"format": "uint64",
20182018
"minimum": 0.0

0 commit comments

Comments
 (0)