fryorcraken
d27db21ba5
fix: do not use waku test fleet as default bootstrap ( #2312 )
...
The waku test fleet is unstable and should not be used as boostrap.
The issue is that DNS Discovery looks for "2" nodes and stop there. Meaning that if those "discovered" nodes are not reachable (ie, coming from test suite). js-waku does not connect.
2025-03-20 16:32:27 +01:00
Sasha
0263cb80c5
fix: improve node bootstrapping ( #2121 )
...
* fix: improve node bootstrapping
* implement dns discovery on failed dials
* update const to match RFC
* up
2024-09-06 01:10:54 +02:00
gabrielmer
08fc2d133a
chore: changing default pubsub topic to its static sharding version ( #2083 )
...
* changing default pubsub topic to its static sharding version
* keeping RFC's Waku Message test vectors
* reverting change in changelog
* setting pubsub topic when creating nwaku node
* adding shardInfo to runMultipleNodes call
* adding shardInfo to runMultipleNodes call in lightpush tests
* add pubsub topics to nwaku.start
* get rid of it.only that remained
* fixing compliance tests
* setting clusterId to 0
* removing unnecessary fix
* adding shardInfo when creating nodes
* fixing wait for remote peer tests
* fixing peer exchange test
* refactor
* removing unnecessary variable
* feat: create default shard info, update tests (#2085 )
* feat: create default shard info, update tests
* add link
* fix tests
* remoe only
* up tests
* up test
---------
Co-authored-by: Sasha <118575614+weboko@users.noreply.github.com>
2024-07-26 00:21:52 +02:00
Sasha
2b02f829c2
chore: throw if more than one network config is passed ( #2056 )
...
* chore: throw if more than one network config is passed
* up
* update init
* up message
* improve project structure
* address nit
2024-07-19 19:35:00 +02:00