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
Since Solidity 0.8.0 assert no longer triggers an invalid opcode, but uses revert. MinimalForwarder should use invalid opcode to consume all gas as a protection for "insufficient gas griefing attack" as described in this article.
The text was updated successfully, but these errors were encountered:
Since Solidity 0.8.0
assert
no longer triggers an invalid opcode, but uses revert.MinimalForwarder
should use invalid opcode to consume all gas as a protection for "insufficient gas griefing attack" as described in this article.The text was updated successfully, but these errors were encountered: