avoid extra space

This commit is contained in:
Gabriel mermelstein 2024-08-29 15:06:47 -06:00
parent 0c33633427
commit 75cc197a2f
No known key found for this signature in database
GPG Key ID: 82B8134785FEAE0D

View File

@ -4,14 +4,12 @@ hide_table_of_contents: true
sidebar_label: Upgrade Instructions
---
If you are currently using Nwaku and are running on an old version and want to upgrade your node, please follow the below migration instructions for each release newer than your current running version
import { AccordionItem } from '@site/src/components/mdx'
<AccordionItem title="v0.31.0">
Named sharding was deprecated in this version. This means that pubsub topics will only be supported if they comply with the static sharding format:
If you are currently using Nwaku, are running an old version and want to upgrade your node, please follow the below migration instructions for each release newer than your current running version
/waku/2/rs/<CLUSTER_ID>/<SHARD_ID>
<AccordionItem title="v0.31.0">
Named sharding was deprecated in this version. This means that pubsub topics will only be supported if they comply with the static sharding format: /waku/2/rs/<CLUSTER_ID>/<SHARD_ID>
In order to migrate your existing application, you need to:
1. Make sure that your clients are sending messages to pubsub topics in the required format