You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.
Sending a transaction to a node in the testnet caused an error that halted the chain. The error message is: enterPrevote: ProposalBlock is invalid . This seems to
I have noticed that node0 has the odd "round" and node1 has the even "round"
I also see that the apphashes that the nodes are expecting are swapped
node0: Expected 1F482EDF235BF7EABA7D846C3957722A6EEE9607D3216DB41892DC9EFF65C67C, got 4E6D85124FD20EB9EFDDC03F2680D4EA508404EFAF65177FB1AA8EBAAFF0D47A"
node1: Expected 4E6D85124FD20EB9EFDDC03F2680D4EA508404EFAF65177FB1AA8EBAAFF0D47A, got 1F482EDF235BF7EABA7D846C3957722A6EEE9607D3216DB41892DC9EFF65C67C"
System info: [Include Ethermint commit, operating system name, and other relevant details]
$ ethermintd version
0.0.0-11-gca0a79f
ID=Ubuntu
RELEASE=18.04
CODENAME=bionic
DESCRIPTION="Ubuntu 18.04.5 LTS"
Error:
Sending a transaction to a node in the testnet caused an error that halted the chain. The error message is:
enterPrevote: ProposalBlock is invalid
. This seems toNode0 Log:
Node1 Log:
Tx sent:
Steps to reproduce:
emint_2nodes.zip
Expected behavior: Should generate blocks without failure to consensus
Actual behavior: Blocks remain stuck with error message
The text was updated successfully, but these errors were encountered: