nwaku/tests/v2
Aaryamann Challani 8f66e61ac1
feat(rln-relay): group manager integration (#1496)
* feat(rln-relay): init group manager integration

fix(rln-relay): integrate group manager. todo spam and reg handlers

fix(rln-relay): decouple waku-relay and waku-rln-relay

fix(rln-relay): compiles now

fix(chat2): compilation

fix(rln-relay): wip segfault

fix(rln-relay): segfault

fix(chat2|wakunode2): use optional field

fix(rln-relay): wakunode test

fix(rln-relay): uncomment fields in proto decode

fix(rln-relay): used pragma on tests

fix(rln-relay): include cred processing

fix(rln-relay): add reg callback

fix(rln-relay): args to mount

fix(rln-relay): add timeout to waitForExit

fix(rln-relay): use osproc term instead of posix kill

fix(rln-relay): use poParentStream to prevent deadlock

fix(rln-relay): remove poParentStream, remove ganache log output

* fix(rln-relay): abstract tuple into own type
2023-02-28 19:08:30 +05:30
..
testlib feat(testlib): added global tests rng and waku2 sub-module 2023-02-13 11:43:49 +01:00
waku_archive fix: allow higher resolution timestamps (#1570) 2023-02-21 14:52:30 +02:00
waku_relay fix: remove unused imports 2023-02-13 15:02:34 +01:00
waku_store fix(tests): do not specify port number 2023-02-13 12:27:49 +01:00
wakunode_jsonrpc refactor(networking): peermanager refactor and cleanups (#1539) 2023-02-27 10:24:31 -07:00
wakunode_rest fix(jsonrpc): use padded-base64 for payload encoding 2023-02-23 09:31:06 +01:00
test_enr_utils.nim feat(testlib): added global tests rng and waku2 sub-module 2023-02-13 11:43:49 +01:00
test_message_cache.nim feat(testlib): added global tests rng and waku2 sub-module 2023-02-13 11:43:49 +01:00
test_namespacing_utils.nim refactor(wakubridge): split message compatibility from wakubridge 2023-02-10 09:54:47 +01:00
test_peer_exchange.nim fix(tests): do not specify port number 2023-02-13 12:27:49 +01:00
test_peer_manager.nim refactor(networking): peermanager refactor and cleanups (#1539) 2023-02-27 10:24:31 -07:00
test_peer_storage.nim feat(testlib): added global tests rng and waku2 sub-module 2023-02-13 11:43:49 +01:00
test_peer_store_extended.nim feat(testlib): added global tests rng and waku2 sub-module 2023-02-13 11:43:49 +01:00
test_rln_group_manager_onchain.nim feat(rln-relay): group manager integration (#1496) 2023-02-28 19:08:30 +05:30
test_rln_group_manager_static.nim feat(rln-relay): group manager integration (#1496) 2023-02-28 19:08:30 +05:30
test_rln_wrappers.nim Nim wrappers for Rln lib (Key and Params generation) (#373) 2021-02-10 12:51:41 -08:00
test_utils.nim Rln relay/membership contract (#359) 2021-02-04 12:10:25 -08:00
test_utils_compat.nim feat(testlib): added global tests rng and waku2 sub-module 2023-02-13 11:43:49 +01:00
test_utils_peers.nim chore: randomize waku tcp ports in tests 2022-11-03 14:47:56 +01:00
test_utils_time.nim fix: allow higher resolution timestamps (#1570) 2023-02-21 14:52:30 +02:00
test_waku_discv5.nim feat(testlib): added global tests rng and waku2 sub-module 2023-02-13 11:43:49 +01:00
test_waku_dnsdisc.nim feat(testlib): added global tests rng and waku2 sub-module 2023-02-13 11:43:49 +01:00
test_waku_filter.nim feat(testlib): added global tests rng and waku2 sub-module 2023-02-13 11:43:49 +01:00
test_waku_keepalive.nim fix: remove unused imports 2023-02-13 15:02:34 +01:00
test_waku_keystore.nim feat(testlib): added global tests rng and waku2 sub-module 2023-02-13 11:43:49 +01:00
test_waku_keystore_keyfile.nim feat(testlib): added global tests rng and waku2 sub-module 2023-02-13 11:43:49 +01:00
test_waku_lightpush.nim feat(testlib): added global tests rng and waku2 sub-module 2023-02-13 11:43:49 +01:00
test_waku_noise.nim feat(testlib): added global tests rng and waku2 sub-module 2023-02-13 11:43:49 +01:00
test_waku_noise_sessions.nim feat(protobuf): added error wrappers for invalid length validation 2023-02-20 15:03:32 +01:00
test_waku_peer_exchange.nim feat(testlib): added global tests rng and waku2 sub-module 2023-02-13 11:43:49 +01:00
test_waku_rln_relay.nim feat(rln-relay): group manager integration (#1496) 2023-02-28 19:08:30 +05:30
test_waku_swap.nim feat(testlib): added global tests rng and waku2 sub-module 2023-02-13 11:43:49 +01:00
test_waku_swap_contracts.nim feat(testlib): added global tests rng and waku2 sub-module 2023-02-13 11:43:49 +01:00
test_waku_switch.nim feat(testlib): added global tests rng and waku2 sub-module 2023-02-13 11:43:49 +01:00
test_wakunode.nim feat(testlib): added global tests rng and waku2 sub-module 2023-02-13 11:43:49 +01:00
test_wakunode_filter.nim fix(tests): do not specify port number 2023-02-13 12:27:49 +01:00
test_wakunode_lightpush.nim fix(jsonrpc): encode waku messages payload in base64 (#1139) 2023-02-14 09:19:06 +01:00
test_wakunode_rln_relay.nim feat(rln-relay): group manager integration (#1496) 2023-02-28 19:08:30 +05:30
test_web3.nim Improvement/bridge improvements (#429) 2021-03-23 10:04:51 +02:00