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

relayer support for working with pruned nodes #5

Open
omritoptix opened this issue Apr 16, 2023 · 1 comment
Open

relayer support for working with pruned nodes #5

omritoptix opened this issue Apr 16, 2023 · 1 comment

Comments

@omritoptix
Copy link
Contributor

we need to understand what are the limitations of the relayer and how much historical state does a node need to keep in order for the relayer to be able to connect to it.

@liorzilp
Copy link
Contributor

Actually, we want to avoid being in an expired state that requires an IBC proposal as happened to us before. So it should be at least the TrustingPeriod. The trusting period default is set to be 85% of the unbonding time, but can't be bigger than the UnbondingPeriod due to protocol assumptions.
Therefore, I recommend having at least the unbonding time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants