We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Default EVM version: cancun
cancun
Custom errors in require: more readable (IR pipeline only)
Custom errors in require (legacy pipeline)
Transient storage (affects the storage layout)
Experiment EOF (reentrancy risk) Custom storage layouts (for ERC-7201 namespaced storage layout, ERC-7702 EOA account code, ERC-1967 proxy storage slots)
The text was updated successfully, but these errors were encountered:
While you're at this, please use pragma solidity ^0.8;
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
IArbitrableV2.sol
Sorry, something went wrong.
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: