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
Testing with v0.7.0 archive inode
The exported genesis state has panic when starting a chain calling InitGenesus, got panic("code don't match codeHash")
it might relate to the ethermint recent patch PR. The code has been deleted in the evm code storage but the account codehash in the account keeper didn't change.
Solution
Suggestion by @yihuang
offline migration script to correct the evm account state
Describe the bug
Testing with v0.7.0 archive inode
The exported genesis state has panic when starting a chain calling
InitGenesus
, gotpanic("code don't match codeHash")
it might relate to the ethermint recent patch PR. The code has been deleted in the evm code storage but the account codehash in the account keeper didn't change.
Solution
Suggestion by @yihuang
offline migration script to correct the evm account state
Additional context
also relate: #635
The text was updated successfully, but these errors were encountered: