You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when a prospective participant joins a multisig group then all of the state of the current multisig group is not replicated to the new participant's LMDB database. This prevents the new member from using any registries or credentials the multisig group has created. The lack of registry replication has been known for some time.
The feature request is the following:
On joining a multisig group a participant, whether single sig or multisig, should receive the following from the multisig group members:
All key event logs (similar to what kli local watch and kli multisig update currently do)
All credential registries.
All ACDC credentials
All signatures, attachments, indexes, or any other cryptographic material used for the multisig group that would be considered part of the multisig group identifier state.
The text was updated successfully, but these errors were encountered:
Feature request description/rationale
Request Rationale
Currently when a prospective participant joins a multisig group then all of the state of the current multisig group is not replicated to the new participant's LMDB database. This prevents the new member from using any registries or credentials the multisig group has created. The lack of registry replication has been known for some time.
Some community members, including Nord vLEI, have hit this issue and it prevents effective scaling of their multisig groups after those groups have created registries or issued credentials. See keria issue #316 (Joined member of multisig can't access registries) for some details and the linked issue KERIA #283 (Feature request: a way for a multisig member to catch up updates).
Specific Request
The feature request is the following:
On joining a multisig group a participant, whether single sig or multisig, should receive the following from the multisig group members:
kli local watch
andkli multisig update
currently do)The text was updated successfully, but these errors were encountered: