-
Notifications
You must be signed in to change notification settings - Fork 43
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
refactor: keystore as a data type and store credentials into a map #675
Conversation
Jenkins BuildsClick to see older builds (60)
|
3c1e52c
to
431fcff
Compare
855e84c
to
fdb2b6d
Compare
Some things that are pending or need to be verified: |
1fb18bb
to
fc8521a
Compare
I updated this PR with the format for the key |
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.
LGTM
6629ba4
to
bbe4b12
Compare
bbe4b12
to
dfe579a
Compare
dfe579a
to
b84386b
Compare
Description
Extracts the rln keystore to be its own data type so the dynamic group manager does not have to worry about the keystore path and its existence. Also, uses the structure proposed in waku-org/nwaku#1922 (comment) and waku-org/nwaku#1922 (comment)
Changes
AppKeystore struct
rln-relay-membership-index
from wakunode and chat2GetMembershipCredentials
function