-
Notifications
You must be signed in to change notification settings - Fork 287
fix: single-node lighthouse startup issue #1073
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
Conversation
Thats just fixing it for one example. |
got it, will update this PR soon |
I guess the |
You need to have it as an optional flag set under lighthouse, depending on how many participants each run has. |
@barnabasbusa I've added the required condition in the starlark file, do let me know if there are any more changes to be made |
Your PR doesn't seem to be working. |
Please only convert the pr back to |
@barnabasbusa I tested my PR with both a single participant and two participants and it seems to be working. Here are the screenshots based on which I concluded |
its not appending the target-peers=0 with 1 participant only. You can inspect the running container or run with |
@barnabasbusa I moved the logic to |
@barnabasbusa I've made changes and tested the PR, it is now appending |
@barnabasbusa I think this PR breaks existing usecases where we create only one client pair in kurtosis and connect it to a running devnet/testnet (i.e. kurtosis-sync-text). Do you think this change makes sense to fix this? #1119 |
Closes #1053