You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msgId configuration is defined here and can be influenced by msgIdFn options passed to GossipSub class.
If not passed depending on Sign policy it will use one of pre-defined implementations. In our case for StrictNoSign it will be this one which is essentially sha256.
For nwaku we use sha256 as defined here and the same goes for go-waku
Hereby I declare implementations are on the same page. 📜
UPD: to prevent potential problem if ChainSafe stops using sha256 for StrictNoSign we can define option for PubSub on our side.
This is a investigation request
Problem
See waku-org/nwaku#1556
Proposed Solutions
Understand what is done in js-waku and ensure it's aligned with go-waku and nwaku.
Notes
The behaviour is most likely inherited from
@ChainSafe/libp2p-gossipsub
and it's unclear whether we can override it.The text was updated successfully, but these errors were encountered: