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
The problem is, if one tries to simply return a vector filled with 0's in the RETURNDATACOPY function, memCopySelf.json fails stating that a gass difference error.
HOWEVER, 10 additional tests fail.
This test, as seen in the mnemonics, uses the CALL operand.
While debugging, it seems like the generic_call function is receiving as address: 0x0000000000000000000000000000000000000004
When in reality, that is not an address.
The only other address in the test is: 0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b
That leads me to believe that the problem is in one of the other operands.
There is a Revert(OutOfBounds) when there should be a success.
Here's the code that the test executes:
The text was updated successfully, but these errors were encountered: