WebOfTrust / keria

KERI Agent in the cloud
https://keria.readthedocs.io/en/latest/
Apache License 2.0
18 stars 29 forks source link

fix: pass smids and rmids to SignifyGroupHab rotate #243

Closed iFergal closed 4 months ago

iFergal commented 4 months ago

The SignifyGroupHab in keripy saves smids and rmids so the values must be passed from Signify calls.

Otherwise when running multisig.test.ts in Signify-TS, smids and rmids kept getting set to None after the rotation, breaking the test. Now passes with this change (though more are still failing).

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.03%. Comparing base (caad67b) to head (c2f92e9). Report is 9 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #243 +/- ## ========================================== + Coverage 92.82% 93.03% +0.21% ========================================== Files 37 37 Lines 6982 7021 +39 ========================================== + Hits 6481 6532 +51 + Misses 501 489 -12 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.