Closed shunkakinoki closed 2 years ago
Apologies in advance if this is an intended implementation - was scrolling through the source code, and wondered why the gap was still [50] when 2 storage slots was declared in the EIP712Upgradeable
EIP712Upgradeable
It's hardcoded to be that way:
https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable/blob/54803be62207c2412e27d09325243f2f1452f7b9/contracts/utils/cryptography/draft-EIP712Upgradeable.sol#L28
This is for backwards compatibility related to an issue we had. See https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable/security/advisories/GHSA-7j52-6fjp-58gr
Apologies in advance if this is an intended implementation - was scrolling through the source code, and wondered why the gap was still [50] when 2 storage slots was declared in the
EIP712Upgradeable
PR Checklist