You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @Nana-EC, following the Solidity 0.8.23 Release Announcement, it appears that the release 0.8.23 has only a few of changes, addressing the invalid verbatim deduplication bug (which only occurs in pure Yul programs) and introducing two compiler features: --yul-optimizations and optimizerSteps. With that said, I think the task of Adding an example contract demonstrating the features highlighted in the 0.8.23 release may not be required.
Problem
No contract examples exist to capture the new features of 0.8.23
Solution
Add an example contract under
/contracts/solidity/versions/0.8.23
that highlights advancements from https://soliditylang.org/blog/2023/11/08/solidity-0.8.23-release-announcementAlternatives
No response
Tasks
The text was updated successfully, but these errors were encountered: