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

Feature Request: Expose RPC client until batching is done #1640

Closed
ahonnecke opened this issue May 5, 2020 · 1 comment
Closed

Feature Request: Expose RPC client until batching is done #1640

ahonnecke opened this issue May 5, 2020 · 1 comment

Comments

@ahonnecke
Copy link

Until #832 is worked out, it would be nice to have the ability to get the RPC client directly such that one could send batch requests but still leverage web3 for the decoding.

The equivalent of:
curl -X POST --data \ '[{"jsonrpc":"2.0","id":"1","method":"eth_getBlockByNumber","params":["0x1b4", true]},{"jsonrpc":"2.0","id":"2","method":"eth_getBlockByNumber","params":["0x1b5", true]}]'

@kclowes
Copy link
Collaborator

kclowes commented Jul 11, 2024

Batching is done as of #3370. Closing.

@kclowes kclowes closed this as not planned Won't fix, can't repro, duplicate, stale Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants