Skip to content
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

chore(ci): include fixtures for all previous forks in eest releases #1053

Merged
merged 3 commits into from
Jan 14, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions .github/configs/feature.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
legacy:
evm-type: stable
fill-params: --until=Shanghai
solc: 0.8.21
# Unless filling for special features, all features should fill for previous forks (starting from Frontier) too
stable:
evm-type: stable
fill-params: --fork=Cancun
fill-params: --until=Cancun
solc: 0.8.21
develop:
evm-type: develop
fill-params: --from=Cancun --until=Prague
fill-params: --until=Prague
solc: 0.8.21
eip7692:
evm-type: eip7692
Expand All @@ -17,5 +14,5 @@ eip7692:
eofwrap: true
pectra-devnet-5:
evm-type: pectra-devnet-5
fill-params: --fork=Prague -m "not eip_version_check"
fill-params: --until=Prague -m "not eip_version_check"
solc: 0.8.21
Loading