WebOfTrust / keripy

Key Event Receipt Infrastructure - the spec and implementation of the KERI protocol
https://keripy.readthedocs.io/en/latest/
Apache License 2.0
60 stars 55 forks source link

fix: update smids and rmids for group lead on new event #858

Closed kentbull closed 1 month ago

kentbull commented 2 months ago

The prior code would fix smids and rmids for all new rotation members on each rotation yet would not fix the smids and rmids for the group lead submitting the multisig event because of the early return when the serder arg is not present.

This fixes that.

Fixes: https://github.com/WebOfTrust/keripy/issues/856

kentbull commented 1 month ago

Can this be merged now given our offline chat discussing that the smids and rmids are desired state, not final state?