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

RPC port fixed to 8545 in dev mode #124

Closed
yash-atreya opened this issue Dec 8, 2023 · 1 comment · Fixed by #125
Closed

RPC port fixed to 8545 in dev mode #124

yash-atreya opened this issue Dec 8, 2023 · 1 comment · Fixed by #125

Comments

@yash-atreya
Copy link
Contributor

System information

Suave-Geth
Version: 1.12.0-stable
Git Commit: 11f4230
Git Commit Date: 20231207
Architecture: arm64
Go Version: go1.20.8
Operating System: darwin

Expected behaviour

In dev mode, the HTTP-RPC server is started on the specified --http.port.

Actual behaviour

Instead, HTTP-RPC server will always start on 8545.

Steps to reproduce the behaviour

suave --suave.dev --http.port 3000
The port will still start on 8545

This inhibits the developer from starting the suave RPC server on a port of their choice in case port 8545 is already occupied.

@yash-atreya
Copy link
Contributor Author

PR is up #125

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 a pull request may close this issue.

1 participant