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
Version(s) of tendermint-rs: v0.23.x
The Client::genesis() function currently returns the genesis app state as a serde_json::Value (https://github.com/informalsystems/tendermint-rs/blob/v0.23.5/rpc/src/client.rs#L232). It would be nice if the API users could decide the type of the app state.
Client::genesis()
serde_json::Value
Users are able to specify concrete types for genesis App state.
The text was updated successfully, but these errors were encountered:
AppState
genesis()
Is this exclusively relevant to v0.23.x, or should this feature still be available in newer versions of tendermint-rs?
Sorry, something went wrong.
We need this for https://github.com/informalsystems/ibc-rs/pull/1917 (so v0.23.x), but I think it will be nice to have this feature in newer versions as well.
maxExpectedTimePerBlock
No branches or pull requests
Version(s) of tendermint-rs: v0.23.x
Description
The
Client::genesis()
function currently returns the genesis app state as aserde_json::Value
(https://github.com/informalsystems/tendermint-rs/blob/v0.23.5/rpc/src/client.rs#L232). It would be nice if the API users could decide the type of the app state.Definition of "done"
Users are able to specify concrete types for genesis App state.
The text was updated successfully, but these errors were encountered: