-
Notifications
You must be signed in to change notification settings - Fork 33
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
Incorrect members returned by multisig AID members endpoint when more than one group in an agent #189
Comments
I believe support for this is not currently implemented. |
I believe that is a different issue. That one describes the issue of creating a multisig AID with two members from the same agent. Notice in the repro that we create one client, i.e. keria agent, for each of the participants. |
Yes you're right. |
@pfeairheller I did some digging today and found that this is originating from keripy basing. I tried to create a reproduction unit test for it here: WebOfTrust/keripy@62348bd. I.e, creating multiple groups in the same hab yields unexpected results. |
Sorry, @lenkan I already know the cause and we are working on a much more comprehensive solution inside of KERIpy. |
Actually, closing this because it is not a KERIA issue. you can track progress here: |
See reproduction script here: lenkan/signify-ts@7261f97
Steps to reproduce:
member1
andmember2
, respectively.multisig1
with participating membersmember1
andmember2
.multisig2
with same participating membersmember1
andmember2
, add a witness or change the signing thresholds so a new prefix is generated.Expected result
The signing and rotating members should only contain
member1
andmember2
:Actual result
The signing and rotating members of group
multisig2
containsmember1
,member2
AND two entries of the groupmultisig1
: (Note: multisig1, not multisig2). Like this:The text was updated successfully, but these errors were encountered: