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
This match handler of Free lane regards as matching when at least one of Msgs listed above is contained in the Tx.
In this case, by inserting very heavy Msg after MsgDelegate, can't we consider an attack vector?
To solve this problem, the match handler should be like this:
https://github.com/skip-mev/block-sdk/blob/v2.1.5/lanes/free/lane.go#L41
This match handler of Free lane regards as matching when at least one of Msgs listed above is contained in the Tx.
In this case, by inserting very heavy Msg after MsgDelegate, can't we consider an attack vector?
To solve this problem, the match handler should be like this:
In this match handler, Free lane accept only Txs which all Msgs are white listed (not at least one of).
If this issue get agreed, I will create a Pull Request.
The text was updated successfully, but these errors were encountered: