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

How to run consensus and app seperately? #3542

Closed
VegeBun-csj opened this issue Jun 13, 2023 · 4 comments
Closed

How to run consensus and app seperately? #3542

VegeBun-csj opened this issue Jun 13, 2023 · 4 comments
Labels
type:request Feature request.

Comments

@VegeBun-csj
Copy link

I noticed that Ignite has encapsulated the consensus part, and after launching an app chain through Ignite, I couldn't find any modules related to consensus in the source code, only configurations related to consensus. I would like to ask, where can I find the specific module invocation for the consensus part? Is there a way for me to run the consensus and the app separately, instead of running them together as an integrated system?

@VegeBun-csj VegeBun-csj added the type:request Feature request. label Jun 13, 2023
@Pantani
Copy link
Collaborator

Pantani commented Jun 22, 2023

Hey @VegeBun-csj, with the current cosmos-sdk architecture is not possible. But maybe in the new cosmos-sdk version
v0.50.0

@VegeBun-csj
Copy link
Author

Hey @VegeBun-csj, with the current cosmos-sdk architecture is not possible. But maybe in the new cosmos-sdk version v0.50.0

why can be implement it in v0.5.0, but it is not possible in the currrent cosmos-sdk version? Are there any difference between them?

@VegeBun-csj
Copy link
Author

Does it can be split to app and consensus? like the basecoin-rs, it can run as a app and run consensus with cometbft.

@Pantani
Copy link
Collaborator

Pantani commented Jul 8, 2023

Hey @VegeBun-csj, with the current cosmos-sdk architecture is not possible. But maybe in the new cosmos-sdk version v0.50.0

why can be implement it in v0.5.0, but it is not possible in the currrent cosmos-sdk version? Are there any difference between them?

because the abci++ 2 integration

cosmos/cosmos-sdk#16473

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

No branches or pull requests

2 participants