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

Add /genesis_chunked RPC endpoint #1438

Closed
1 task
ljoss17 opened this issue Jun 26, 2024 · 0 comments · Fixed by #1439
Closed
1 task

Add /genesis_chunked RPC endpoint #1438

ljoss17 opened this issue Jun 26, 2024 · 0 comments · Fixed by #1439
Labels
enhancement New feature or request

Comments

@ljoss17
Copy link
Contributor

ljoss17 commented Jun 26, 2024

Description

Current version of tendermint-rs v0.37.0 only has the /genesis endpoint, https://github.com/informalsystems/tendermint-rs/blob/v0.37.0/rpc/src/method.rs#L58.
If the genesis data is too big this will result in a error, see informalsystems/hermes#3589.

By adding the /genesis_chunked endpoint it will be possible to retrieve the data from multiple chunks.

Definition of "done"

  • /genesis_chunked endpoint
@ljoss17 ljoss17 added the enhancement New feature or request label Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant