We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/genesis_chunked
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.
v0.37.0
/genesis
By adding the /genesis_chunked endpoint it will be possible to retrieve the data from multiple chunks.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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
endpointThe text was updated successfully, but these errors were encountered: