Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
TimDaub opened this issue Sep 27, 2022 · 1 comment

Comments

@TimDaub
Copy link
Collaborator

TimDaub commented Sep 27, 2022

  • [email protected] 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.
@TimDaub
Copy link
Collaborator Author

TimDaub commented Oct 11, 2022

closing this issue here and reopening it in eth-fun: attestate/eth-fun#51

@TimDaub TimDaub closed this as completed Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant