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.
System info: [Include Ethermint commit, operating system name, and other relevant details]
Steps to reproduce:
Reproduce every time
[First Step]
Deploy 4 node with ethermintd
[Second Step]
Publish some contract and call it on ethermint
[and so on...]
Restart one of nodes Expected behavior:
Node runs well Actual behavior:
panic "wrong Block.Header.AppHash" happened Additional info:
here is reference of csdb.logSize, if it not store to db, every new node will set it to zero, but for running node, csdb.logSize may not be zero, that's a difference between keep running node and restart node
System info: [Include Ethermint commit, operating system name, and other relevant details]
Steps to reproduce:
Reproduce every time
Deploy 4 node with ethermintd
Publish some contract and call it on ethermint
Restart one of nodes
Expected behavior:
Node runs well
Actual behavior:
panic "wrong Block.Header.AppHash" happened
Additional info:
here is reference of csdb.logSize, if it not store to db, every new node will set it to zero, but for running node, csdb.logSize may not be zero, that's a difference between keep running node and restart node
ethermint/x/evm/types/statedb.go
Line 213 in 9659b81
The text was updated successfully, but these errors were encountered: