Add Governor signature nonces by ernestognw · Pull Request #4378 · OpenZeppelin/openzeppelin-contracts (original) (raw)
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is changing the ERC-165 ids, i.e. removing the previously supported interfaces (correctly) and adding new ones. However, we've discussed before that ERC-165 is not a good fit for this contract so we should really think whether we want to continue using it and particularly adding new interfaces.
No need to change anything on this PR, but it is an unsolved question we need to address.