Update AGENTS.md solc versions and EVM hardfork to match source#512
Open
Update AGENTS.md solc versions and EVM hardfork to match source#512
Conversation
Collaborator
duncancmt
commented
Feb 27, 2026
- EVM version: cancun → osaka (matching foundry.toml)
- Add auto_detect_solc = true, remove pinned solc_version
- Split main contracts into core (^0.8.25) and chains (=0.8.33)
- Add AllowanceHolder + Deployer row (CI-pinned =0.8.25)
- Fix EulerSwapBUSL pragma to ^0.8.24
- Update build commands to match CI (skip AllowanceHolder/Deployer)
- EVM version: cancun → osaka (matching foundry.toml) - Add auto_detect_solc = true, remove pinned solc_version - Split main contracts into core (^0.8.25) and chains (=0.8.33) - Add AllowanceHolder + Deployer row (CI-pinned =0.8.25) - Fix EulerSwapBUSL pragma to ^0.8.24 - Update build commands to match CI (skip AllowanceHolder/Deployer) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
🛡️ Immunefi PR ReviewsWe noticed that your project isn't set up for automatic code reviews. If you'd like this PR reviewed by the Immunefi team, you can request it manually using the link below: Once submitted, we'll take care of assigning a reviewer and follow up here. |
jparklev
approved these changes
Feb 28, 2026
| | Main contracts (`src/`) | 0.8.25 | cancun | 2,000 | | ||
| | UniswapV4 (`lib/v4-core/`) | 0.8.26 | cancun | 2,000 | | ||
| | Core libraries (`src/core/`, `src/*.sol`) | `^0.8.25` (auto-detected) | osaka | 2,000 | | ||
| | Chain contracts (`src/chains/*/`) | `=0.8.33` | osaka | 2,000 | |
Contributor
There was a problem hiding this comment.
A few of the files in chains/ aren't pinned (eg Blast/Common.sol is ^0.8.25), in case that feels like a helpful to mention
Collaborator
Author
There was a problem hiding this comment.
I think that was an oversight. Fixed.
799d86d to
bfd6f1c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.