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

Upgrade node to support remote relay chain setup #362

Closed
Curu24 opened this issue May 25, 2023 · 8 comments
Closed

Upgrade node to support remote relay chain setup #362

Curu24 opened this issue May 25, 2023 · 8 comments
Assignees
Labels
enhancement New feature or request

Comments

@Curu24
Copy link

Curu24 commented May 25, 2023

Hello,

I tried to run Turing collator with relay-chain-rpc-url flag to specify a remote relay chain RPC to be used instead of the embedded one but the node process ignores it and starts syncing relay chain locally.

Here is the example setup:

ExecStart=/usr/local/bin/polkadot \
  --name Polkadotters \
  --base-path '/var/lib/turing' \
  --execution wasm \
  --wasm-execution Compiled \
  --chain turing \
  --collator \
  --force-authoring \
  --node-key-file /home/polkadot/node_key \
  --trie-cache-size 0 \
  --relay-chain-rpc-url ws://178.170.48.153:9944 \

Probably updating dependencies to 0.9.32 and above should fix this paritytech/cumulus#1585

@Curu24 Curu24 added the enhancement New feature or request label May 25, 2023
@chrisli30
Copy link
Member

@Curu24 Great, thanks for your feedback. Our runtime 293 is rolling out, which will include the change in polkadot you mentioned. I’ll notify you here once the feature is deployed and tested. 👍

@chrisli30
Copy link
Member

@v9n, I’m assigning this issue to you for testing our node command after runtime 293. We can go over the process early next week.

@Curu24
Copy link
Author

Curu24 commented May 25, 2023

@Curu24 Great, thanks for your feedback. Our runtime 293 is rolling out, which will include the change in polkadot you mentioned. I’ll notify you here once the feature is deployed and tested. +1

nice, thanks!

@github-actions github-actions bot added the Stale label Jun 23, 2023
@v9n v9n removed the Stale label Jun 23, 2023
@github-actions github-actions bot added the Stale label Jul 24, 2023
@v9n v9n removed the Stale label Jul 31, 2023
@v9n
Copy link
Member

v9n commented Jul 31, 2023

We're still investigating this issue.

@v9n v9n reopened this Jul 31, 2023
@chrisli30
Copy link
Member

chrisli30 commented Aug 21, 2023

Hi @Curu24, great news that we have completed testing on this --relay-chain-rpc-url parameter!

The feature was introduced to polkadot in 0.9.32, and since we sync’ed polkadot code to 0.9.38 in Turing Network v1.9.0 it’s already working for the current version of Turing nodes.

Could you try the parameter and let us know if you encounter any issue? One thing to note is that in your example your node connects to a relay chain archive node using the port 9944, while you also have the option to connect to another parachain archive node with port 9945, provided it's accessible.

Your feedback is welcomed! 😄

@Curu24
Copy link
Author

Curu24 commented Aug 21, 2023

just tested and works well, thanks :)

@chrisli30
Copy link
Member

just tested and works well, thanks :)

Great! Thank you for your call-out, and feel free to create another issue if you have any other suggestions. 😄

@v9n
Copy link
Member

v9n commented Sep 15, 2023

issue is resolved and confirmed by requester. closing this.

@v9n v9n closed this as completed Sep 15, 2023
@AvaProtocol AvaProtocol deleted a comment from github-actions bot Nov 2, 2023
@AvaProtocol AvaProtocol deleted a comment from github-actions bot Nov 2, 2023
@AvaProtocol AvaProtocol deleted a comment from github-actions bot Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants