Aaryamann Challani
|
d91b0bdb2b
|
chore(rln-relay): add isReady check (#1989)
* chore(rln-relay): add isReady check
* fix(rln-relay): multiple parameters for checking if node is in sync
* fix: set latesthead in newHeadCallback
* fix: explicit rpc call
* fix: unhandled exception
|
2023-09-06 14:16:19 +05:30 |
|
Aaryamann Challani
|
7c4ce7361b
|
chore(rln-relay): clean up nullifier table every MaxEpochGap (#1994)
|
2023-09-06 13:48:02 +05:30 |
|
Aaryamann Challani
|
507966c844
|
feat(relay): ordered validator execution (#1966)
* feat(relay): ordered validator execution
* fix: make more readable
* test: ignore accepts only
* fix: idempotent .subscribe
* fix(rln-relay): make validators private
Co-authored-by: Ivan Folgueira Bande <128452529+Ivansete-status@users.noreply.github.com>
* fix: include comments, unsubscribe behaviour
* fix: compilation
---------
Co-authored-by: Ivan Folgueira Bande <128452529+Ivansete-status@users.noreply.github.com>
|
2023-09-05 14:35:07 +05:30 |
|
Aaryamann Challani
|
1c18e4eff1
|
chore(rln-relay): log levels for certain logs (#1986)
|
2023-09-04 18:43:59 +05:30 |
|
Aaryamann Challani
|
8b34c4a4e6
|
chore(rln-relay): use the only key from keystore if only 1 exists (#1984)
* chore(rln-relay): use the only key from keystore if only 1 exists
* fix: convert iterator to seq and then index into it
|
2023-09-04 15:46:44 +05:30 |
|
Aaryamann Challani
|
93c79ca7f2
|
chore(rln-relay): confirm that the provided credential is correct using onchain query (#1980)
|
2023-09-04 11:22:31 +05:30 |
|
Alvaro Revuelta
|
1b96999d55
|
chore(api): validate rln message before sending (rest + rpc) (#1968)
|
2023-09-01 15:03:59 +02:00 |
|
Aaryamann Challani
|
98c9c21b31
|
fix(rln-relay): deserialization of valid merkle roots (#1973)
|
2023-08-31 13:19:43 +05:30 |
|
Aaryamann Challani
|
eeff44c9f0
|
fix(rln-relay): modify keystore credentials logic (#1956)
* fix(rln-relay): modify keystore credentials logic
fix: bump version
* Update waku/waku_rln_relay/group_manager/on_chain/group_manager.nim
Co-authored-by: Ivan Folgueira Bande <128452529+Ivansete-status@users.noreply.github.com>
* Update tests/waku_rln_relay/test_waku_rln_relay.nim
Co-authored-by: Ivan Folgueira Bande <128452529+Ivansete-status@users.noreply.github.com>
* Update waku/waku_keystore/protocol_types.nim
Co-authored-by: Ivan Folgueira Bande <128452529+Ivansete-status@users.noreply.github.com>
* fix: greatly improve error handling
* fix: display proc and appropriate assert
---------
Co-authored-by: Ivan Folgueira Bande <128452529+Ivansete-status@users.noreply.github.com>
|
2023-08-29 17:46:21 +05:30 |
|
Aaryamann Challani
|
03a311348a
|
fix(rln-relay): sync from deployed block number (#1955)
* fix(rln-relay): sync from deployed block number
* fix(rln-relay): remove option usage for ints
* fix: unnecessary decl
|
2023-08-29 13:12:13 +05:30 |
|
Aaryamann Challani
|
4ea451528f
|
fix(rln-relay): window of acceptable roots synced to rln metadata (#1953)
* fix(rln-relay): window of acceptable roots synced to rln metadata
* fix(rln-relay): s/var/let, use for loop
|
2023-08-25 23:29:17 +05:30 |
|
Aaryamann Challani
|
0566d21000
|
chore(rln-relay): integrate waku rln registry (#1943)
|
2023-08-25 22:48:52 +05:30 |
|
Aaryamann Challani
|
9c43617aba
|
fix(rln-relay): flush_interval incorrectly set (#1933)
|
2023-08-23 18:23:44 +05:30 |
|
Aaryamann Challani
|
67e44fe0c6
|
fix(rln-relay): RLN DB should be aware of chain and contract address (#1932)
|
2023-08-23 18:23:30 +05:30 |
|
Alvaro Revuelta
|
fa716d9b92
|
chore(rln): remove old and add new rln metric (#1926)
|
2023-08-22 16:30:33 +02:00 |
|
Aaryamann Challani
|
a2519906c6
|
fix(rln-relay): remove registration capability (#1916)
|
2023-08-22 11:49:18 +05:30 |
|
Alvaro Revuelta
|
6320ffb28a
|
chore(rln): run rln in all relay pubsubtopics + remove cli flags (#1917)
|
2023-08-21 08:55:34 +02:00 |
|
Aaryamann Challani
|
ce6f7e9e77
|
fix(rln-relay): invalid start index being set results in invalid proofs (#1915)
* fix(rln-relay): invalid proof usage
* fix(rln-relay): use startIndex from first event in block
* fix: latestIndex set after registerBatch
|
2023-08-18 16:38:24 +05:30 |
|
Hanno Cornelius
|
5e2e1b6bd0
|
chore: remove references to v2 (#1898)
* chore: remove references to v2
* fix: lingering rln-relay import path
|
2023-08-09 18:11:50 +01:00 |
|