Skip to content

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

@mateuszradomski

Description

@mateuszradomski

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    contributor friendlyAn issue that's relatively easy to pick up by new comers.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions