Skip to content

Commit

Permalink
fix: small edits for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
conorsch committed Nov 12, 2024
1 parent 1b6cf05 commit 74c7d80
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion uips/uip-6.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,13 @@ When migrating, PD SHOULD, in the context of an atomic migration transaction,
- check that app version safeguard is absent, or equal to the APP_VERSION constant of the *pre-migration* version of the app crate
- write the APP_VERSION constant of the *post-migration* version of the app crate into the `app_version_safeguard` slot.

Storing the post-migration version after the migrations are performed
will ensure that on the next start, the version will match that of PD.

## Backwards Compatability

This proposal is backwards compatible, because we never assume that the safeguard value is
pesent in the state.
present in the state.

## Rationale

Expand Down

0 comments on commit 74c7d80

Please sign in to comment.