-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Cosmos-SDK wrong Block.Header.LastResultsHash #12583
Comments
hey, thanks for the issue, what app are you using? |
This looks familiar, what OS are you running on your nodes? I had the same issue when starting a node on my Macbook: #11726 |
@marbar3778 it means my starlink based application |
@facundomedica mac os , arm64. i'm not sure it related to arm64, because on other device (not mac and not arm64) i see same issue |
@silverstr89 Could you list your nodes and which archs are each one? (if possible, I assume it's a testnet). Also, what other device has this issue? Does it happens at the same block height? I'm pretty sure that is related to the issue I linked, so if the nodes are in different architectures, you will definitely see this bug. For a detailed explanation check here: #11726 |
this usually means there is a gas issue in your app causing non deterministic usage of gas |
attempt at fixing potential gas issues in consensus: cosmos/cosmos-sdk#12583 --------- Signed-off-by: Devon Bear <[email protected]>
Summary of Bug
it really blows my mind, don't understand how to resolve it.
i getting error
when i trying to connect p2p.
also tried to reset data, and delete it all - nothing helps.
could you tell me to what direction need to think?
Version
v0.44.5
Steps to Reproduce
appd start --p2p.persistent_peers
For Admin Use
The text was updated successfully, but these errors were encountered: