Skip to content
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

launcher: restore starter functionality to launch with l2 #545

Merged
merged 12 commits into from
Jan 29, 2025

Conversation

mplatt8
Copy link

@mplatt8 mplatt8 commented Jan 28, 2025

No description provided.

@mplatt8 mplatt8 requested a review from octobocto January 28, 2025 02:46
clients/sail_ui/lib/providers/binary_provider.dart Outdated Show resolved Hide resolved
clients/sail_ui/lib/providers/binary_provider.dart Outdated Show resolved Hide resolved
clients/sail_ui/lib/providers/binary_provider.dart Outdated Show resolved Hide resolved
clients/sail_ui/lib/providers/binary_provider.dart Outdated Show resolved Hide resolved
clients/sail_ui/lib/providers/binary_provider.dart Outdated Show resolved Hide resolved
clients/sidesail/lib/rpc/rpc_testchain.dart Outdated Show resolved Hide resolved
@octobocto
Copy link
Collaborator

needs a rabse

@mplatt8 mplatt8 force-pushed the restore-starter-launch branch from 7533988 to 38e401a Compare January 28, 2025 16:36
@mplatt8 mplatt8 force-pushed the restore-starter-launch branch from 2231559 to 9637291 Compare January 28, 2025 18:11
Comment on lines +187 to +191
final startError = canStart(binary);
if (startError != null) {
log.e('Cannot start ${binary.name}: $startError');
throw Exception(startError);
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this check is overkill imo, because it's also added as a check on the 'launch'-button.

but not a big deal, only remove it if you want

@octobocto octobocto enabled auto-merge (rebase) January 29, 2025 05:32
@octobocto octobocto merged commit 54697f5 into master Jan 29, 2025
16 of 20 checks passed
@octobocto octobocto deleted the restore-starter-launch branch January 29, 2025 05:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants