blockful-io / external-resolver

This project aims to scale the Ethereum Name Service (ENS) by consolidating existing patterns and proofs of concept into a unified and production-ready codebase.
MIT License
10 stars 3 forks source link

Database Resolver writing multicall #119

Closed pikonha closed 2 months ago

pikonha commented 3 months ago

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 */ )