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

Upgrade Solidity to 0.8.25 #943

Merged
merged 4 commits into from
Apr 23, 2024
Merged

Commits on Apr 23, 2024

  1. Support Solidity 0.8.23

    See <https://soliditylang.org/blog/2023/11/08/solidity-0.8.23-release-announcement>.
    
    No changes related to the front-end or the language itself, so we're
    safe to support the new versin as-is.
    Xanewok committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    fc52e63 View commit details
    Browse the repository at this point in the history
  2. Support Solidity 0.8.24

    See <https://soliditylang.org/blog/2024/01/26/solidity-0.8.24-release-announcement>.
    
    This update mostly introduced Cancun-related builtings, as well as a
    global function.
    
    This adds the new builtins but does not introduce the global function,
    as global symbols will/should be added when we add the name resolution.
    The name is also not reserved, so we're safe on that front.
    Xanewok committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    4d3647d View commit details
    Browse the repository at this point in the history
  3. Support Solidity 0.8.25

    See <https://soliditylang.org/blog/2024/03/14/solidity-0.8.25-release-announcement>.
    
    This update mostly changes the default EVM target used by Solidity to
    Cancun. There were no language changes.
    Xanewok committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    83ece02 View commit details
    Browse the repository at this point in the history
  4. Add a changeset file

    Xanewok committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    8cb4ad7 View commit details
    Browse the repository at this point in the history