Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

default json http rpc port has changed in 0.9.43 #7363

Closed
bb4L opened this issue Jun 14, 2023 · 3 comments
Closed

default json http rpc port has changed in 0.9.43 #7363

bb4L opened this issue Jun 14, 2023 · 3 comments

Comments

@bb4L
Copy link

bb4L commented Jun 14, 2023

i'm running nodes with the docker image

example log from 0.9.41:

2023-06-14 07:57:39 Running JSON-RPC HTTP server: addr=0.0.0.0:9933, allowed origins=["*"]    

example log from 0.9.43:

2023-06-14 07:59:49 Running JSON-RPC server: addr=0.0.0.0:9944, allowed origins=["*"]    
@nuaays
Copy link

nuaays commented Jun 14, 2023

+1

@bkchr
Copy link
Member

bkchr commented Jun 14, 2023

AFAIK http and ws are now provided using one port. Is that correct @niklasad1?

@niklasad1
Copy link
Member

niklasad1 commented Jun 14, 2023

AFAIK http and ws are now provided using one port. Is that correct @niklasad1?

Yes, both HTTP and WS are enabled on the JSON-RPC server and it's running on 9944 by default.

Thus, the dedicated HTTP server has been removed (the changelog could been a bit verbose regarding that) but it states that the CLI flags has breaking changes to indicate that.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants