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

Conversation

@cecton
Copy link
Contributor

@cecton cecton commented Feb 4, 2020

Fixes #24

Default ports for polkadot chain.

@cecton cecton requested a review from bkchr February 4, 2020 11:13
@cecton cecton self-assigned this Feb 4, 2020
cecton added 10 commits February 4, 2020 12:51
Forked at: 0efd15c
Parent branch: master
Forked at: 0efd15c
Parent branch: master
Forked at: 0efd15c
Parent branch: master
Forked at: 0efd15c
Parent branch: master
Forked at: 0efd15c
Parent branch: master
Forked at: 0efd15c
Parent branch: master
}

fn run_command_and_kill(signal: Signal) {
let mut cmd = Command::new(cargo_bin("cumulus-test-parachain-collator")).spawn().unwrap();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make sure that you delete the interrupt_test dir before running the command.

) -> sc_cli::error::Result<()> {
let para_id = crate::PARA_ID;

if polkadot_config.expect_chain_spec().is_kusama() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, this check should not be here. This needs to be done in Polkadot!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm working on this but it is complicated because the services can be full or light and the signature is different, etc...

MEANWHILE: this was intended 😁 I know you don't like it but the code is also on polkadot and doesn't change. The only reason I duplicate it here is to be able to clone the task_executor upon launch.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know that we have the same code in Polkadot, but that is already some generic nightmare there. Downstream should not be required to do the same :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I made the issue #56 to not lose track of this

@bkchr bkchr merged commit 2941569 into master Feb 10, 2020
@bkchr bkchr deleted the cecton-update-substrate-more branch February 10, 2020 11:39
Maharacha pushed a commit to Maharacha/cumulus that referenced this pull request May 10, 2023
* [docs] update downward-token-tx.png

* [docs] update docs with xcm-version config.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Collator node throws incorrect warnings on startup

3 participants