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 Inputs contract has a very strong assumption that the calldata will be easily extractable because it's part of the transaction data. This assumption is enforced by require(msg.sender == tx.origin);. Make the BatchDownloader be able to download the calldata even if the batch was submitted by a smart contract.
You have any questions or problems you can always join our Discord and ask :+]
The text was updated successfully, but these errors were encountered:
The
Inputs
contract has a very strong assumption that thecalldata
will be easily extractable because it's part of the transaction data. This assumption is enforced byrequire(msg.sender == tx.origin);
. Make theBatchDownloader
be able to download thecalldata
even if the batch was submitted by a smart contract.You have any questions or problems you can always join our Discord and ask :+]
The text was updated successfully, but these errors were encountered: