Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(sdk/vm): re-load iavl store from backup if empty (#2568)
This is a hack; during initialization, the iavlStore is backed up to the baseStore, and it is then recovered in Initialize if the iavlStore is found to be empty (but there's supposed to be packages inside). This is a hotfix for test4 non-validator nodes. It still requires to start up the non-validator node once, with the new changes applied, with a fresh db
- Loading branch information