Closed ljoss17 closed 4 months ago
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 https://github.com/informalsystems/hermes/issues/3589.
v0.37.0
/genesis
By adding the /genesis_chunked endpoint it will be possible to retrieve the data from multiple chunks.
/genesis_chunked
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 https://github.com/informalsystems/hermes/issues/3589.By adding the
/genesis_chunked
endpoint it will be possible to retrieve the data from multiple chunks.Definition of "done"
/genesis_chunked
endpoint