-
Notifications
You must be signed in to change notification settings - Fork 60
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
discv5+DNS: consolidating ENR information #915
Comments
This was referenced Mar 27, 2022
This was referenced May 4, 2022
This was also seen as a partial blocker during js-waku<>nwaku peer-exchange interop testing as |
This could be a dependency for #1475 |
This issue is addressed in #1512 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background
Currently
nwaku
builds two separate ENRs (in case discv5 is active) holding separate information.One when initializing a waku node, and another one when initializing the discv5 subsystem.
The former might contain a DNS multiaddress, while the latter contains the UDP port necessary for discv5.
Goal / Motivation
Both ENR instances should contain the union of their respective current information.
non-goals of this issue
For now, the discv5 subsystem holds a separate ENR instance. This issue does not propose consolidating both into a single ENR instance, as that would require more refactoring.
We might address that in the future though.
cc @jm-clius @richard-ramos
Acceptance criteria
The text was updated successfully, but these errors were encountered: