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
I suspect ResolvedOrder.InputToken.token and ResolvedOrder.InputToken.amount are also usually unnecessary for most reactorCallback but they at least may potentially be useful to some, unlike the other fields mentioned.
The following information is not useful to an
IReactorCallback
implementation, and can be passed asfillData
if actually necessary:Reducing the data passed to the function will reduce the memory footprint of the execution scope and therefore the gas.
[edit: added to list of unnecessary fields]
The text was updated successfully, but these errors were encountered: