OpenZeppelin / cairo-contracts

OpenZeppelin Contracts written in Cairo for Starknet, a decentralized ZK Rollup
https://docs.openzeppelin.com/contracts-cairo
MIT License
802 stars 323 forks source link

Document SRC5 migration #821

Closed andrew-fleming closed 7 months ago

andrew-fleming commented 8 months ago

Fixes #744.

This PR proposes to also add the internal register_interfaces function to the SRC5 component which gives contracts the ability to re-register multiple interface IDs in a single call.

PR Checklist