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

Make RPC port number dependent on chain config #1285

Merged
merged 7 commits into from
Oct 20, 2023

Conversation

TheQuantumPhysicist
Copy link
Collaborator

@TheQuantumPhysicist TheQuantumPhysicist commented Oct 19, 2023

Fixes #1081

Besides that, I removed all websocket stuff because it didn't prove useful. It was originally added for the wallet and block production, but it seems that we don't need it.

IMPORTANT NOTE

After this is merged, the default RPC port for testnet will become 13030. This was a mistake that is now corrected. The port 3030 is reserved for mainnet, in parity with p2p's port 3031.

@TheQuantumPhysicist TheQuantumPhysicist merged commit 7131c43 into master Oct 20, 2023
31 checks passed
@TheQuantumPhysicist TheQuantumPhysicist deleted the fix/rpc_default_port branch October 20, 2023 11:00
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.

Make default RPC port binding depend on the network type
4 participants