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

IBC chain genesis parameters #102

Open
blewater opened this issue Jul 21, 2021 · 0 comments
Open

IBC chain genesis parameters #102

blewater opened this issue Jul 21, 2021 · 0 comments
Labels
enhancement New feature or request IBC Related to IBC development and operational rollout. integration

Comments

@blewater
Copy link
Contributor

The IBC scripts and documentation change and/or advocate for these genesis parameters modifications:

    sed -i 's#"172800s"#"200s"#g' node$i/config/genesis.json
    sed -i 's/timeout_commit = "5s"/timeout_commit = "1s"/g' node$i/config/config.toml
    sed -i 's/timeout_propose = "3s"/timeout_propose = "1s"/g' node$i/config/config.toml
    sed -i 's/index_all_keys = false/index_all_keys = true/g' node$i/config/config.toml

The chain must have a large value for staking.params.historical_entries. The default is "10000" and this should work with "1000", but no relayer will work if it is set to 0.

@blewater blewater added enhancement New feature or request integration IBC Related to IBC development and operational rollout. labels Jul 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request IBC Related to IBC development and operational rollout. integration
Projects
None yet
Development

No branches or pull requests

2 participants
@blewater and others