Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow the batch to be submitted by a smart contract #61

Open
mateuszradomski opened this issue Oct 11, 2023 · 0 comments
Open

Allow the batch to be submitted by a smart contract #61

mateuszradomski opened this issue Oct 11, 2023 · 0 comments
Labels
contributor friendly An issue that's relatively easy to pick up by new comers.

Comments

@mateuszradomski
Copy link
Collaborator

mateuszradomski commented Oct 11, 2023

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 :+]

@mateuszradomski mateuszradomski added the contributor friendly An issue that's relatively easy to pick up by new comers. label Oct 11, 2023
@mateuszradomski mateuszradomski changed the title Allow the batch to be submitted by a smart-contract Allow the batch to be submitted by a smart contract Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor friendly An issue that's relatively easy to pick up by new comers.
Projects
None yet
Development

No branches or pull requests

1 participant