-
Notifications
You must be signed in to change notification settings - Fork 52
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 to waku fleet #2519
Conversation
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.
LGTM!
2340991
to
c28db6d
Compare
7bb06d5
to
b01d495
Compare
You can find the image built from this PR at
Built from c8b2050 |
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.
LGTM! Great work! 💯
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.
Very nice thanks!
Left some comments.
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.
Approve with little nitpick.
..and a question: While we have this https://fleets.status.im/ but wouldn't it be possible to store all these hard coded addresses in a git repository with some script could be used to retrieve the necessary set of addresses and store in env variables to be used within our apps?
Such solution would give flexibility and automation for using the necessary fleet without such hard coding.
WDYT? cc:@SionoiS @Ivansete-status @gabrielmer @jm-clius
@NagyZoltanPeter, I admire your idea to extract hardcoded links and use https://fleets.status.im Status Desktop and Mobile already do it. They store a copy of json in repo and update it with make target. But this is out of the scope of this PR, I just want to replace the old references. |
fed06c0
to
b609ec5
Compare
@SionoiS, @NagyZoltanPeter, @Ivansete-status, some CI jobs are failing. |
At first glace -> |
@yakimant: Yes, @SionoiS is right. In commit: b609ec5 there is a missing closing apostrophe. First of all it will be hard to merge in this way due to the nph formatting recently applied to the complete nwaku nim code base. |
@yakimant: Did you start a rebase to latest origin/master? If so it has not been finished. |
@NagyZoltanPeter, thanks for fixing my stupid mistakes! As for |
Surely, but I did not know what exactly would be the correct expected result, while the test was just about to decode ENR properly. |
I launched a re-run. Seams like flaky tests except, 1 test in the js interop failed with a shard error. |
Seems much better now.
As this error exists in general for other PR's CI jobs, @yakimant I think you can now merge this change!!! |
2b630d4
to
18a0535
Compare
No description provided.