Skip to content

Commit 17558f3

Browse files
[autofix.ci] apply automated fixes
1 parent ec4e681 commit 17558f3

File tree

10 files changed

+136
-66
lines changed

10 files changed

+136
-66
lines changed

contracts/burner/schema/cw_schema/burner.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"properties": {
2727
"delete": {
2828
"description": "Optional amount of items to delete in this call.\nIf it is not provided, nothing will be deleted.\nYou can delete further items in a subsequent execute call.",
29-
"value": 3
29+
"value": 4
3030
},
3131
"denoms": {
3232
"description": "The denoms of the final payout. Balances of tokens not listed here\nwill remain in the account untouched.",
@@ -52,6 +52,11 @@
5252
"type": "integer",
5353
"precision": 32,
5454
"signed": false
55+
},
56+
{
57+
"name": "core::option::Option<u32>",
58+
"type": "optional",
59+
"inner": 3
5560
}
5661
]
5762
},

contracts/burner/schema/cw_schema/raw/migrate.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"properties": {
99
"delete": {
1010
"description": "Optional amount of items to delete in this call.\nIf it is not provided, nothing will be deleted.\nYou can delete further items in a subsequent execute call.",
11-
"value": 3
11+
"value": 4
1212
},
1313
"denoms": {
1414
"description": "The denoms of the final payout. Balances of tokens not listed here\nwill remain in the account untouched.",
@@ -34,6 +34,11 @@
3434
"type": "integer",
3535
"precision": 32,
3636
"signed": false
37+
},
38+
{
39+
"name": "core::option::Option<u32>",
40+
"type": "optional",
41+
"inner": 3
3742
}
3843
]
3944
}

contracts/cyberpunk/schema/cw_schema/cyberpunk.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -301,11 +301,11 @@
301301
"value": 1
302302
},
303303
"contract": {
304-
"value": 9
304+
"value": 10
305305
},
306306
"transaction": {
307307
"description": "Information on the transaction this message was executed in.\nThe field is unset when the `MsgExecuteContract`/`MsgInstantiateContract`/`MsgMigrateContract`\nis not executed as part of a transaction.",
308-
"value": 8
308+
"value": 9
309309
}
310310
}
311311
},
@@ -347,7 +347,7 @@
347347
"properties": {
348348
"hash": {
349349
"description": "Hash of the transaction.\n\nIf the blockchain's CosmWasm version is below 3.0, this field\nwill default to being empty.",
350-
"value": 7
350+
"value": 8
351351
},
352352
"index": {
353353
"description": "The position of this transaction in the block. The first\ntransaction has index 0.\n\nThis allows you to get a unique transaction identifier in this chain\nusing the pair (`env.block.height`, `env.transaction.index`).\n",
@@ -366,6 +366,11 @@
366366
"description": "Binary is a wrapper around Vec<u8> to add base64 de/serialization\nwith serde. It also adds some helper methods to help encode inline.\n\nThis is only needed as serde-json-{core,wasm} has a horrible encoding for Vec<u8>.\nSee also <https://github.com/CosmWasm/cosmwasm/blob/main/docs/MESSAGE_TYPES.md>.",
367367
"type": "binary"
368368
},
369+
{
370+
"name": "core::option::Option<cosmwasm_std::binary::Binary>",
371+
"type": "optional",
372+
"inner": 7
373+
},
369374
{
370375
"name": "core::option::Option<cosmwasm_std::types::TransactionInfo>",
371376
"type": "optional",
@@ -376,7 +381,7 @@
376381
"type": "struct",
377382
"properties": {
378383
"address": {
379-
"value": 10
384+
"value": 11
380385
}
381386
}
382387
},

contracts/cyberpunk/schema/cw_schema/raw/response_to_mirror_env.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"value": 1
1111
},
1212
"contract": {
13-
"value": 9
13+
"value": 10
1414
},
1515
"transaction": {
1616
"description": "Information on the transaction this message was executed in.\nThe field is unset when the `MsgExecuteContract`/`MsgInstantiateContract`/`MsgMigrateContract`\nis not executed as part of a transaction.",
17-
"value": 8
17+
"value": 9
1818
}
1919
}
2020
},
@@ -56,7 +56,7 @@
5656
"properties": {
5757
"hash": {
5858
"description": "Hash of the transaction.\n\nIf the blockchain's CosmWasm version is below 3.0, this field\nwill default to being empty.",
59-
"value": 7
59+
"value": 8
6060
},
6161
"index": {
6262
"description": "The position of this transaction in the block. The first\ntransaction has index 0.\n\nThis allows you to get a unique transaction identifier in this chain\nusing the pair (`env.block.height`, `env.transaction.index`).\n",
@@ -75,6 +75,11 @@
7575
"description": "Binary is a wrapper around Vec<u8> to add base64 de/serialization\nwith serde. It also adds some helper methods to help encode inline.\n\nThis is only needed as serde-json-{core,wasm} has a horrible encoding for Vec<u8>.\nSee also <https://github.com/CosmWasm/cosmwasm/blob/main/docs/MESSAGE_TYPES.md>.",
7676
"type": "binary"
7777
},
78+
{
79+
"name": "core::option::Option<cosmwasm_std::binary::Binary>",
80+
"type": "optional",
81+
"inner": 7
82+
},
7883
{
7984
"name": "core::option::Option<cosmwasm_std::types::TransactionInfo>",
8085
"type": "optional",
@@ -85,7 +90,7 @@
8590
"type": "struct",
8691
"properties": {
8792
"address": {
88-
"value": 10
93+
"value": 11
8994
}
9095
}
9196
},

contracts/ibc-callbacks/schema/cw_schema/ibc-callbacks.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"properties": {
2828
"callback_type": {
2929
"description": "Who should receive callbacks for the message",
30-
"value": 3
30+
"value": 4
3131
},
3232
"channel_id": {
3333
"description": "The channel to send the packet through",
@@ -72,6 +72,11 @@
7272
"type": "unit"
7373
}
7474
}
75+
},
76+
{
77+
"name": "core::option::Option<ibc_callbacks::msg::CallbackType>",
78+
"type": "optional",
79+
"inner": 3
7580
}
7681
]
7782
},
@@ -108,7 +113,7 @@
108113
"value": 14
109114
},
110115
"ibc_destination_callbacks": {
111-
"value": 23
116+
"value": 24
112117
},
113118
"ibc_timeout_callbacks": {
114119
"value": 16
@@ -274,7 +279,7 @@
274279
},
275280
"transfer": {
276281
"description": "When the underlying packet is a successful transfer message,\nthis field contains information about the transfer. Otherwise it is empty.\n\nThis is always empty on chains using CosmWasm < 3.0",
277-
"value": 22
282+
"value": 23
278283
}
279284
}
280285
},
@@ -325,6 +330,11 @@
325330
"type": "optional",
326331
"inner": 18
327332
},
333+
{
334+
"name": "core::option::Option<core::option::Option<cosmwasm_std::ibc::callbacks::IbcTransferCallback>>",
335+
"type": "optional",
336+
"inner": 22
337+
},
328338
{
329339
"name": "alloc::vec::Vec<cosmwasm_std::ibc::callbacks::IbcDestinationCallbackMsg>",
330340
"type": "array",

contracts/ibc-callbacks/schema/cw_schema/raw/execute.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"properties": {
1212
"callback_type": {
1313
"description": "Who should receive callbacks for the message",
14-
"value": 3
14+
"value": 4
1515
},
1616
"channel_id": {
1717
"description": "The channel to send the packet through",
@@ -56,6 +56,11 @@
5656
"type": "unit"
5757
}
5858
}
59+
},
60+
{
61+
"name": "core::option::Option<ibc_callbacks::msg::CallbackType>",
62+
"type": "optional",
63+
"inner": 3
5964
}
6065
]
6166
}

contracts/ibc-callbacks/schema/cw_schema/raw/response_to_callback_stats.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"value": 14
1212
},
1313
"ibc_destination_callbacks": {
14-
"value": 23
14+
"value": 24
1515
},
1616
"ibc_timeout_callbacks": {
1717
"value": 16
@@ -177,7 +177,7 @@
177177
},
178178
"transfer": {
179179
"description": "When the underlying packet is a successful transfer message,\nthis field contains information about the transfer. Otherwise it is empty.\n\nThis is always empty on chains using CosmWasm < 3.0",
180-
"value": 22
180+
"value": 23
181181
}
182182
}
183183
},
@@ -228,6 +228,11 @@
228228
"type": "optional",
229229
"inner": 18
230230
},
231+
{
232+
"name": "core::option::Option<core::option::Option<cosmwasm_std::ibc::callbacks::IbcTransferCallback>>",
233+
"type": "optional",
234+
"inner": 22
235+
},
231236
{
232237
"name": "alloc::vec::Vec<cosmwasm_std::ibc::callbacks::IbcDestinationCallbackMsg>",
233238
"type": "array",

contracts/reflect/schema/cw_schema/raw/execute.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"type": "named",
2727
"properties": {
2828
"msgs": {
29-
"value": 31
29+
"value": 32
3030
}
3131
}
3232
}
@@ -610,7 +610,7 @@
610610
"properties": {
611611
"gas_limit": {
612612
"description": "Gas limit measured in [Cosmos SDK gas](https://github.com/CosmWasm/cosmwasm/blob/main/docs/GAS.md).\n\nSetting this to `None` means unlimited. Then the submessage execution can consume all gas of the\ncurrent execution context.",
613-
"value": 29
613+
"value": 30
614614
},
615615
"id": {
616616
"description": "An arbitrary ID chosen by the contract.\nThis is typically used to match `Reply`s in the `reply` entry point to the submessage.",
@@ -621,13 +621,18 @@
621621
},
622622
"payload": {
623623
"description": "Some arbitrary data that the contract can set in an application specific way.\nThis is just passed into the `reply` entry point and is not stored to state.\nAny encoding can be used. If `id` is used to identify a particular action,\nthe encoding can also be different for each of those actions since you can match `id`\nfirst and then start processing the `payload`.\n\nThe environment restricts the length of this field in order to avoid abuse. The limit\nis environment specific and can change over time. The initial default is 128 KiB.\n\nUnset/nil/null cannot be differentiated from empty data.\n\nOn chains running CosmWasm 1.x this field will be ignored.",
624-
"value": 8
624+
"value": 29
625625
},
626626
"reply_on": {
627-
"value": 30
627+
"value": 31
628628
}
629629
}
630630
},
631+
{
632+
"name": "core::option::Option<cosmwasm_std::binary::Binary>",
633+
"type": "optional",
634+
"inner": 8
635+
},
631636
{
632637
"name": "core::option::Option<u64>",
633638
"type": "optional",

0 commit comments

Comments
 (0)