Closed gabrielmer closed 2 months ago
We currently modify a copy of our configurations when initializing a node in https://github.com/waku-org/nwaku/blob/1713f562353476235a2076941775a1f150d7c615/waku/factory/waku.nim#L104-L106
However, we don't use this modified configuration when setting up the protocols and initializing the node, which causes mismatches between them.
Added a fix to use the same version of the configuration at thewakunode2 application layer.
wakunode2
You can find the image built from this PR at
quay.io/wakuorg/nwaku-pr:3036
Built from f081254f0749515b51650890c2ef1a7ecc6fbdec
Description
We currently modify a copy of our configurations when initializing a node in https://github.com/waku-org/nwaku/blob/1713f562353476235a2076941775a1f150d7c615/waku/factory/waku.nim#L104-L106
However, we don't use this modified configuration when setting up the protocols and initializing the node, which causes mismatches between them.
Added a fix to use the same version of the configuration at the
wakunode2
application layer.Changes
wakunode2