Replies: 3 comments 1 reply
-
We need to add clearing the following escrows (thanks Kevin) to the migration workflow: hby.db.gpwe.trim()
hby.db.gdee.trim()
hby.db.dpwe.trim()
hby.db.gpse.trim()
hby.db.epse.trim()
hby.db.dune.trim()
hby.db.qnfs.trim() |
Beta Was this translation helpful? Give feedback.
0 replies
-
It turns out the migration in |
Beta Was this translation helpful? Give feedback.
0 replies
-
The delegation ceremony changed between 1.1.x and 1.2.x in a non-backwards compatible way. Details to follow. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is the collection point describing all necessary steps to perform a migration from the v1.1.18 version of KERIpy to v1.2.0rc2+.
Relevant issue list
Upgrade Path
Witnesses steps:
kli migrate run --name {witness keystore name}
.Controller steps:
kli migrate run --name {controller keystore name}
.Relevant PRs
Witness Migration
Code Changes
keri.core.coring.Serials
->keri.core.coring.Kinds
keri.core.coring.Salter
->keri.core.signing.Salter
keri.app.delegating.Sealer
->keri.app.delegating.Anchorer
keri.app.delegating.Boatswain
->keri.app.delegating.Anchorer
FAQ
Beta Was this translation helpful? Give feedback.
All reactions