-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update downgrade-upgrade test (#3315)
# Motivation The downgrade-upgrade test needs to be able to verify that accounts are preserved across schema updates. # Changes - Make it possible to specify a wasm to downgrade to. This way the test can be run with a wasm that implements the future schema `S0.early` and another, `undefined.late` that is not yet in production. - Get account data; this was already present but commented out as prod did not have account data in a stable, usable form. # Tests <!-- Please provide any information or screenshots about the tests that have been done --> # Todos - [x] Add entry to changelog (if necessary). --------- Co-authored-by: Max Murphy <[email protected]>
- Loading branch information
Showing
3 changed files
with
17 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ ICP | |
schemas | ||
WASM | ||
Wasm | ||
Wasms | ||
OWASP | ||
< | ||
> | ||
|
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