-
Notifications
You must be signed in to change notification settings - Fork 161
fix panic when start a node with snapshot #673
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A better alternative is to update the evm.NewKeeper
constructor to return a pointer of the keeper and pass that to the app and the module manager.
Agree with you |
evm: reset cache after csdb is committed (cosmos#676)
@fedekunze I have finished the change by your point |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Can you add a changelog bugfix entry?
Done |
Seems that |
test-importer has been fixed but run test action failed because of github throw an internal error |
Done |
Closes: #672
Description
For contributor use:
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerFor admin use:
WIP
,R4R
,docs
, etc)