Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix storage health check in Cadence 1.0 migration
Currently, storage health check always fails with "slabs not referenced from account storage" because storage maps are not loaded in Cadence runtime storage even though payloads are loaded. This commit fixes this problem by loading storage map explicitly after loading payloads in storage.
- Loading branch information