Prem Chaitanya Prathi
Prem Chaitanya Prathi
**Weekly Update** - _achieved_: provided a short-term approach to address message send/receive issues during disconnections, intiated discussions in nimbus and vac channels to find out possible approaches being used in...
Based on suggestion above by @arnetheduck and further discussions in [discord channel](https://discord.com/channels/613988663034118151/636230707831767054/1179799787109888020) following is the summary: - Waku relay (in turn gossipsub) similar to TCP or any other transport protocol...
@romanzac CI seems to be failing, we will have to fix that. One more comment and once both of these are fixed, we can merge .
> > @romanzac CI seems to be failing, we will have to fix that. > > One more comment and once both of these are fixed, we can merge ....
Maybe @richard-ramos know whats happening with CI.
Why is this branch showing soo much diff with master? Let us not merge when diff is like this..it means the git tree is probably messed up. Ideally, we should...
> > Why is this branch showing soo much diff with master? Let us not merge when diff is like this..it means the git tree is probably messed up. Ideally,...
As per discussion here, waku has a special case where each time a wakunode is restarted or in status desktop case a user logs out and logs in a new...
Refer https://github.com/waku-org/go-waku/issues/852 as well during discussion
You are using cluster 0 which means the node will be subscribed to default pubsubTopic which doesn't follow sharding format. Later you are subscribing the node to sharded topics. This...