Skip to content

fix(strato-up): support macOS local startup#6572

Open
kjameslubin wants to merge 1 commit intodevelopfrom
fix/strato-up-macos-local-startup
Open

fix(strato-up): support macOS local startup#6572
kjameslubin wants to merge 1 commit intodevelopfrom
fix/strato-up-macos-local-startup

Conversation

@kjameslubin
Copy link
Copy Markdown
Contributor

Summary

  • make strato-up handle the macOS local startup path instead of requiring manual Docker and convoke steps
  • inject --apiIPAddress=0.0.0.0 for new macOS nodes unless the user already supplied an explicit API bind address
  • start Docker from the wrapper and run convoke --no-docker, while keeping strato-down able to stop both processes and containers

Test plan

  • run strato-up mynode --network=helium from a clean node directory on macOS
  • verify http://localhost:3000/eth/v1.2/metadata responds after startup
  • verify http://localhost:8081/_ping returns pong
  • run strato-down mynode and verify the API, nginx, and Docker services stop

Made with Cursor

Use a macOS-safe API bind address for new nodes and have the wrapper manage Docker separately so `strato-up` remains a one-command local launch path.

Made-with: Cursor
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.

1 participant