Skip to content

Commit 3b9397c

Browse files
committed
chore: bump prague to stable.
1 parent d39987f commit 3b9397c

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

.github/configs/feature.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Unless filling for special features, all features should fill for previous forks (starting from Frontier) too
22
stable:
33
evm-type: stable
4-
fill-params: --until=Cancun
4+
fill-params: --until=Prague
55
solc: 0.8.21
66
develop:
77
evm-type: develop
8-
fill-params: --until=Prague
8+
fill-params: --until=Osaka
99
solc: 0.8.21
1010
static:
1111
evm-type: static
12-
fill-params: --until=Prague --fill-static-tests ./tests/static
12+
fill-params: --until=Osaka --fill-static-tests ./tests/static
1313
solc: 0.8.21
1414
zkevm:
1515
evm-type: zkevm

docs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Test fixtures for use by clients are available for each release on the [Github r
2121

2222
- ✨ Added the [EIP checklist template](https://eest.ethereum.org/main/writing_tests/checklist_templates/eip_testing_checklist_template/) that serves as a reference to achieve better coverage when implementing tests for new EIPs ([#1327](https://github.com/ethereum/execution-spec-tests/pull/1327)).
2323
- ✨ Added [Post-Mortems of Missed Test Scenarios](https://eest.ethereum.org/main/writing_tests/post_mortems/) to the documentation that serves as a reference list of all cases that were missed during the test implementation phase of a new EIP, and includes the steps taken in order to prevent similar test cases to be missed in the future ([#1327](https://github.com/ethereum/execution-spec-tests/pull/1327)).
24+
- 🔀 Move Prague to stable and Osaka to develop ([#1573](https://github.com/ethereum/execution-spec-tests/pull/1573)).
2425

2526
### 🧪 Test Cases
2627

tox.ini

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ commands =
6464

6565

6666
[forks]
67-
develop = Prague
67+
develop = Osaka
6868
eip7692 = EOFv1
6969

7070
[testenv:tests-deployed]
@@ -83,6 +83,14 @@ setenv =
8383
commands_pre = solc-select use {[testenv]solc_version} --always-install
8484
commands = pytest -n auto --until={[forks]develop} -k "not slow" --skip-evm-dump
8585

86+
[testenv:tests-eip7692]
87+
description = Fill test cases in ./tests/ for EIP-7692 (EOF) on Osaka
88+
setenv =
89+
# Use custom EELS_RESOLUTIONS_FILE if it is set via the environment (eg, in CI)
90+
EELS_RESOLUTIONS_FILE = {env:EELS_RESOLUTIONS_FILE:}
91+
commands_pre = solc-select use {[testenv]solc_version} --always-install
92+
commands = pytest -n auto --evm-bin=evmone-t8n --fork={[forks]eip7692} -k "not slow" ./tests/osaka --skip-evm-dump
93+
8694
# ----------------------------------------------------------------------------------------------
8795
# ALIAS ENVIRONMENTS
8896
# ----------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)