Supersim autorelay flakes #291
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
unprioritized
Occasionally when messages are relayed using supersim they return the following error:
This signature corresponds to the
InvalidTimestamp
error when validating the cross chain message inside theCrossL2Inbox
: https://github.com/ethereum-optimism/optimism/blob/cbfb97ede9d8ab4da2e3c4ef65ac8e366ad5f422/packages/contracts-bedrock/src/L2/CrossL2Inbox.sol#L192This is most likely due to a race condition involving different timestamps between two l2s. This is also causing flakes on several of the tests that rely on relaying messages (e.g.
TestCrosschainETHTransfer
)The text was updated successfully, but these errors were encountered: