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

chore: deps: update go-jsonrpc for batch operations #10832

Closed
wants to merge 1 commit into from

Conversation

Stebalien
Copy link
Member

Related Issues

fixes filecoin-project/ref-fvm#1047

Proposed Changes

This updates to the latest go-jsonrpc release that supports batch operations. Basically, in addition to individual requests, a client can send an array of requests and receive back an array of responses.

This should have no additional security implications as:

  1. Any timeouts apply to the entire batch.
  2. The max request size is unchanged.

The FVM team would like this as some Ethereum tools expect bulk json-rpc support.

@Stebalien Stebalien requested a review from a team as a code owner May 4, 2023 22:08
@magik6k
Copy link
Contributor

magik6k commented May 9, 2023

Pulled in #10845

@magik6k magik6k closed this May 9, 2023
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

Successfully merging this pull request may close these issues.

Support batched JSON-RPC requests in Lotus
2 participants