-
Notifications
You must be signed in to change notification settings - Fork 43
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
Update to 0.9.43 #27
Update to 0.9.43 #27
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm but I don't know what is the problem with CI test :|
oh, I see: |
@@ -16,7 +16,6 @@ services: | |||
- NODE_KEY_FILE=/data/$NODE01_ACCOUNT_ID/p2p_secret.txt | |||
- PORT=30333 | |||
- RPC_PORT=9933 | |||
- WS_PORT=9944 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is both the http and ws connectivity now on the same port in this Substarte version? If yes then:
- make sure the first node (the one that exposes and binds ports to the host) uses whatever default ports the tools such as contracts-ui or polkadot/js wallet expect (this used to be a websocket on port 9944)
- remove the port that is not needed from the exposed and from the host mapping section
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The default is now 9944 for both http and ws. Explained in paritytech/substrate#12663 (comment) and confirmed by my own testing.
CI test fails because of the port change - the curl requests that ping the node should now be using the joint rpc/ws port 9944 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, nice!
Oops, forgot about this one. I've already updated it quite a bit more. I did break the ci big time though. I'll come back to that. |
Update Substrate dependency to
polkadot-v0.9.43
.