nwaku/tests/v2
Hanno Cornelius ab344a9dec
chore: remove Waku v1 and wakubridge code (#1874)
* chore: remove v1 code

* chore: deprecate support for v1 compatibility from JSON-RPC API

* chore: remove v1 tests from JSON-RPC suite

* chore: remove wakubridge code

* chore: remove v1 compatibility functions

* chore: remove support for v1 payloads from chat2 app

* chore: remove v1 from CI processes

* fix: lingering references to private API functions

* fix: remove v1 compat from chat2

* fix: some more lingering references in tests
2023-08-07 15:11:46 +01: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 feat: autosharding core algorithm (#1854) 2023-08-01 09:05:16 -04: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 chore(rln-relay): verify proofs based on bandwidth usage (#1844) 2023-07-07 17:28:37 +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 chore: remove Waku v1 and wakubridge code (#1874) 2023-08-07 15:11:46 +01:00
wakunode_rest feat: Rest API interface for legacy (v1) filter service. (#1851) 2023-08-04 11:34:22 +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 feat: limit relay connections below max conns (#1813) 2023-07-04 13:31:18 +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: remove Waku v1 and wakubridge code (#1874) 2023-08-07 15:11:46 +01: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