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

When creating a client, make max-clock-drift configurable #1369

Merged
merged 4 commits into from
Jan 9, 2024

Conversation

boojamya
Copy link
Contributor

Closes #1307

This PR adds a flag to allow users to specify a max_clock_drift value for a client or pair of clients

If the flag value is left blank, the default of 10 minutes will be used.

You can query the max clock drift of a client by:
chaind q ibc client state <client-id> | grep "max_clock_drift"

@boojamya boojamya marked this pull request as ready for review December 21, 2023 18:28
Copy link
Member

@jtieri jtieri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes look straightforward enough!

@boojamya boojamya merged commit caf9d52 into main Jan 9, 2024
19 checks passed
@boojamya boojamya deleted the dan/clock-drift branch January 9, 2024 23:12
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

Successfully merging this pull request may close these issues.

Make MaxClockDrift configurable
2 participants