This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 378
RPC port default behavior changed #2529
Comments
IMO this is really dangerous for Parachain RPC node operators who have not have set an explicit port in flags (ie. most users) as this will direct RPC traffic to the Relay-chain node. It will also be hard to troubleshoot for them as it will initially appear to work but return the wrong data. Please hold off the release until it is fixed. |
3 tasks
hmm, weird lemme have a look at it. EDIT: So, either change to |
This was referenced May 6, 2023
Merged
PierreBesson
added a commit
to paritytech/helm-charts
that referenced
this issue
May 8, 2023
PierreBesson
added a commit
to paritytech/helm-charts
that referenced
this issue
May 10, 2023
* add node.perNodeServices.apiService.rpcPort config value while keeping backward compatible with wsPort and httpPort for legacy flags * remove setting of collator relay-chain rpc-port to 9945 which was a workaround for paritytech/cumulus#2529 * bump node chart patch version * use correct 'containerPort' and omit protocol=TCP as it is the default value * remove websocket-rpc and http-rpc port from podspec but set as targetPort in service * set wsPort default to 9955 as it can't be set be the same as another port * call new rpc pod portfor startup probe * add back line that was erroneously removed * revert to hardcoded 9933/9944 for rpc-http and rpc-websocket ports when using legacy rpc flags * hardcode port numbers for legacy rpc flags per node services
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After #2417 merged the default behavior for
JSON-RPC
changed:Old behavior:
Example:
New behavior:
Expected behavior:
The text was updated successfully, but these errors were encountered: