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

Database Resolver writing multicall #119

Open
pikonha opened this issue Jun 19, 2024 · 0 comments
Open

Database Resolver writing multicall #119

pikonha opened this issue Jun 19, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@pikonha
Copy link
Contributor

pikonha commented Jun 19, 2024

Feature Request

Add support to multicall to call writing functions using a batch of requests instead of one by one.

Describe Preferred Solution

The function should have the following signature and should be fully compliant to the EIP-5559, which means reverting the call with the given arguments so it can be redirected to the Gateway.

function multicall(bytes[] calldata datas) external returns (bytes[] memory /* results */ )

@pikonha pikonha self-assigned this Jun 19, 2024
@pikonha pikonha added the enhancement New feature or request label Jun 19, 2024
@pikonha pikonha mentioned this issue Jun 19, 2024
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 🕵️‍♀️ In Review
Development

No branches or pull requests

1 participant