Skip to content

fix(tests/static): Fix all static tests for Osaka fork #1980

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Users can select any of the artifacts depending on their testing needs for their
- ✨ [EIP-7934](https://eips.ethereum.org/EIPS/eip-7934): Add test cases for the block RLP max limit of 10MiB ([#1730](https://github.com/ethereum/execution-spec-tests/pull/1730)).
- ✨ [EIP-7939](https://eips.ethereum.org/EIPS/eip-7939) Add count leading zeros (CLZ) opcode tests for Osaka ([#1733](https://github.com/ethereum/execution-spec-tests/pull/1733)).
- ✨ [EIP-7934](https://eips.ethereum.org/EIPS/eip-7934): Add additional test cases for block RLP max limit with all typed transactions and for a log-creating transactions ([#1890](https://github.com/ethereum/execution-spec-tests/pull/1890)).
- ✨ [EIP-7825](https://eips.ethereum.org/EIPS/eip-7825): Pre-Osaka tests have been updated to either (1) dynamically adapt to the transaction gas limit cap, or (2) reduce overall gas consumption to fit the new limit ([#1928](https://github.com/ethereum/EIPs/pull/1928)).
- ✨ [EIP-7825](https://eips.ethereum.org/EIPS/eip-7825): Pre-Osaka tests have been updated to either (1) dynamically adapt to the transaction gas limit cap, or (2) reduce overall gas consumption to fit the new limit ([#1924](https://github.com/ethereum/EIPs/pull/1924), [#1928](https://github.com/ethereum/EIPs/pull/1928), [#1980](https://github.com/ethereum/EIPs/pull/1980)).
- ✨ [EIP-7918](https://eips.ethereum.org/EIPS/eip-7918): Blob base fee bounded by execution cost test cases (initial), includes some adjustments to [EIP-4844](https://eips.ethereum.org/EIPS/eip-4844) tests ([#1685](https://github.com/ethereum/execution-spec-tests/pull/1685)).
- 🔀 Adds the max blob transaction limit to the tests including updates to [EIP-4844](https://eips.ethereum.org/EIPS/eip-4844) for Osaka ([#1884](https://github.com/ethereum/execution-spec-tests/pull/1884)).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ gas:
gas: !!int -1
value: !!int -1
network:
- '>=Cancun'
- '>=Cancun<Osaka'
result:
cccccccccccccccccccccccccccccccccccccccc:
storage:
Expand All @@ -103,7 +103,7 @@ gas:
gas: !!int -1
value: !!int -1
network:
- '>=Cancun'
- '>=Cancun<Osaka'
result:
cccccccccccccccccccccccccccccccccccccccc:
storage:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ msize:
gas: !!int -1
value: !!int -1
network:
- '>=Cancun'
- '>=Cancun<Osaka'
result:
cccccccccccccccccccccccccccccccccccccccc:
storage:
Expand All @@ -173,7 +173,7 @@ msize:
gas: !!int -1
value: !!int -1
network:
- '>=Cancun'
- '>=Cancun<Osaka'
result:
cccccccccccccccccccccccccccccccccccccccc:
storage:
Expand All @@ -187,7 +187,7 @@ msize:
gas: !!int -1
value: !!int -1
network:
- '>=Cancun'
- '>=Cancun<Osaka'
result:
cccccccccccccccccccccccccccccccccccccccc:
storage:
Expand All @@ -201,7 +201,7 @@ msize:
gas: !!int -1
value: !!int -1
network:
- '>=Cancun'
- '>=Cancun<Osaka'
result:
cccccccccccccccccccccccccccccccccccccccc:
storage:
Expand All @@ -218,7 +218,7 @@ msize:
gas: !!int -1
value: !!int -1
network:
- '>=Cancun'
- '>=Cancun<Osaka'
result:
cccccccccccccccccccccccccccccccccccccccc:
storage:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
""
],
"gasLimit" : [
"30000000"
"600000"
],
"gasPrice" : "10",
"nonce" : "0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
""
],
"gasLimit" : [
"30000000"
"600000"
],
"gasPrice" : "10",
"nonce" : "0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
""
],
"gasLimit" : [
"30000000"
"600000"
],
"gasPrice" : "10",
"nonce" : "0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
""
],
"gasLimit" : [
"30000000"
"600000"
],
"gasPrice" : "10",
"nonce" : "0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
""
],
"gasLimit" : [
"30000000"
"1100000"
],
"gasPrice" : "10",
"nonce" : "0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
""
],
"gasLimit" : [
"30000000"
"600000"
],
"gasPrice" : "10",
"nonce" : "0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
""
],
"gasLimit" : [
"30000000"
"600000"
],
"gasPrice" : "10",
"nonce" : "0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
""
],
"gasLimit" : [
"30000000"
"600000"
],
"gasPrice" : "10",
"nonce" : "0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
""
],
"gasLimit" : [
"30000000"
"600000"
],
"gasPrice" : "10",
"nonce" : "0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"expect" : [
{
"indexes" : { "data" : -1, "gas" : -1, "value" : -1 },
"network" : [ ">=Cancun" ],
"network" : [ ">=Cancun<Osaka" ],
"result" : {
"<contract:target:0xbbbf5374fce5edbc8e2a8697c15331677e6ebf0b>" : {
"storage" : {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"expect" : [
{
"indexes" : { "data" : -1, "gas" : 0, "value" : -1 },
"network" : [ ">=Cancun" ],
"network" : [ ">=Cancun<Osaka" ],
"result" : {
"<contract:target:0xbbbf5374fce5edbc8e2a8697c15331677e6ebf0b>" : {
"storage" : {
Expand All @@ -26,7 +26,7 @@
},
{
"indexes" : { "data" : -1, "gas" : 1, "value" : -1 },
"network" : [ ">=Cancun" ],
"network" : [ ">=Cancun<Osaka" ],
"result" : {
"<contract:target:0xbbbf5374fce5edbc8e2a8697c15331677e6ebf0b>" : {
"storage" : {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
""
],
"gasLimit" : [
"9214364837600034817"
"200000"
],
"gasPrice" : "10",
"nonce" : "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"expect" : [
{
"indexes" : { "data" : -1, "gas" : -1, "value" : -1 },
"network" : [ ">=Cancun" ],
"network" : [ ">=Cancun<Osaka" ],
"result" : {
"<contract:0x945304eb96065b2a98b57a48a06ae28d285a71b5>" : {
"storage" : {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"expect" : [
{
"indexes" : { "data" : -1, "gas" : -1, "value" : -1 },
"network" : [">=Cancun" ],
"network" : [">=Cancun<Osaka" ],
"result" : {
"<contract:target:0xbbbf5374fce5edbc8e2a8697c15331677e6ebf0b>" : {
"storage" : {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
""
],
"gasLimit" : [
"100000000"
"2200000"
],
"gasPrice" : "10",
"nonce" : "0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
""
],
"gasLimit" : [
"100000000"
"2200000"
],
"gasPrice" : "10",
"nonce" : "0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
""
],
"gasLimit" : [
"100000000"
"2200000"
],
"gasPrice" : "10",
"nonce" : "0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
""
],
"gasLimit" : [
"100000000"
"2200000"
],
"gasPrice" : "10",
"nonce" : "0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
""
],
"gasLimit" : [
"100000000"
"2200000"
],
"gasPrice" : "10",
"nonce" : "0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
""
],
"gasLimit" : [
"100000000"
"900000"
],
"gasPrice" : "10",
"nonce" : "0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
""
],
"gasLimit" : [
"30000000"
"600000"
],
"gasPrice" : "10",
"nonce" : "0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
""
],
"gasLimit" : [
"30000000"
"600000"
],
"gasPrice" : "10",
"nonce" : "0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
""
],
"gasLimit" : [
"30000000"
"600000"
],
"gasPrice" : "10",
"nonce" : "0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
""
],
"gasLimit" : [
"30000000"
"600000"
],
"gasPrice" : "10",
"nonce" : "0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
""
],
"gasLimit" : [
"30000000"
"600000"
],
"gasPrice" : "10",
"nonce" : "0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
""
],
"gasLimit" : [
"30000000"
"600000"
],
"gasPrice" : "10",
"nonce" : "0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
""
],
"gasLimit" : [
"30000000"
"600000"
],
"gasPrice" : "10",
"nonce" : "0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
""
],
"gasLimit" : [
"30000000"
"600000"
],
"gasPrice" : "10",
"nonce" : "0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
""
],
"gasLimit" : [
"30000000"
"600000"
],
"gasPrice" : "10",
"nonce" : "0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
""
],
"gasLimit" : [
"30000000"
"600000"
],
"gasPrice" : "10",
"nonce" : "0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
""
],
"gasLimit" : [
"30000000"
"600000"
],
"gasPrice" : "10",
"nonce" : "0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
""
],
"gasLimit" : [
"30000000"
"600000"
],
"gasPrice" : "10",
"nonce" : "0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
""
],
"gasLimit" : [
"30000000"
"600000"
],
"gasPrice" : "10",
"nonce" : "0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
""
],
"gasLimit" : [
"30000000"
"600000"
],
"gasPrice" : "10",
"nonce" : "0",
Expand Down
2 changes: 1 addition & 1 deletion tests/static/state_tests/stChainId/chainIdFiller.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"transaction": {
"data": ["0x"],
"gasLimit": ["100000000"],
"gasLimit": ["100000"],
"gasPrice": "10",
"nonce": "0",
"secretKey": "<eoa:sender:0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8>",
Expand Down
Loading
Loading