Update all Solidity version references to latest stable 0.8.33#5092
Open
trokhim03 wants to merge 3 commits intoethers-io:mainfrom
Open
Update all Solidity version references to latest stable 0.8.33#5092trokhim03 wants to merge 3 commits intoethers-io:mainfrom
trokhim03 wants to merge 3 commits intoethers-io:mainfrom
Conversation
Updated all Solidity spec links to latest stable version 0.8.33: - v0.8.19 -> v0.8.33 (ABI Specification, ABI JSON Specification) - v0.8.4 -> v0.8.33 (Custom Errors, Events) - v0.6.0 -> v0.8.33 (solc standard output) - v0.8.14 -> v0.8.33 (Non-Standard Packed Mode)
Updated pragma solidity version from ^0.8.21 to ^0.8.33 in the example contract code.
Updated both v0.8.4 references to v0.8.33: - Solidity errors link - Solidity events link
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates all outdated Solidity compiler version references across the documentation to the latest stable release:
Changes summary:
Total: 9 version mentions fixed.
Motivation: Keep documentation accurate and point to the current recommended Solidity version for better security & compatibility.