nwaku/tests/v2
Simon-Pierre Vivier cf46fb7cf6
chore: discv5 re-org clean-up (#1823)
- Remove discv5 from node and it's builder
- Require a record to init a node (was previously using discv5 record).
- Fix various tests that assumed nodes with discv5.
- Fix ENR creation
- Fix wakubridge
- Fix networkmonitor
2023-06-28 08:57:10 -04:00
..
testlib chore: discv5 re-org clean-up (#1823) 2023-06-28 08:57:10 -04:00
waku_archive refactor(archive): Moving waku archive logic from app.nim to the archive module (#1817) 2023-06-27 13:24:31 +02:00
waku_core chore(core): move peers utils module to waku_core 2023-04-24 16:37:54 +02:00
waku_filter_v2 chore(core): rename waku_message module to waku_core 2023-04-19 13:29:23 +02:00
waku_relay feat(networking): integrate gossipsub scoring (#1769) 2023-06-06 19:28:47 +02:00
waku_rln_relay fix(rln-relay): tree race condition upon initialization (#1807) 2023-06-19 13:46:05 +05:30
waku_store refactor(archive): Moving waku archive logic from app.nim to the archive module (#1817) 2023-06-27 13:24:31 +02:00
wakunode_jsonrpc refactor(archive): Moving waku archive logic from app.nim to the archive module (#1817) 2023-06-27 13:24:31 +02:00
wakunode_rest refactor(archive): Moving waku archive logic from app.nim to the archive module (#1817) 2023-06-27 13:24:31 +02:00
test_message_cache.nim chore(core): rename waku_message module to waku_core 2023-04-19 13:29:23 +02:00
test_peer_exchange.nim chore(core): move peers utils module to waku_core 2023-04-24 16:37:54 +02:00
test_peer_manager.nim chore(networking): disconnect due to colocation ip in conn handler (#1821) 2023-06-28 09:14:11 +02:00
test_peer_storage.nim refactor(databases): Creation of the databases folder to keep the logic for sqlite and postgres (#1811) 2023-06-22 11:27:40 +02:00
test_peer_store_extended.nim bug: move canBeConnected to PeerManager and check for potential overflow (#1670) 2023-04-14 15:12:22 +02:00
test_utils_compat.nim chore(core): move utils time module to waku_core 2023-04-19 16:39:52 +02:00
test_waku_discv5.nim fix(discv5): Fixing issue that prevented the wakunode2 from starting (#1829) 2023-06-27 15:16:59 -04:00
test_waku_dnsdisc.nim chore: flatten waku v2 protocols folder 2023-04-18 15:22:10 +02:00
test_waku_enr.nim chore(core): rename waku_message module to waku_core 2023-04-19 13:29:23 +02:00
test_waku_filter.nim feat(postgresql): 1st commit to async sql (waku_archive/driver...) (#1755) 2023-05-25 17:34:34 +02:00
test_waku_keepalive.nim chore(core): move peers utils module to waku_core 2023-04-24 16:37:54 +02:00
test_waku_keystore.nim chore: flatten waku v2 protocols folder 2023-04-18 15:22:10 +02:00
test_waku_keystore_keyfile.nim chore: flatten waku v2 protocols folder 2023-04-18 15:22:10 +02:00
test_waku_lightpush.nim chore(core): rename waku_message module to waku_core 2023-04-19 13:29:23 +02:00
test_waku_noise.nim chore(core): rename waku_message module to waku_core 2023-04-19 13:29:23 +02:00
test_waku_noise_sessions.nim chore(core): rename waku_message module to waku_core 2023-04-19 13:29:23 +02:00
test_waku_peer_exchange.nim fix(discv5): Fixing issue that prevented the wakunode2 from starting (#1829) 2023-06-27 15:16:59 -04:00
test_waku_rendezvous.nim feat(wakunode2): enable libp2p rendezvous protocol by default (#1770) 2023-06-01 21:43:10 +02:00
test_waku_switch.nim refactor(node): remove deprecated constructor and extend testlib with builder 2023-04-05 16:01:51 +02:00
test_wakunode.nim feat(networking): integrate gossipsub scoring (#1769) 2023-06-06 19:28:47 +02:00
test_wakunode_filter.nim feat(postgresql): 1st commit to async sql (waku_archive/driver...) (#1755) 2023-05-25 17:34:34 +02:00
test_wakunode_lightpush.nim feat(networking): integrate gossipsub scoring (#1769) 2023-06-06 19:28:47 +02:00