-
Notifications
You must be signed in to change notification settings - Fork 86
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
2625 port chainmanager from poc #2649
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some minor things. The main one is updating the crypto service to the latest on the isla-perf-test
branch as that uses the correct symmetric encryption.
return SigChain.lfa.invitation.generateProof(seed) | ||
} | ||
|
||
public validateProof(proof: ProofOfInvitation): boolean { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can delete validateProof
, admitUser
, and admitMemberFromInvite
. This is handled by the LFA Connection
class we use in libp2p.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are useful in testing so I'm going to leave them in for now I think
Adds basic Sigchain classes and tests
Pull Request Checklist
(Optional) Mobile checklist
Please ensure you completed the following checks if you did any changes to the mobile package: