-
Couldn't load subscription status.
- Fork 21.5k
Closed
Labels
Description
Multiple people have requested a variant of eth_call where multiple calls can be made in sequence, building up state.
Previous requests:
Implementation
If this is to be implemented, it should be a new RPC method. It could be named eth_multiCall or eth_batchCall, for example.
Any implementation of this feature needs to pay attention to the global gas cap: the combined gas usage of all chained calls should not be above this limit.
It's also an interesting question whether state overrides should be allowed per-call or just once.
lmittmann, Anti83, zemse, pokrovskyy, 0xalex88 and 3 moreAlexHiggins8, fooock, shacoqian, mohsen158, vaibkumr and 2 more