-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
contributor friendlyAn issue that's relatively easy to pick up by new comers.An issue that's relatively easy to pick up by new comers.
Description
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 :+]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
contributor friendlyAn issue that's relatively easy to pick up by new comers.An issue that's relatively easy to pick up by new comers.