@kazani
OpenZeppelin Solidity Contracts v5.3 is here 🧑💻
This release introduces new token standards and governance improvements, along with new smart account and crosschain capabilities through the Community Contracts Library.
Here's what's new 👇
📝 Core Contracts Highlights
ERC-6909 – New multi-token standard with:
• Minimal implementation
• Metadata support
• Supply tracking
• Content URI extension
Governor Improvements:
• New Proposal Guardian role
• Added Sequential Proposal IDs
• New Super Quorum mechanism
❤️🩹 5.3 also packs quality-of-life upgrades such as:
• trySafeTransfer() for ERC20s (no more surprise reverts)
• clear() for EnumerableSet and EnumerableMap
• MerkleTree.update() for dynamic leaf management
• 512-bit and saturating math operations (add512, mul512, etc)