Omniscia Moby Audit
TransparentUpgradeableProxy Code Style Findings
TransparentUpgradeableProxy Code Style Findings
TUP-01C: Inexistent Error Messages
| Type | Severity | Location |
|---|---|---|
| Code Style | ![]() | TransparentUpgradeableProxy.sol:L109, L279 |
Description:
The linked require checks have no error messages explicitly defined.
Example:
contracts/proxy/TransparentUpgradeableProxy.sol
109require(success);Recommendation:
We advise each to be set so to increase the legibility of the codebase and aid in validating the require checks' conditions.
Alleviation (b02fae335f62cc1f5f4236fb4d982ad16a32bd26):
The file has been removed from the codebase rendering this exhibit no longer applicable.
