-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NNS1-3281: Decode TVL state from stable memory (#5443)
# Motivation This is the follow-up to #5431 In that PR we stored the TVL state to stable memory but we couldn't yet restore the TVL state from stable memory because we didn't have a release that made sure there was TVL state to be restored from stable memory. After the most recent upgrade we now do so we can complete the TODOs left in that PR. # Changes 1. Load TVL state from stable memory. 2. Decode loaded TVL state into canister state. # Tests 1. Remove test that checks TVL state is not decoded. 2. Update test to make sure that TVL state is decoded. # Todos - [ ] Add entry to changelog (if necessary). covered
- Loading branch information
Showing
2 changed files
with
3 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters