Skip to content

Conversation

@trokhim03
Copy link

This PR updates all outdated Solidity compiler version references across the documentation to the latest stable release:

  • 0.8.33 (released December 18, 2025 – current latest as of January 2026)

Changes summary:

  • specs.txt: Updated 6 references (v0.8.19, v0.8.4, v0.6.0, v0.8.14 → 0.8.33)
  • cookbook/signing.wrm: Bumped pragma from ^0.8.21 → ^0.8.33
  • projects.txt: Updated 2 references (v0.8.4 → 0.8.33)

Total: 9 version mentions fixed.

  • No breaking changes introduced
  • All links/URLs left intact (only version strings updated)
  • Tested: no linting errors

Motivation: Keep documentation accurate and point to the current recommended Solidity version for better security & compatibility.

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
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.

1 participant