-
Notifications
You must be signed in to change notification settings - Fork 42
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: Peer discovery with dynamic shards as dimension #1504
Comments
Per the research issue, can y'all verify if this is required for JSWaku and assign ownership as necessary. Thank you! |
Keeping unassigned for now as it is not clear if it belongs to auto/static sharding or should be done separately. |
For static sharding, we can assume that the shards do not change mid execution. so this issue would not be needed to deliver it. |
The latter does not apply to js-waku as it does not change the ENR, as js-waku nodes don't participate in discv5. The former will be resolved with #1756 |
Tracks work necessary to ensure that nodes can filter discovered peers according to the shards the node is currently subscribed to and for the node to update its own discoverable ENR every time its subscription set changes.
Priority: Critical for launch.
The text was updated successfully, but these errors were encountered: