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
We seemed to have a working invite system, but we patched a MASSIVE BUG in crypto.ex and all the tests started failing.
To fix tests, we have inspected the output of the invite presentation credential, and hacked the test to work.
In the test we hacked, we now just compare the holder of the inner credential to its issuer. It kinda seems like a bug?..
How?
Reconstruct the logic of root invites
Reconstruct the invite fulfilling protocol
See if it's a bug
If it is, fix grant_root_invite and other invite granting facilities.
The text was updated successfully, but these errors were encountered:
Solution:
- Pattern-matched multi-proof verrification to throw into Result.err on error.
- Worked-around a failing test in invite_tests.exs, perhaps CREATING A NEW BUG!!! See #19
- Wrote a regression test to check that stuff will always work.
This is low priority because we for our products, instead of the "clubhouse" invite system, we use E-Mail sign-up. We do it because our products are b2b currently.
Why?
We seemed to have a working invite system, but we patched a MASSIVE BUG in
crypto.ex
and all the tests started failing.To fix tests, we have inspected the output of the invite presentation credential, and hacked the test to work.
In the test we hacked, we now just compare the holder of the inner credential to its issuer. It kinda seems like a bug?..
How?
grant_root_invite
and other invite granting facilities.The text was updated successfully, but these errors were encountered: