As a member of a multisig group, I want to be able to catch up with events signed by other multisig participants.
Consider a group of three members A,B,C and a signing threshold of 2
- Member A signs event X and sends exn to B
- Member B signs event X and sends exn to A
- Event X is fully signed
- How does Member C catch up, for example if event X is a credential issuance, how do they import the credential in their database?
Perhaps there is already an API for this, but I could find an example where this is used.
From discord (Kent Bull):
This exists in KERIpy as a combination of kli local watch and kli multisig update. It's definitely doable in KERIA.