Update OpenZeppelin, change tests to expect Errors instead of revert strings #234
Labels
code-quality
Things that are good for general code quality purposes but don't affect functionality
not-mvp-blocker
Doesn't necessarily need to be addressed to ship something
It looks like the recent versions of the OpenZeppelin Initializable lib (and probably others) use solidity errors instead of revert strings, which is consistent with what we and polygon do. Check if the latest version is audited, and if so update to the latest version and change our tests to expect errors.
https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/proxy/utils/Initializable.sol
The text was updated successfully, but these errors were encountered: