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

fix(local-ic): multiple ics, faster relayer #1235

Merged
merged 14 commits into from
Oct 30, 2024
Merged

Conversation

Reecepbcups
Copy link
Member

@Reecepbcups Reecepbcups commented Aug 24, 2024

Summary

Timewave has been using local-interchain extensively and has come across some issues. This PR resolves those.

✅ Issue 1 - Multiple ICS chains

When building multiple ICS chains, local-ic improperly only set the last consumer found, not all.

This is resolved as I forgot to iterate each consumer, as the parent for loop would not do that (just the providers). Leading to only the last consumer being setup.

✅ Issue 2 - Fast Chains

They want to run chains fast, and the relayer can not keep up. Added MinLoopDuration from upstream go rly -> here with env override for faster or slower (default 50ms). No userspace config changes required

Copy link

vercel bot commented Aug 24, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
interchaintest-docs ⬜️ Ignored (Inspect) Visit Preview Oct 30, 2024 8:07pm

@Reecepbcups Reecepbcups changed the title fix(local-ic): Multiple ICS chains fix(local-ic): multiple ics, faster relayer Aug 24, 2024
@Reecepbcups Reecepbcups marked this pull request as ready for review August 25, 2024 17:29
@Reecepbcups Reecepbcups requested a review from a team as a code owner August 25, 2024 17:29
dockerutil/image.go Show resolved Hide resolved
local-interchain/chains/README.md Outdated Show resolved Hide resolved
Comment on lines +157 to +160
{
"key": "app_state.feemarket.params.enabled",
"value": false
},
Copy link
Member Author

Choose a reason for hiding this comment

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

breaks relayer without turning off

@Reecepbcups Reecepbcups enabled auto-merge (squash) October 30, 2024 07:06
@Reecepbcups Reecepbcups merged commit f20ce5a into main Oct 30, 2024
20 checks passed
@Reecepbcups Reecepbcups deleted the reece/localic-fixes branch October 30, 2024 20:23
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.

2 participants