-
Notifications
You must be signed in to change notification settings - Fork 81
feat: custom waku fleet options #17806
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
base: master
Are you sure you want to change the base?
Conversation
A crash happens at the login:
It's obvious where it crashes: status-desktop/src/app/core/fleets/fleet_configuration.nim Lines 69 to 79 in 415fc79
But I'm not sure why do we even have this weird code with some hard-coded custom behaviour for prod/staging fleets. |
Jenkins Builds
|
its weird that you see crashes, when tests are green, perhaps the crash is related to macOS? |
Description
Added options to run status-desktop with a custom (e.g. local) waku fleet:
--waku-fleet
--waku-fleets-config
Usage
Start a local waku fleet:
Run status-desktop:
Create a new profile.
⚠️ This currently does not work with
LoginAccount
endpoint, as it simply does not have theWakuV2Fleet
argument (we should add it, shouldn't be difficult).