-
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(tests): several enrtree + static multiaddr for bootstrap #1448
Conversation
size-limit report 📦
|
bootstrap({ list: [multiAddrWithId.toString()] }), | ||
wakuDnsDiscovery( | ||
[enrTree["PROD"], enrTree["TEST"]], | ||
NODE_REQUIREMENTS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we make this value optional if not already?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good idea - addressed here: #1466
@@ -70,7 +70,6 @@ | |||
"@types/dockerode": "^3.3.17", | |||
"@types/mocha": "^10.0.1", | |||
"@types/tail": "^2.2.1", | |||
"@waku/sdk": "*", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@waku/sdk
was being init twice in devDependencies
for some reason and wasn't throwing an error 👀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it even shouldn't as the last overrides former from JS point of view, but it's interesting how it got there
This PR adds a test, and to showcase, the usage of multiple ENR trees and also the ability to add specific multiaddrs along with it.