Skip to content

Commit 9877cd0

Browse files
committed
chore: tweaks for release, add feature release.
1 parent 6ff0438 commit 9877cd0

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/configs/feature.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,9 @@ eip7692:
3737
solc: 0.8.21
3838
eofwrap: true
3939
feature_only: true
40+
fusaka-devnet-1:
41+
evm-type: develop
42+
fill-params: --from=Prague --until=Osaka 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_
43+
valid_blob_tx_combinations
44+
solc: 0.8.21
45+
feature_only: true

eels_resolutions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
"Osaka": {
4343
"git_url": "https://github.com/spencer-tb/execution-specs.git",
4444
"branch": "forks/osaka",
45-
"commit": "e59c6e3eaed0dbbca639b6f5b6acaa832e51ca00"
45+
"commit": "0d86ad789e7c0d25ec86f15d0e4adb9d9b308af3"
4646
}
4747
}

tests/osaka/eip7883_modexp_gas_increase/test_modexp_thresholds.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323

2424

2525
@pytest.mark.parametrize("vector", Vector.from_file("vectors.json"), ids=lambda v: v.name)
26-
def test_vectors_from_file(
27-
vector: Vector,
26+
def test_modexp_gas_increase_vectors(
2827
state_test: StateTestFiller,
2928
pre: Alloc,
3029
tx: Transaction,

0 commit comments

Comments
 (0)