nwaku/tests
NagyZoltanPeter 7f1ea0890a
Bump nim-chornicles, nim-libp2p, nimcrypto
Bump nim-web3, nim-eth and deps - on_chain/group_manager.nim adaption
Added status-im/nim-minilru submodule required by latest nim-eth
Added nim-quic and nim-ngtcp2 as new deps of nim-libp2p
Fixing tests.

 Changes:
	modified:   .gitmodules
	modified:   tests/waku_discv5/utils.nim
	modified:   tests/waku_enr/utils.nim
	modified:   tests/waku_rln_relay/test_rln_group_manager_onchain.nim
	modified:   tests/waku_rln_relay/utils.nim
	modified:   tests/waku_rln_relay/utils_onchain.nim

        modified:   vendor/nim-chronicles
	modified:   vendor/nim-eth
	modified:   vendor/nim-http-utils
	modified:   vendor/nim-json-rpc
	modified:   vendor/nim-json-serialization
	modified:   vendor/nim-libp2p
	modified:   vendor/nim-metrics
	new file:   vendor/nim-minilru
	modified:   vendor/nim-nat-traversal
	new file:   vendor/nim-ngtcp2
	modified:   vendor/nim-presto
	new file:   vendor/nim-quic
	modified:   vendor/nim-secp256k1
	modified:   vendor/nim-serialization
	modified:   vendor/nim-stew
	modified:   vendor/nim-taskpools
	modified:   vendor/nim-testutils
	modified:   vendor/nim-toml-serialization
	modified:   vendor/nim-unicodedb
	modified:   vendor/nim-unittest2
	modified:   vendor/nim-web3
	modified:   vendor/nim-websock
	modified:   vendor/nim-zlib
	modified:   vendor/nimcrypto
	modified:   waku.nimble

        modified:   waku/common/enr/builder.nim
	modified:   waku/common/enr/typed_record.nim
	modified:   waku/common/utils/nat.nim
	modified:   waku/discovery/waku_discv5.nim
	modified:   waku/waku_rln_relay/conversion_utils.nim
	modified:   waku/waku_rln_relay/group_manager/on_chain/group_manager.nim
	modified:   waku/waku_rln_relay/rln/wrappers.nim
	modified:   waku/waku_rln_relay/rln_relay.nim
2024-10-09 01:57:51 +02:00
..
common chore: rate limit peer exchange protocol, enhanced response status in RPC (#3035) 2024-09-18 15:58:07 +02:00
factory chore: refactor relative path to better absolute (#2861) 2024-07-06 00:03:38 +02:00
incentivization chore: adding lint job to the CI (#2925) 2024-07-23 13:57:24 +03:00
node refactor: wrap peer store (#3051) 2024-09-27 18:16:46 +05:30
resources Generic re-style with nph 0.5.1 (#2396) 2024-03-16 00:08:47 +01:00
testlib chore: test peer connection management (#3049) 2024-09-24 18:20:29 +02:00
waku_archive chore: Optimize store (#3061) 2024-10-01 23:36:03 +02:00
waku_archive_legacy chore: Optimize hash queries with lookup table (#2933) 2024-08-08 21:46:08 +02:00
waku_core chore: deprecating pubsub topic (#2997) 2024-09-10 15:07:12 -06:00
waku_discv5 Bump nim-chornicles, nim-libp2p, nimcrypto 2024-10-09 01:57:51 +02:00
waku_enr Bump nim-chornicles, nim-libp2p, nimcrypto 2024-10-09 01:57:51 +02:00
waku_filter_v2 chore: rate limit peer exchange protocol, enhanced response status in RPC (#3035) 2024-09-18 15:58:07 +02:00
waku_keystore test(rln): Implement rln tests (#2639) 2024-08-02 16:43:22 +02:00
waku_lightpush feat: DOS protection of non relay protocols - rate limit phase3 (#2897) 2024-07-16 15:46:21 +02:00
waku_peer_exchange chore: rate limit peer exchange protocol, enhanced response status in RPC (#3035) 2024-09-18 15:58:07 +02:00
waku_relay chore: deprecating pubsub topic (#2997) 2024-09-10 15:07:12 -06:00
waku_rln_relay Bump nim-chornicles, nim-libp2p, nimcrypto 2024-10-09 01:57:51 +02:00
waku_store feat: store resume (#2919) 2024-07-30 07:23:39 -04:00
waku_store_legacy chore: Better timing and requestId detail for slower store db queries (#2994) 2024-08-29 22:56:14 +02:00
waku_sync feat: Nwaku Sync (#2403) 2024-08-13 07:27:34 -04:00
wakunode2 fix: setting up node with modified config (#3036) 2024-09-16 16:30:38 +03:00
wakunode_rest chore: use submodule nph in CI to check lint (#3027) 2024-09-11 11:51:42 +10:00
all_tests_common.nim feat(coverage): Add simple coverage (#2067) 2023-09-27 15:53:23 +02:00
all_tests_waku.nim chore: Simplification of store legacy code (#2931) 2024-07-30 14:05:23 +02:00
all_tests_wakunode2.nim feat(coverage): Add simple coverage (#2067) 2023-09-27 15:53:23 +02:00
nim.cfg chore: refactor relative path to better absolute (#2861) 2024-07-06 00:03:38 +02:00
postgres-docker-compose.yml feat: Postgres partition implementation (#2506) 2024-03-06 20:50:22 +01:00
test_all.nim Generic re-style with nph 0.5.1 (#2396) 2024-03-16 00:08:47 +01:00
test_helpers.nim Generic re-style with nph 0.5.1 (#2396) 2024-03-16 00:08:47 +01:00
test_message_cache.nim chore: refactor relative path to better absolute (#2861) 2024-07-06 00:03:38 +02:00
test_peer_manager.nim refactor: wrap peer store (#3051) 2024-09-27 18:16:46 +05:30
test_peer_storage.nim chore: refactor relative path to better absolute (#2861) 2024-07-06 00:03:38 +02:00
test_peer_store_extended.nim refactor: wrap peer store (#3051) 2024-09-27 18:16:46 +05:30
test_relay_peer_exchange.nim chore: deprecating pubsub topic (#2997) 2024-09-10 15:07:12 -06:00
test_utils_compat.nim chore: refactor relative path to better absolute (#2861) 2024-07-06 00:03:38 +02:00
test_waku_dnsdisc.nim refactor: wrap peer store (#3051) 2024-09-27 18:16:46 +05:30
test_waku_enr.nim chore: deprecating pubsub topic (#2997) 2024-09-10 15:07:12 -06:00
test_waku_keepalive.nim chore: refactor relative path to better absolute (#2861) 2024-07-06 00:03:38 +02:00
test_waku_keystore.nim chore: refactor relative path to better absolute (#2861) 2024-07-06 00:03:38 +02:00
test_waku_keystore_keyfile.nim chore: refactor relative path to better absolute (#2861) 2024-07-06 00:03:38 +02:00
test_waku_metadata.nim chore: refactor relative path to better absolute (#2861) 2024-07-06 00:03:38 +02:00
test_waku_netconfig.nim chore: refactor relative path to better absolute (#2861) 2024-07-06 00:03:38 +02:00
test_waku_noise.nim chore: refactor relative path to better absolute (#2861) 2024-07-06 00:03:38 +02:00
test_waku_noise_sessions.nim chore: refactor relative path to better absolute (#2861) 2024-07-06 00:03:38 +02:00
test_waku_protobufs.nim chore: refactor relative path to better absolute (#2861) 2024-07-06 00:03:38 +02:00
test_waku_rendezvous.nim chore: refactor relative path to better absolute (#2861) 2024-07-06 00:03:38 +02:00
test_waku_switch.nim chore: refactor relative path to better absolute (#2861) 2024-07-06 00:03:38 +02:00
test_wakunode.nim chore: deprecating pubsub topic (#2997) 2024-09-10 15:07:12 -06:00
test_wakunode_lightpush.nim chore: deprecating pubsub topic (#2997) 2024-09-10 15:07:12 -06:00