cosmos / cosmos-sdk

:chains: A Framework for Building High Value Public Blockchains :sparkles:
https://cosmos.network/
Apache License 2.0
6.28k stars 3.64k forks source link

[Bug]: Consensus error, but node continues to run normally and produce blocks. #22625

Open fiamma-builder opened 3 days ago

fiamma-builder commented 3 days ago

Is there an existing issue for this?

What happened?

Image

Cosmos SDK Version

v0.50.9

How to reproduce?

I used the Ignite to build a chain, and the Cosmos SDK version is v0.50.9. Image

I deployed four nodes on Amazon Web Services, and these nodes used private IP addresses as their seed nodes. After the network started, there were no error messages at first, but after running for some time, such log information appeared, but the network continued to run normally and produce blocks as usual.

tac0turtle commented 15 hours ago

thank you for the issue. Did you add in any custom modules?

fiamma-builder commented 9 hours ago

thank you for the issue. Did you add in any custom modules?

https://github.com/fiamma-chain/fiamma/blob/main/app/babylon.go My project does indeed depend on an external Babylon module, but I did not modify the consensus module code, just normally wrote my business logic

tac0turtle commented 2 hours ago

does the babylon code introduce any vote extensions? this issue is with consensus less so cosmos sdk but we can help

fiamma-builder commented 2 hours ago

The Babylon module code we introduced has not included any voting extensions; here is the link to its repository. https://github.com/babylonlabs-io/babylon-sdk