Prototype eth_multicallV1
RPC API endpoint
#5586
Labels
A-rpc
Related to the RPC implementation
C-enhancement
New feature or request
D-good-first-issue
Nice and easy! A great choice to get started
S-stale
This issue/PR is stale and will close with no further activity
Describe the feature
There is an ongoing effort to standardise an endpoint for a multicall across execution clients and introduce a new RPC method
eth_multicallV1
, which allows users to make complex RPC calls to Ethereum nodes. Compared toeth_call
, it has many new additional features such as multiple dependent calls, various new overrides or simulating multiple blocks.This endpoint is not finalised yet, but implementing it will help it's development.
Additional context
The specification for this RPC method can be found here: ethereum/execution-apis#484
Other client's implementation
Geth: https://github.com/s1na/go-ethereum/tree/multicall
Nethermind: https://github.com/NethermindEth/nethermind/tree/feature/eth_multicall
The text was updated successfully, but these errors were encountered: