Skip to content

Commit

Permalink
new formatting attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmer committed Aug 29, 2024
1 parent 556a4aa commit 47d22ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ 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:

`/waku/2/rs/<CLUSTER_ID>/<SHARD_ID>`

/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
2. When running a node with the `--pubsub-topic` CLI flag, the values provided should compy with the static sharding format
Expand Down
2 changes: 1 addition & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const sidebars = {
"guides/nwaku/config-options",
"guides/nwaku/configure-nwaku",
"guides/nwaku/faq",
"guides/nwaku/migrate-version",
"guides/nwaku/upgrade-instructions",
{
type: "html",
value:
Expand Down

0 comments on commit 47d22ee

Please sign in to comment.