Solidity Interview – Overflow/Underflow Handling?
Help Help help with solidity interview. 3 days back, I gave a solidity interview and stuck at overflow and underflow in solidity. Can anyone tell me more about
Solidity’s built in checks or edge cases where extra safeguards are needed. In the performance issues, is it advisable to rely on only on Solidity’s checks or checking with SafeMath (OpenZeppelin) is still relevant?
Which is the best way to handleoverflow risks in upgradable contracts , particularly when there is change in version.
TIA for your insights, examples, or quick tips.