kkrt-labs / kakarot-rpc

Kakarot ZK EVM Ethereum RPC adapter
MIT License
105 stars 85 forks source link

dev: batch RPC requests linked to storage queries #940

Open greged93 opened 3 months ago

greged93 commented 3 months ago

Describe the enhancement request The json RPC standard allows to send a batch of request (see link and link). This would allow us to batch the requests to the node for storage requests in the context of a call for example.

Describe Preferred Solution

Links

hhamud commented 1 week ago

can I take this one? @greged93 @tcoratger

greged93 commented 1 week ago

hey @hhamud this is quite a complicated issue so probably better not if you don't have a lot of experience with our stack. This is actually still blocked for now anyway, waiting for this https://github.com/xJonathanLEI/starknet-rs/pull/600 PR on starknet-rs.