Skip to content

Commit

Permalink
docs: clarification on adding the ability to convert issuers
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Hibbert committed Mar 1, 2024
1 parent 0a87b88 commit d4fdd43
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/ERTP/src/types-ambient.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,10 @@
* upgradeIssuerKit defaults to the predecessor's `RecoverySetsOption` state, or
* `'hasRecoverySets'` if none.
*
* At this time, a `'noRecoverySets'` predecessor cannot be upgraded to a
* `'hasRecoverySets'` successor. If it turns out this transition is needed, it
* can likely be supported in a future upgrade.
* At this time, issuers started in one of the states (`'noRecoverySets'`, or
* `'hasRecoverySets'`) cannot be converted to the other on upgrade. If this
* transition is needed, it can likely be supported in a future upgrade. File an
* issue on github and explain what you need and why.
*
* @typedef {'hasRecoverySets' | 'noRecoverySets'} RecoverySetsOption
*/
Expand Down

0 comments on commit d4fdd43

Please sign in to comment.