Skip to content

Use weiroll to batch process multiple eth_call requests in a single RPC call #51

@TimDaub

Description

@TimDaub
  • eth-fun@0.9.2 adds weiroll support
  • technically, this means that if we had an eth_call to weiroll call converter, then we could take some of the eth_calls in the queue, convert them to weiroll calls and hence save network requests
  • the idea is that network requests are slow as they have roundtrip time, latency etc. and so batching network requests seems like a good idea
  • potentially, if we're generically translating eth_calls to weiroll calls then we should consider natively implementing it in eth-fun
  • so I may need to transfer this issue there.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions