Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add docs for deprecated namespace pubsub topic #131

Closed
danisharora099 opened this issue Nov 3, 2023 · 1 comment · Fixed by #193
Closed

feat: add docs for deprecated namespace pubsub topic #131

danisharora099 opened this issue Nov 3, 2023 · 1 comment · Fixed by #193

Comments

@danisharora099
Copy link
Contributor

danisharora099 commented Nov 3, 2023

  • changes the create${xyz}Node() API to take in ShardInfo instead of a PubsubTopic
    • if shardInfo is not provided, it falls back to the DefaultPubsubTopic
  • changes the createEncoder and createDecoder API to take in ShardInfo optionally
    • if a value is not provided, the DefaultPubsubTopic is used
  • changes filter.createSubscription() to take in SingleShardInfo optionally instead of a string
    • if no shard info is passed, the DefaultPubsubTopic is used

reference: waku-org/js-waku#1697

@danisharora099
Copy link
Contributor Author

danisharora099 commented Nov 28, 2023

@LordGhostX heads up that the js-waku PR has been merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant