You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Motivation**
This [EIP](https://eips.ethereum.org/EIPS/eip-5656) introduces the
`MCOPY` instruction.
The tests failed because we were letting them to overflow in some
arithmetic operations, this caused the memory expansion to not be
handled correctly, as it could panic.
**Changes**
- To remove from ignored this suites:
- "stEIP5656-MCOPY".into(),
- "eip5656_mcopy".into(),
- Added checks to those arithmetic ops that overflowed.
**Description**
<!-- A clear and concise general description of the changes this PR
introduces -->
Closes#749
To remove from ignored this suites:
"stEIP5656-MCOPY".into(),
"eip5656_mcopy".into(),
The text was updated successfully, but these errors were encountered: