-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Joined member of multisig can't access registries #316
Comments
@m00sey and @Arsh-Sandhu maybe you can help us know how this is done in KERIA/keripy? Perhaps there are scripts to update the underlying database? Any inspiration is welcome. |
@Arsh-Sandhu will add details for how he did this here |
To migrate an existing registry of the multisig AID to the wallet of a newly added member, follow these steps:
|
You are a gem @Arsh-Sandhu ! |
@Arsh-Sandhu I just tried this and I'm not really sure which endpoint this will invoke. |
@daviddm we used KERIA v1.1. This endpoint is also in the latest code of |
There’s no way for a new member in a multisig to catch up with all previously created registry in a multisig.
version: Current stable release latest/0.2.0-dev4 (2024-11-05)
I’ve created a test case to highlight that there’s no functionality for a multisig to extend or change their members and continue normal issuance operations.
Steps to reproduce
Expected result
Member C gets a list with registries belonging to the multisig.
Actual result
Member C gets an empty list of registries for the multisig.
Reproduction
https://github.com/nordlei/vlei-sandbox/blob/multisig-join-credential/src/issues/multisig-join-registry-problem.test.ts
Related
#283
The text was updated successfully, but these errors were encountered: