-
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
chore: switch wakuv2 fleet to waku #1910
Conversation
packages/enr/src/enr.spec.ts
Outdated
# TODO: wakuv2 is being decomissioned. What to do with such addresses? | ||
const wsMultiaddr = multiaddr( | ||
"/dns4/node-01.do-ams3.wakuv2.prod.statusim.net/tcp/8000/wss" | ||
); |
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.
thanks for this @yakimant!
We'll have to change the tests to account for the new addr(s). I'm happy to add commits to this PR to refactor these
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.
Perhaps this warrants a larger discussion:
Considering these fleets now run The Waku Network, we should refactor not only the tests, but also the docs, to make this the new default
cc @waku-org/js-waku-developers
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.
A, it's just a test psec. Let me try.
For example "/dns4/node-01.do-ams3.wakuv2.prod.statusim.net/tcp/8000/wss"
will be "/dns4/node-01.do-ams3.waku.sandbox.statusim.net/tcp/8000/wss"
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.
@danisharora099, done. Acn you please review again?
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.
@danisharora099, done. Acn you please review again?
The CI checks seem to be failing. Can you take another look? Let me know if you need any help!
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.
@danisharora099, can you please have a look at the 2 issues below.
Looks like I need to do smth with @waku/dns-discovery
and protobuf.
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 addressed
- the
dns-discovery
issue here: chore: remove stale references to deprecated packages #1936 - the protobuf issue here: chore: upgrade protons + commit new proto code #1898
One issues from CI:
Which are taken from
Which is taken from Which is taken from I wonder, how can we update the dns-discovery (and maybe other packages) with new names? |
2e0e16a
to
c5786be
Compare
Second issue is
|
c5786be
to
f09558e
Compare
size-limit report 📦
|
34ebf8b
to
f638883
Compare
a42032a
to
048f6c7
Compare
See status-im/infra-nim-waku#91 for details
Mostly done automatically. Some parts manually.
I've added some TODO comments to the addresses, which I don't know how to fix.