Skip to content

Commit bb2992c

Browse files
authored
chore: updates for fusaka devnet 2 release (ethereum#1774)
* chore: updates for fusaka devnet 2 release. * chore: bump fill params.
1 parent 5791a72 commit bb2992c

File tree

4 files changed

+87
-17
lines changed

4 files changed

+87
-17
lines changed

.github/configs/feature.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,7 @@ eip7692:
3737
solc: 0.8.21
3838
eofwrap: true
3939
feature_only: true
40+
fusaka-devnet-2:
41+
evm-type: develop
42+
fill-params: --from=Prague --until=Osaka -k "((test_precompiles and address_0x100) or (test_set_code_to_precompile and precompile_0x0000000000000000000000000000000000000100)) or (eip198_modexp) or (test_sufficient_balance_blob_tx) or (test_valid_blob_tx_combinations)" tests/osaka tests/byzantium/eip198_modexp_precompile ./tests/cancun/eip4844_blobs/test_blob_txs.py::test_sufficient_balance_blob_tx ./tests/cancun/eip4844_blobs/test_blob_txs.py::test_valid_blob_tx_combinations
43+
feature_only: true

eels_resolutions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"Osaka": {
4343
"git_url": "https://github.com/spencer-tb/execution-specs.git",
44-
"branch": "forks/osaka-devnet-berlininterop",
44+
"branch": "forks/osaka",
4545
"commit": "99734284b89766883ecb680e57b07fbca47da51b"
4646
}
4747
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,4 @@ check-filenames = true
147147
ignore-words-list = "ingenuous"
148148

149149
[tool.uv.sources]
150-
ethereum-spec-evm-resolver = { git = "https://github.com/petertdavies/ethereum-spec-evm-resolver", rev = "0e5609737ce4f86dc98cca1a5cf0eb64b8cddef2" }
150+
ethereum-spec-evm-resolver = { git = "https://github.com/spencer-tb/ethereum-spec-evm-resolver", rev = "ee273e7344e24a739ebfbf0ea1f758530c4d032b" }

0 commit comments

Comments
 (0)