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

Implement JSON-RPC batch support #45

Open
TimDaub opened this issue Aug 3, 2022 · 0 comments
Open

Implement JSON-RPC batch support #45

TimDaub opened this issue Aug 3, 2022 · 0 comments

Comments

@TimDaub
Copy link
Member

TimDaub commented Aug 3, 2022

ETHEREUM JSON RPC endpoints arguably support batching calls. So we should allow batching via the transport module

via alchemy docs:

https://docs.alchemy.com/alchemy/documentation/batch-requests

Batch requests are single HTTP requests that contain multiple API calls nested within it.
Generally speaking, Alchemy does not recommend using batch requests as they can be less reliable compared to individual API calls.
Alchemy does not recommend using batch requests for any methods. These requests tend to be less performant than sending them individually, so if you’re trying to optimize speed, this might not be the best option.

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