Skip to content

Solidity version bump to 0.8.29 #1924

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

Open
jaybuidl opened this issue Mar 18, 2025 · 1 comment
Open

Solidity version bump to 0.8.29 #1924

jaybuidl opened this issue Mar 18, 2025 · 1 comment

Comments

@jaybuidl
Copy link
Member

0.8.25

Default EVM version: cancun

0.8.26

Custom errors in require: more readable (IR pipeline only)

0.8.27

Custom errors in require (legacy pipeline)

0.8.28

Transient storage (affects the storage layout)

0.8.29

Experiment EOF (reentrancy risk)
Custom storage layouts (for ERC-7201 namespaced storage layout, ERC-7702 EOA account code, ERC-1967 proxy storage slots)

@jaybuidl jaybuidl changed the title Solidity version bump to 0.29 Solidity version bump to 0.8.29 Mar 18, 2025
@greenlucid
Copy link

While you're at this, please use
pragma solidity ^0.8;

instead of

pragma solidity 0.8.24;

for the Interface files like e.g. IArbitrableV2.sol, as they're not built

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants