-
Notifications
You must be signed in to change notification settings - Fork 54
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
Rln-Relay: Persisting rln credentials #1021
Comments
@staheri14 You can track the pull request associated with this issue here: |
The nimbus key-store is a potential solution for this problem. |
As @staheri14 has pointed out, the idea is to use the same Keystore implementation as nimbus uses.
At first, seems that depends on nimbus-specific types (e.g., Added to that, I foresee that @s1fr0 review will be very valuable during this code porting/integration. |
With the implementation of Web3 Secure Storage keyfiles, merged with #1285, this issue can be closed. |
In the dynamic/onchain mode of waku rln relay, generated rln credentials are not being persisted. As such, the wakunode create, registers, and uses a new set of credentials for each run. While this does not cause a serious problem during dogfooding on a testnet, it causes fund loss due to unnecessary re-registration to the group.
This issue is to implement necessary mechanism to properly persist and resue rln credetnials across multiple runs.
The text was updated successfully, but these errors were encountered: