G
|
ea8d72188e
|
feat: add keyfile support for RLN credentials secure storage (#1285)
* feat(utils): add keyfile + test
* feat(keyfile): make id and version field optional
* feat(rln): enable input password for keyfile encryption
* refactor(keyfile): store multiple keyfiles in single file
* refactor(rln): write and read rln credentials proc using keyfiles + test update
* feat(keyfile): allow skip successful decryption to iterate among multiple keyfiles + test
* fix(rln): add rln-relay-cred-password in wakunode2 config
* chore(keyfile): remove unnencessary echo
* refactor(rln/kesyore): address reviewers' comments
* refactor(rln/keyfile): use defer instead of try/finally
* feat(rln): address reviewers comments; return all successful decryptions
* chore(keyfile): add comments; changed name to loadKeyfiles
* feat(keyfile): chmod 600 for keyfiles
* fix(rln): fix errors raised by readRlnCredentials
* feat(keyfile): add nim-eth tests; address reviewers comments
* fix(keyfile/rln): better error handling
* refactor(keyfile): refactoring nim-eth tests
* fix(keyfile): fix wrong index
* fix(keyfile): fix wrong password generation in test
* feat(keyfile): add wrong mac test
Co-authored-by: Aaryamann Challani <43716372+rymnc@users.noreply.github.com>
|
2022-10-28 11:13:05 +02:00 |
Lorenzo Delgado
|
62328f0abd
|
feat(wakunode2): simplify wakunode2 config and decouple peer persistence
|
2022-10-28 00:05:02 +02:00 |
Lorenzo Delgado
|
0725da0b66
|
chore(node): waku node code reorganization
|
2022-10-27 17:29:09 +02:00 |
Lorenzo Delgado
|
bccb73c325
|
feat(store): simplify wakunode2 configuration options
|
2022-10-26 17:10:30 +02:00 |
kaiserd
|
f5ce9ce4a4
|
fix(wakunode2): no peer-exchange peer error msg
Co-authored-by: ksr <kaiserd@users.noreply.github.com>
|
2022-10-26 12:50:19 +02:00 |
kaiserd
|
c99b0a4778
|
fix: call runPeerExchangeDiscv5Loop (#1297)
|
2022-10-25 12:15:10 +02:00 |
Lorenzo Delgado
|
c19081b6ce
|
refactor(wakunode2): extract setup proc definitions from main section
|
2022-10-21 15:01:01 +02:00 |
Aaryamann Challani
|
bdb120d842
|
feat(chat2): metrics server + metrics logging (#1279)
* feat(rln-relay): periodically log metrics
* fix(chat2): enable metrics by default in chat2 config
* test(chat2): metrics, gc compilation error
* chore(metrics): make metrics a util, and import into wakunode2 apps dir
* fix(metrics): raise error
* fix(metrics): gc error
* fix(wakunode2): remove setup_metrics
* chore(metrics): waku utils metrics
* fix(metrics): create waku_metrics in node dir
* fix(metrics): log scope
* fix(chat2): disable metrics server by default
* fix(utils): collectorAsF64 proc def
* fix(metrics): store metrics path
|
2022-10-21 14:03:36 +05:30 |
Lorenzo Delgado
|
e5c3aa560e
|
feat(store): add waku store client module
|
2022-10-20 18:09:40 +02:00 |
Alvaro Revuelta
|
df6d215424
|
fix: log-level being ignored (#1272)
|
2022-10-18 18:03:43 -05:00 |
Lorenzo Delgado
|
757804c9ee
|
chore(wakunode2): move wakunode2 to apps directory
|
2022-10-18 12:35:26 -05:00 |
Lorenzo Delgado
|
5046a4b3da
|
refactor(node): split wakunode into waku_node and wakunode2
|
2022-10-18 09:05:53 -05:00 |
Lorenzo Delgado
|
5fbc537cbf
|
chore: move apps and tools to their own directory
|
2022-10-12 14:41:25 -05:00 |