From 74f6ef13a36e5c354d50647f869ddfa979bb832c Mon Sep 17 00:00:00 2001 From: Bot Anik <98603954+bot-anik@users.noreply.github.com> Date: Fri, 1 Nov 2024 16:14:16 +0000 Subject: [PATCH] feat(predicates): update axone-protocol/axoned predicates documentation --- predicates/bech32_address_2.md | 14 +++++++------- predicates/block_height_1.md | 4 ++-- predicates/block_time_1.md | 4 ++-- predicates/consult_1.md | 6 +++--- predicates/current_output_1.md | 16 ++++++++-------- predicates/open_3.md | 2 +- predicates/open_4.md | 14 +++++++------- 7 files changed, 30 insertions(+), 30 deletions(-) diff --git a/predicates/bech32_address_2.md b/predicates/bech32_address_2.md index 1b369241249..bfb46e2f3c8 100644 --- a/predicates/bech32_address_2.md +++ b/predicates/bech32_address_2.md @@ -43,7 +43,7 @@ bech32_address(Address, 'axone15wn30a9z4uc692s0kkx5fp5d4qfr3ac77gvjg4'). ``` yaml height: 42 -gas_used: 4140 +gas_used: 3975 answer: has_more: false variables: ["Address"] @@ -72,7 +72,7 @@ bech32_address(-(Hrp, Address), 'axone15wn30a9z4uc692s0kkx5fp5d4qfr3ac77gvjg4'). ``` yaml height: 42 -gas_used: 4140 +gas_used: 3975 answer: has_more: false variables: ["Hrp", "Address"] @@ -102,7 +102,7 @@ bech32_address(-(axone, Address), 'axone15wn30a9z4uc692s0kkx5fp5d4qfr3ac77gvjg4' ``` yaml height: 42 -gas_used: 4140 +gas_used: 3975 answer: has_more: false variables: ["Address"] @@ -129,7 +129,7 @@ bech32_address(-('axone', [163,167,23,244,162,175,49,162,170,15,181,141,68,134,1 ``` yaml height: 42 -gas_used: 4140 +gas_used: 3975 answer: has_more: false variables: ["Bech32"] @@ -162,7 +162,7 @@ axone_addr('axone1p8u47en82gmzfm259y6z93r9qe63l25d858vqu'). ``` yaml height: 42 -gas_used: 4141 +gas_used: 3976 answer: has_more: false results: @@ -188,7 +188,7 @@ bech32_address(Address, axoneincorrect). ``` yaml height: 42 -gas_used: 4140 +gas_used: 3975 answer: has_more: false variables: ["Address"] @@ -215,7 +215,7 @@ bech32_address(-('axone', X), foo(bar)). ``` yaml height: 42 -gas_used: 4140 +gas_used: 3975 answer: has_more: false variables: ["X"] diff --git a/predicates/block_height_1.md b/predicates/block_height_1.md index fbc397cd684..99e55933b5a 100644 --- a/predicates/block_height_1.md +++ b/predicates/block_height_1.md @@ -44,7 +44,7 @@ block_height(Height). ``` yaml height: 100 -gas_used: 4140 +gas_used: 3975 answer: has_more: false variables: ["Height"] @@ -79,7 +79,7 @@ Height > 100. ``` yaml height: 101 -gas_used: 4141 +gas_used: 3976 answer: has_more: false variables: ["Height"] diff --git a/predicates/block_time_1.md b/predicates/block_time_1.md index 9f249bb310d..16a1cffe794 100644 --- a/predicates/block_time_1.md +++ b/predicates/block_time_1.md @@ -44,7 +44,7 @@ block_time(Time). ``` yaml height: 42 -gas_used: 4140 +gas_used: 3975 answer: has_more: false variables: ["Time"] @@ -80,7 +80,7 @@ Time > 1709550216. ``` yaml height: 42 -gas_used: 4141 +gas_used: 3976 answer: has_more: false variables: ["Time"] diff --git a/predicates/consult_1.md b/predicates/consult_1.md index aa468d4c042..a6087a80643 100644 --- a/predicates/consult_1.md +++ b/predicates/consult_1.md @@ -65,7 +65,7 @@ hello(Who). ``` yaml height: 42 -gas_used: 4143 +gas_used: 3978 answer: has_more: false variables: ["Who"] @@ -129,7 +129,7 @@ response: | ``` yaml height: 42 -gas_used: 4142 +gas_used: 3977 answer: has_more: false variables: ["X"] @@ -194,7 +194,7 @@ source_file(File). ``` yaml height: 42 -gas_used: 4141 +gas_used: 3976 answer: has_more: false variables: ["File"] diff --git a/predicates/current_output_1.md b/predicates/current_output_1.md index d191562baef..ff476678e32 100644 --- a/predicates/current_output_1.md +++ b/predicates/current_output_1.md @@ -37,7 +37,7 @@ Here are the steps of the scenario: ``` json { "limits": { - "max_user_output_size": "5" + "max_user_output_size": 5 } } ``` @@ -61,7 +61,7 @@ write_char_to_user_output(x). ``` yaml height: 42 -gas_used: 4241 +gas_used: 4043 answer: has_more: false variables: @@ -83,7 +83,7 @@ Here are the steps of the scenario: ``` json { "limits": { - "max_user_output_size": "15" + "max_user_output_size": 15 } } ``` @@ -108,7 +108,7 @@ log_message('Hello world!'). ``` yaml height: 42 -gas_used: 4276 +gas_used: 4045 answer: has_more: false variables: @@ -131,7 +131,7 @@ Here are the steps of the scenario: ``` json { "limits": { - "max_user_output_size": "5" + "max_user_output_size": 5 } } ``` @@ -155,7 +155,7 @@ log_message('Hello world!'). ``` yaml height: 42 -gas_used: 4242 +gas_used: 4044 answer: has_more: false variables: @@ -179,7 +179,7 @@ Here are the steps of the scenario: ``` json { "limits": { - "max_user_output_size": "5" + "max_user_output_size": 5 } } ``` @@ -205,7 +205,7 @@ log_message("Hello 🧙!"). ``` yaml height: 42 -gas_used: 4263 +gas_used: 4065 answer: has_more: false variables: diff --git a/predicates/open_3.md b/predicates/open_3.md index 2ab3cb54a6b..4b212d0b7e5 100644 --- a/predicates/open_3.md +++ b/predicates/open_3.md @@ -62,7 +62,7 @@ open( ``` yaml height: 42 -gas_used: 4141 +gas_used: 3976 answer: has_more: false variables: diff --git a/predicates/open_4.md b/predicates/open_4.md index e18a4616b5f..6915daeff6b 100644 --- a/predicates/open_4.md +++ b/predicates/open_4.md @@ -100,7 +100,7 @@ open(URI, read, _, []). ``` yaml height: 42 -gas_used: 4153 +gas_used: 3988 answer: has_more: false variables: ["URI"] @@ -152,7 +152,7 @@ read_resource('cosmwasm:storage:axone15ekvz3qdter33mdnk98v8whv5qdr53yusksnfgc08x ``` yaml height: 42 -gas_used: 4144 +gas_used: 3979 answer: has_more: false variables: ["Chars"] @@ -202,7 +202,7 @@ read_resource('cosmwasm:storage:axone15ekvz3qdter33mdnk98v8whv5qdr53yusksnfgc08x ``` yaml height: 42 -gas_used: 4144 +gas_used: 3979 answer: has_more: false variables: ["Chars"] @@ -229,7 +229,7 @@ open('cosmwasm:storage:axone15ekvz3qdter33mdnk98v8whv5qdr53yusksnfgc08xd26fpdn3t ``` yaml height: 42 -gas_used: 4140 +gas_used: 3975 answer: has_more: false variables: ["Stream"] @@ -255,7 +255,7 @@ open('cosmwasm:storage:axone15ekvz3qdter33mdnk98v8whv5qdr53yusksnfgc08xd26fpdn3t ``` yaml height: 42 -gas_used: 4140 +gas_used: 3975 answer: has_more: false variables: ["Stream"] @@ -281,7 +281,7 @@ open('cosmwasm:storage:axone15ekvz3qdter33mdnk98v8whv5qdr53yusksnfgc08xd26fpdn3t ``` yaml height: 42 -gas_used: 4140 +gas_used: 3975 answer: has_more: false variables: ["Stream"] @@ -306,7 +306,7 @@ open('cosmwasm:storage:axone15ekvz3qdter33mdnk98v8whv5qdr53yusksnfgc08xd26fpdn3t ``` yaml height: 42 -gas_used: 4140 +gas_used: 3975 answer: has_more: false variables: ["Stream"]