Skip to content

Commit 6b3b156

Browse files
committed
test(logic): update new gas used
1 parent 400f9fc commit 6b3b156

7 files changed

+41
-41
lines changed

x/logic/keeper/features/bech32_address_2.feature

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Feature: bech32_address/2
1616
Then the answer we get is:
1717
""" yaml
1818
height: 42
19-
gas_used: 2222
19+
gas_used: 2270
2020
answer:
2121
has_more: false
2222
variables: ["Address"]
@@ -39,7 +39,7 @@ Feature: bech32_address/2
3939
Then the answer we get is:
4040
""" yaml
4141
height: 42
42-
gas_used: 2222
42+
gas_used: 2270
4343
answer:
4444
has_more: false
4545
variables: ["Hrp", "Address"]
@@ -63,7 +63,7 @@ Feature: bech32_address/2
6363
Then the answer we get is:
6464
""" yaml
6565
height: 42
66-
gas_used: 2222
66+
gas_used: 2270
6767
answer:
6868
has_more: false
6969
variables: ["Address"]
@@ -84,7 +84,7 @@ Feature: bech32_address/2
8484
Then the answer we get is:
8585
""" yaml
8686
height: 42
87-
gas_used: 2222
87+
gas_used: 2270
8888
answer:
8989
has_more: false
9090
variables: ["Bech32"]
@@ -109,7 +109,7 @@ Feature: bech32_address/2
109109
Then the answer we get is:
110110
""" yaml
111111
height: 42
112-
gas_used: 2222
112+
gas_used: 2270
113113
answer:
114114
has_more: false
115115
results:
@@ -130,7 +130,7 @@ Feature: bech32_address/2
130130
Then the answer we get is:
131131
""" yaml
132132
height: 42
133-
gas_used: 2222
133+
gas_used: 2270
134134
answer:
135135
has_more: false
136136
results:
@@ -146,7 +146,7 @@ Feature: bech32_address/2
146146
Then the answer we get is:
147147
""" yaml
148148
height: 42
149-
gas_used: 2222
149+
gas_used: 2270
150150
answer:
151151
has_more: false
152152
results:
@@ -163,7 +163,7 @@ Feature: bech32_address/2
163163
Then the answer we get is:
164164
""" yaml
165165
height: 42
166-
gas_used: 2222
166+
gas_used: 2270
167167
answer:
168168
has_more: false
169169
variables: ["Hrp"]
@@ -186,7 +186,7 @@ Feature: bech32_address/2
186186
Then the answer we get is:
187187
""" yaml
188188
height: 42
189-
gas_used: 2222
189+
gas_used: 2270
190190
answer:
191191
has_more: false
192192
variables: ["Address"]
@@ -207,7 +207,7 @@ Feature: bech32_address/2
207207
Then the answer we get is:
208208
""" yaml
209209
height: 42
210-
gas_used: 2222
210+
gas_used: 2270
211211
answer:
212212
has_more: false
213213
variables: ["X"]
@@ -227,7 +227,7 @@ Feature: bech32_address/2
227227
Then the answer we get is:
228228
""" yaml
229229
height: 42
230-
gas_used: 2222
230+
gas_used: 2270
231231
answer:
232232
has_more: false
233233
variables: ["Bech32"]
@@ -247,7 +247,7 @@ Feature: bech32_address/2
247247
Then the answer we get is:
248248
""" yaml
249249
height: 42
250-
gas_used: 2222
250+
gas_used: 2270
251251
answer:
252252
has_more: false
253253
variables: ["Bech32"]
@@ -267,7 +267,7 @@ Feature: bech32_address/2
267267
Then the answer we get is:
268268
""" yaml
269269
height: 42
270-
gas_used: 2222
270+
gas_used: 2270
271271
answer:
272272
has_more: false
273273
variables: ["Bech32"]
@@ -287,7 +287,7 @@ Feature: bech32_address/2
287287
Then the answer we get is:
288288
""" yaml
289289
height: 42
290-
gas_used: 2222
290+
gas_used: 2270
291291
answer:
292292
has_more: false
293293
variables: ["Bech32"]
@@ -307,7 +307,7 @@ Feature: bech32_address/2
307307
Then the answer we get is:
308308
""" yaml
309309
height: 42
310-
gas_used: 2222
310+
gas_used: 2270
311311
answer:
312312
has_more: false
313313
variables: ["Bech32"]
@@ -327,7 +327,7 @@ Feature: bech32_address/2
327327
Then the answer we get is:
328328
""" yaml
329329
height: 42
330-
gas_used: 2222
330+
gas_used: 2270
331331
answer:
332332
has_more: false
333333
variables: ["Address", "Bech32"]
@@ -347,7 +347,7 @@ Feature: bech32_address/2
347347
Then the answer we get is:
348348
""" yaml
349349
height: 42
350-
gas_used: 2222
350+
gas_used: 2270
351351
answer:
352352
has_more: false
353353
variables: ["Hrp", "Bech32"]

x/logic/keeper/features/block_height_1.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Feature: block_height/1
1616
Then the answer we get is:
1717
""" yaml
1818
height: 100
19-
gas_used: 2222
19+
gas_used: 2270
2020
answer:
2121
has_more: false
2222
variables: ["Height"]
@@ -43,7 +43,7 @@ Feature: block_height/1
4343
Then the answer we get is:
4444
""" yaml
4545
height: 101
46-
gas_used: 2223
46+
gas_used: 2271
4747
answer:
4848
has_more: false
4949
variables: ["Height"]

x/logic/keeper/features/block_time_1.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Feature: block_time/1
1616
Then the answer we get is:
1717
""" yaml
1818
height: 42
19-
gas_used: 2222
19+
gas_used: 2270
2020
answer:
2121
has_more: false
2222
variables: ["Time"]
@@ -44,7 +44,7 @@ Feature: block_time/1
4444
Then the answer we get is:
4545
""" yaml
4646
height: 42
47-
gas_used: 2223
47+
gas_used: 2271
4848
answer:
4949
has_more: false
5050
variables: ["Time"]

x/logic/keeper/features/consult_1.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Feature: consult/1
3434
Then the answer we get is:
3535
""" yaml
3636
height: 42
37-
gas_used: 2224
37+
gas_used: 2272
3838
answer:
3939
has_more: false
4040
variables: ["Who"]
@@ -90,7 +90,7 @@ Feature: consult/1
9090
Then the answer we get is:
9191
""" yaml
9292
height: 42
93-
gas_used: 2223
93+
gas_used: 2271
9494
answer:
9595
has_more: false
9696
variables: ["X"]
@@ -144,7 +144,7 @@ Feature: consult/1
144144
Then the answer we get is:
145145
""" yaml
146146
height: 42
147-
gas_used: 2223
147+
gas_used: 2271
148148
answer:
149149
has_more: false
150150
variables: ["File"]

x/logic/keeper/features/current_output_1.feature

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Feature: current_output/1
2828
Then the answer we get is:
2929
""" yaml
3030
height: 42
31-
gas_used: 2241
31+
gas_used: 2289
3232
answer:
3333
has_more: false
3434
variables:
@@ -66,7 +66,7 @@ Feature: current_output/1
6666
Then the answer we get is:
6767
""" yaml
6868
height: 42
69-
gas_used: 2248
69+
gas_used: 2296
7070
answer:
7171
has_more: false
7272
variables:
@@ -104,7 +104,7 @@ Feature: current_output/1
104104
Then the answer we get is:
105105
""" yaml
106106
height: 42
107-
gas_used: 2241
107+
gas_used: 2289
108108
answer:
109109
has_more: false
110110
variables:
@@ -145,7 +145,7 @@ Feature: current_output/1
145145
Then the answer we get is:
146146
""" yaml
147147
height: 42
148-
gas_used: 2255
148+
gas_used: 2303
149149
answer:
150150
has_more: false
151151
variables:
@@ -176,7 +176,7 @@ Feature: current_output/1
176176
Then the answer we get is:
177177
""" yaml
178178
height: 42
179-
gas_used: 2607
179+
gas_used: 2655
180180
answer:
181181
has_more: false
182182
variables:

x/logic/keeper/features/open_3.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Feature: open/3
3131
Then the answer we get is:
3232
""" yaml
3333
height: 42
34-
gas_used: 2223
34+
gas_used: 2271
3535
answer:
3636
has_more: false
3737
variables:

x/logic/keeper/features/open_4.feature

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Feature: open/4
4343
Then the answer we get is:
4444
""" yaml
4545
height: 42
46-
gas_used: 2228
46+
gas_used: 2276
4747
answer:
4848
has_more: false
4949
variables: ["URI"]
@@ -86,7 +86,7 @@ Feature: open/4
8686
Then the answer we get is:
8787
""" yaml
8888
height: 42
89-
gas_used: 2224
89+
gas_used: 2272
9090
answer:
9191
has_more: false
9292
variables: ["Chars"]
@@ -127,7 +127,7 @@ Feature: open/4
127127
Then the answer we get is:
128128
""" yaml
129129
height: 42
130-
gas_used: 2224
130+
gas_used: 2272
131131
answer:
132132
has_more: false
133133
variables: ["Chars"]
@@ -149,7 +149,7 @@ Feature: open/4
149149
Then the answer we get is:
150150
""" yaml
151151
height: 42
152-
gas_used: 2222
152+
gas_used: 2270
153153
answer:
154154
has_more: false
155155
variables: ["Stream"]
@@ -170,7 +170,7 @@ Feature: open/4
170170
Then the answer we get is:
171171
""" yaml
172172
height: 42
173-
gas_used: 2222
173+
gas_used: 2270
174174
answer:
175175
has_more: false
176176
variables: ["Stream"]
@@ -191,7 +191,7 @@ Feature: open/4
191191
Then the answer we get is:
192192
""" yaml
193193
height: 42
194-
gas_used: 2222
194+
gas_used: 2270
195195
answer:
196196
has_more: false
197197
variables: ["Stream"]
@@ -212,7 +212,7 @@ Feature: open/4
212212
Then the answer we get is:
213213
""" yaml
214214
height: 42
215-
gas_used: 2222
215+
gas_used: 2270
216216
answer:
217217
has_more: false
218218
variables: ["Stream"]
@@ -232,7 +232,7 @@ Feature: open/4
232232
Then the answer we get is:
233233
""" yaml
234234
height: 42
235-
gas_used: 2222
235+
gas_used: 2270
236236
answer:
237237
has_more: false
238238
variables: ["Stream"]
@@ -251,7 +251,7 @@ Feature: open/4
251251
Then the answer we get is:
252252
""" yaml
253253
height: 42
254-
gas_used: 2222
254+
gas_used: 2270
255255
answer:
256256
has_more: false
257257
variables: ["Stream"]
@@ -270,7 +270,7 @@ Feature: open/4
270270
Then the answer we get is:
271271
""" yaml
272272
height: 42
273-
gas_used: 2222
273+
gas_used: 2270
274274
answer:
275275
has_more: false
276276
variables: ["Resource", "Stream"]
@@ -289,7 +289,7 @@ Feature: open/4
289289
Then the answer we get is:
290290
""" yaml
291291
height: 42
292-
gas_used: 2222
292+
gas_used: 2270
293293
answer:
294294
has_more: false
295295
variables: ["Mode", "Stream"]

0 commit comments

Comments
 (0)