Skip to content

Commit a91e2c8

Browse files
committed
adjusted static_tests to only allow gasLimit of up to 30mil as enforced in eip-7825
1 parent cce727d commit a91e2c8

File tree

230 files changed

+228
-565
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

230 files changed

+228
-565
lines changed

tests/static/state_tests/Cancun/stEIP1153_transientStorage/transStorageOKFiller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ transStorageOK:
810810
- :label static_call :abi staticCall()
811811

812812
gasLimit:
813-
- 80000000
813+
- 30000000
814814
gasPrice: 10
815815
nonce: 1
816816
to: cccccccccccccccccccccccccccccccccccccccc

tests/static/state_tests/Cancun/stEIP1153_transientStorage/transStorageResetFiller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ transStorageReset:
247247

248248

249249
gasLimit:
250-
- 80000000
250+
- 30000000
251251
gasPrice: 10
252252
nonce: 1
253253
to: cccccccccccccccccccccccccccccccccccccccc

tests/static/state_tests/VMTests/vmArithmeticTest/addFiller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ add:
101101
- :label add_0_0 :abi f(uint) 3
102102
- :label add_1_neg1 :abi f(uint) 4
103103
gasLimit:
104-
- '80000000'
104+
- '30000000'
105105
gasPrice: '10'
106106
nonce: '0'
107107
to: cccccccccccccccccccccccccccccccccccccccc

tests/static/state_tests/VMTests/vmArithmeticTest/addmodFiller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ addmod:
200200
- :label addmod_1_0_0 :abi f(uint) 0x0e
201201
- :label addmod_0_0_0_min_1 :abi f(uint) 0x0f
202202
gasLimit:
203-
- '80000000'
203+
- '30000000'
204204
gasPrice: '10'
205205
nonce: '0'
206206
to: cccccccccccccccccccccccccccccccccccccccc

tests/static/state_tests/VMTests/vmArithmeticTest/arithFiller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ arith:
6666
data:
6767
- :raw 0x00
6868
gasLimit:
69-
- '80000000'
69+
- '30000000'
7070
gasPrice: '10'
7171
nonce: '0'
7272
to: cccccccccccccccccccccccccccccccccccccccc

tests/static/state_tests/VMTests/vmArithmeticTest/divByZeroFiller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ divByZero:
206206

207207

208208
gasLimit:
209-
- '80000000'
209+
- '30000000'
210210
gasPrice: '10'
211211
nonce: '0'
212212
to: cccccccccccccccccccccccccccccccccccccccc

tests/static/state_tests/VMTests/vmArithmeticTest/divFiller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ div:
123123
- :label div_2_0 :abi f(uint) 6
124124
- :label div_0_add :abi f(uint) 7
125125
gasLimit:
126-
- '80000000'
126+
- '30000000'
127127
gasPrice: '10'
128128
nonce: '0'
129129
to: cccccccccccccccccccccccccccccccccccccccc

tests/static/state_tests/VMTests/vmArithmeticTest/expFiller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ exp:
173173
- :label exp_2_big :abi f(uint) 9
174174
- :label exp_2_15 :abi f(uint) 0x0a
175175
gasLimit:
176-
- '80000000'
176+
- '30000000'
177177
gasPrice: '10'
178178
nonce: '0'
179179
to: cccccccccccccccccccccccccccccccccccccccc

tests/static/state_tests/VMTests/vmArithmeticTest/expPower256Filler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ expPower256:
7878
data:
7979
- :abi f(uint) 0
8080
gasLimit:
81-
- '80000000'
81+
- '30000000'
8282
gasPrice: '10'
8383
nonce: '0'
8484
to: cccccccccccccccccccccccccccccccccccccccc

tests/static/state_tests/VMTests/vmArithmeticTest/expPower256Of256Filler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ expPower256Of256:
8787
data:
8888
- :abi f(uint) 0
8989
gasLimit:
90-
- '80000000'
90+
- '30000000'
9191
gasPrice: '10'
9292
nonce: '0'
9393
to: cccccccccccccccccccccccccccccccccccccccc

0 commit comments

Comments
 (0)