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

Support Solidity versions up to 0.8.22 #632

Closed
1 of 3 tasks
Xanewok opened this issue Nov 2, 2023 · 2 comments
Closed
1 of 3 tasks

Support Solidity versions up to 0.8.22 #632

Xanewok opened this issue Nov 2, 2023 · 2 comments
Assignees

Comments

@Xanewok
Copy link
Member

Xanewok commented Nov 2, 2023

The new versions are 0.8.20, 0.8.21 and 0.8.22.

In terms of the language itself:

https://soliditylang.org/blog/2023/05/10/solidity-0.8.20-release-announcement

  • N/A

https://soliditylang.org/blog/2023/07/19/solidity-0.8.21-release-announcement/

  • Allow qualified access to events from other contracts.
  • Relax restrictions on initialization of immutable variables. Reads and writes may now happen at any point at construction time outside of functions and modifiers. Explicit initialization is no longer mandatory.

https://soliditylang.org/blog/2023/10/25/solidity-0.8.22-release-announcement

@OmarTawfik
Copy link
Collaborator

OmarTawfik commented Nov 10, 2023

passing to @AntonyBlakey for the remaining items (possible changes to binding).

github-merge-queue bot pushed a commit that referenced this issue Nov 10, 2023
@AntonyBlakey
Copy link
Contributor

This issue is about updating our spec, but as far as binding is concerned, there is nothing to update because binding doesn't exist, so it's only applicable to syntax, which is done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: ✅ Done
Development

No branches or pull requests

3 participants