We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Suave-Geth Version: 1.12.0-stable Git Commit: 11f4230 Git Commit Date: 20231207 Architecture: arm64 Go Version: go1.20.8 Operating System: darwin
In dev mode, the HTTP-RPC server is started on the specified --http.port.
dev
HTTP-RPC
--http.port
Instead, HTTP-RPC server will always start on 8545.
suave --suave.dev --http.port 3000 The port will still start on 8545
suave --suave.dev --http.port 3000
8545
This inhibits the developer from starting the suave RPC server on a port of their choice in case port 8545 is already occupied.
The text was updated successfully, but these errors were encountered:
PR is up #125
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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, theHTTP-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.The text was updated successfully, but these errors were encountered: