Replies: 2 comments
-
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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