Prem Chaitanya Prathi
accf6a2561
chore: remove metadata protocol dependency on enr, relax check when nwaku is edge node ( #3519 )
...
* remove metadata protocol dep on enr, do not disconnect peers based on shards mismatch
2025-08-13 10:48:56 +05:30
Ivan FB
005815746b
chore: bump dependencies for v0.36 ( #3410 )
...
* properly pass userMessageLimit to OnchainGroupManager
* waku.nimble 2.2.4 Nim compiler
* rm stew/shims/net import
* change ValidIpAddress.init with parseIpAddress
* fix serialize for zerokit
* group_manager: separate if statements
* protocol_types: add encode UInt32 with zeros up to 32 bytes
* windows build: skip libunwind build and rm libunwind.a inlcusion step
* bump nph to overcome the compilation issues with 2.2.x
* bump nim-libp2p to v1.10.1
2025-05-26 21:58:02 +02:00
Ivan FB
7d5eb93747
chore: Avoid double relay subscription ( #3396 )
...
* make sure subscribe once to every topic in waku_node
* start suggest use of removeValidator in waku_relay/protocol. Commented until libp2p updated.
2025-05-05 22:57:20 +02:00
Miran
6ebb49a14b
chore: fix unused and deprecated imports ( #3368 )
2025-04-11 18:20:23 +03:00
Ivan FB
df58643ea3
chore: retrieve protocols in new added peer from discv5 ( #3354 )
...
* add new unit test to validate that any peer can be retrieved
* add new discv5 test and better peer store management
* wakuPeerStore -> switch.peerStore
* simplify waku_peer_store, better logs and peer_manager enhancements
2025-04-07 12:24:03 +02:00
gabrielmer
a3cd2a1a92
chore: deprecating pubsub topic ( #2997 )
2024-09-10 15:07:12 -06:00
gabrielmer
e1518cf9ff
chore: deprecating named sharding ( #2723 )
2024-07-09 18:36:12 +03:00
Darshan K
8bfad3ab45
chore: refactor relative path to better absolute ( #2861 )
2024-07-06 00:03:38 +02:00
Álex Cabeza Romero
49dd6c1989
test(peer-and-connection-management): Implement tests ( #2566 )
...
* Implement peer and connection management tests.
* Fix multiple peers added on initialisation.
* Remove clusterId parameter from newTestWakuNode.
2024-05-13 17:25:44 +02:00
gabrielmer
a37c9ba911
fix: use await instead of waitFor in async tests ( #2690 )
2024-05-10 14:13:58 +02:00
Alvaro Revuelta
47ad0fb001
fix: fix regresion + remove deprecated flag ( #2556 )
2024-03-26 19:44:55 +01:00
Álex Cabeza Romero
33774fada0
fix(2491): Fix metadata protocol disconnecting light nodes ( #2533 )
...
* Fix metadata protocol disconnecting light nodes.
* Implement test cases.
2024-03-19 16:18:52 +01:00
Ivan FB
3ba4378cbe
Generic re-style with nph 0.5.1 ( #2396 )
2024-03-16 00:08:47 +01:00
Álex Cabeza Romero
e9d083b278
test(peer-connection-managenent): Functional Tests ( #2321 )
...
* Add simple mock mechanism.
* Implement migrations tests.
* Implement peer storage tests.
* Add simple protobuf serialisation testcase.
2024-01-05 14:49:04 +01:00