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

feat(consensus): alternate engine support - gordian #1265

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

Reecepbcups
Copy link
Member

@Reecepbcups Reecepbcups commented Sep 20, 2024

Summary

To support gordian, we need an easy interface we can plug another consensus client into. On start of an application, ICT figures out which you are using (cometbft or gordian), then uses the proper Consensus Client based on that finding. As a user no extra configuration is required to use gordian, just plug in the docker image.

Context

This builds off a similar approach used in cosmos/relayer#1490 for the relayer w/ CometBFT (Gordian: cosmos/relayer#1492)

This PR builds off other work here: #1205, and #1208.

TODO

  • Get a Gordian simapp image tagged & ghcr'ed so the test can run outside local

Copy link

vercel bot commented Sep 20, 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 Sep 20, 2024 4:15pm

@Reecepbcups Reecepbcups changed the title feat: alternate consensus engine support feat(consensus): alternate engine support - gordian Sep 20, 2024
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.

1 participant