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

Conversation

Xanewok
Copy link
Member

@Xanewok Xanewok commented Apr 23, 2024

See commit description for each change.

We should probably release a patch version and use it in the extension, as there are quite a few "unsupported version" errors reported by the users.

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.
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.
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 Xanewok requested a review from a team as a code owner April 23, 2024 09:40
Copy link

changeset-bot bot commented Apr 23, 2024

🦋 Changeset detected

Latest commit: 8cb4ad7

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@nomicfoundation/slang Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@Xanewok Xanewok added this pull request to the merge queue Apr 23, 2024
Merged via the queue into NomicFoundation:main with commit a561fb1 Apr 23, 2024
1 check passed
@Xanewok Xanewok deleted the upgrade-solidity branch April 23, 2024 14:18
@github-actions github-actions bot mentioned this pull request Apr 23, 2024
github-merge-queue bot pushed a commit that referenced this pull request Apr 23, 2024
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and publish to npm
yourself or [setup this action to publish
automatically](https://github.com/changesets/action#with-publishing). If
you're not ready to do a release yet, that's fine, whenever you add more
changesets to main, this PR will be updated.


# Releases
## @nomicfoundation/slang@0.14.1

### Patch Changes

- [#943](#943)
[`a561fb1`](a561fb1)
Thanks [@Xanewok](https://github.com/Xanewok)! - Support Solidity 0.8.25

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants