Closed m00sey closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.17%. Comparing base (
18d3ad7
) to head (1dd60bb
). Report is 14 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Nice, thank you! Works on my machine too.
I would say this works for the given issue and long term we should have a proper migration strategy on KERIA too for when SignifyGroupHab
etc have moved (based on https://github.com/WebOfTrust/keripy/issues/824). Otherwise it's not clear to those upgrading which cli migrate/fix scripts need to be called when - ideally a keria migrate
would migrate keripy and KERIA in a deterministic way.
Nice, thank you! Works on my machine too.
I would say this works for the given issue and long term we should have a proper migration strategy on KERIA too for when
SignifyGroupHab
etc have moved (based on WebOfTrust/keripy#824). Otherwise it's not clear to those upgrading which cli migrate/fix scripts need to be called when - ideally akeria migrate
would migrate keripy and KERIA in a deterministic way.
Good stuff @m00sey! Per Fergal comment should this PR be renamed to be similar to the branch name that is being merged, to avoid confusion? Something like "keripy 1.1.x -> 1.2.x migration SignifyGroupHab fix"?
We are collecting a good set of tools/fixes/guidance to help community members decide when they are ready to migrate.
🚀
@m00sey or @2byrds are you OK with pushing a new 0.2.0-devX docker tag with this fix? Thank you!
FYI - I have update the upgrade test repo with these changes and simplified it a little bit: https://github.com/lenkan/keria-upgrade-test
When do you think you can push the new docker tag?
@lenkan I don't think I can push an image to WebOfTrust docker. Perhaps @m00sey can? I would support a keria github action that will push a new dev image on every PR merged to main. Similar to:
In conjunction with @lenkan 's original test repo, cc @iFergal .
https://github.com/m00sey/keria-upgrade-test/tree/sig-fix
Closes #257