From a6bbd6679e05e5dbc34c14d8553ececc8ad1b4ae Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 12:17:42 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- contracts/reflect/schema/raw/response_to_sub_msg_result.json | 3 ++- contracts/reflect/schema/reflect.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/contracts/reflect/schema/raw/response_to_sub_msg_result.json b/contracts/reflect/schema/raw/response_to_sub_msg_result.json index fa421b99f..3cdcf41dd 100644 --- a/contracts/reflect/schema/raw/response_to_sub_msg_result.json +++ b/contracts/reflect/schema/raw/response_to_sub_msg_result.json @@ -96,7 +96,7 @@ "additionalProperties": false }, "SubMsgResponse": { - "description": "The information we get back from a successful sub message execution, with full Cosmos SDK events.", + "description": "The information we get back from a successful sub message execution", "type": "object", "required": [ "events" @@ -114,6 +114,7 @@ ] }, "events": { + "description": "The Cosmos SDK events emitted by the submessage.\n\nThis is only filled if the submessage was itself a [`crate::WasmMsg`]. The reason for this is that events are [not part of consensus] and therefore not guaranteed to be deterministic, so the VM only returns events of wasm messages, which we know are deterministic.\n\n[not part of consensus]: https://github.com/tendermint/tendermint/blob/eed27addecb339cfaeba8fda774e6ab37cdb3774/spec/abci/abci.md#events", "type": "array", "items": { "$ref": "#/definitions/Event" diff --git a/contracts/reflect/schema/reflect.json b/contracts/reflect/schema/reflect.json index 7d5993456..9a4c0e536 100644 --- a/contracts/reflect/schema/reflect.json +++ b/contracts/reflect/schema/reflect.json @@ -2295,7 +2295,7 @@ "additionalProperties": false }, "SubMsgResponse": { - "description": "The information we get back from a successful sub message execution, with full Cosmos SDK events.", + "description": "The information we get back from a successful sub message execution", "type": "object", "required": [ "events" @@ -2313,6 +2313,7 @@ ] }, "events": { + "description": "The Cosmos SDK events emitted by the submessage.\n\nThis is only filled if the submessage was itself a [`crate::WasmMsg`]. The reason for this is that events are [not part of consensus] and therefore not guaranteed to be deterministic, so the VM only returns events of wasm messages, which we know are deterministic.\n\n[not part of consensus]: https://github.com/tendermint/tendermint/blob/eed27addecb339cfaeba8fda774e6ab37cdb3774/spec/abci/abci.md#events", "type": "array", "items": { "$ref": "#/definitions/Event"