From d910167b54dc97d9f84ab53454c02a7fcb813449 Mon Sep 17 00:00:00 2001 From: pr0n00gler Date: Fri, 22 Nov 2024 16:23:24 +0200 Subject: [PATCH] upd description --- contracts/infinite-track-beforesend/README.md | 2 ++ contracts/no100/README.md | 3 ++- contracts/reflect/schema/execute_msg.json | 13 +++++++++++++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/contracts/infinite-track-beforesend/README.md b/contracts/infinite-track-beforesend/README.md index b9e1f2b..9dd2338 100644 --- a/contracts/infinite-track-beforesend/README.md +++ b/contracts/infinite-track-beforesend/README.md @@ -1 +1,3 @@ # infinite-track-beforesend + +Infinite gas consumption in TF hooks sudo calls. \ No newline at end of file diff --git a/contracts/no100/README.md b/contracts/no100/README.md index 1b5375d..7bae761 100644 --- a/contracts/no100/README.md +++ b/contracts/no100/README.md @@ -1,3 +1,4 @@ # Before Hook Tests -This contract used for testing bank before hooks (set by tokenfactory) +This contract used for testing bank before hooks (set by tokenfactory). +The contract does not allow to send more 100 TF tokens via TF hooks \ No newline at end of file diff --git a/contracts/reflect/schema/execute_msg.json b/contracts/reflect/schema/execute_msg.json index a9c70df..03fe0fb 100644 --- a/contracts/reflect/schema/execute_msg.json +++ b/contracts/reflect/schema/execute_msg.json @@ -50,6 +50,19 @@ } }, "additionalProperties": false + }, + { + "type": "object", + "required": [ + "burn" + ], + "properties": { + "burn": { + "type": "object", + "additionalProperties": false + } + }, + "additionalProperties": false } ], "definitions": {