-
Notifications
You must be signed in to change notification settings - Fork 710
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
Enable "cargo run --bin substrate-node" #1927
Conversation
So what would |
It should run polkadot as this is the first binary listed in the 'default-members' |
Did you tried this or are you guessing? |
Yes confirmed. default-members = [ "substrate/bin/node/cli" ] then cargo run will run substrate-node instead Having both let you use cargo run --bin without specifying -p Weirdly swapping the two values default-members = [ "substrate/bin/node/cli", "polkadot" ] does not let you run substrate-node via |
Because this is then probably the default. And the other ones just bring their "binary names" into the global scope to use them via |
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.
While on the topic, I'd probably request adding cumulus/polkadot-parachain
so it can be run simply with --bin polkadot-parachain
without specifying -p polkadot-parachain-bin
I think it needs a rebase for the required CI check. |
you could use |
…esTarget::reconnect (paritytech#1927) * reconnect on-demand clients from MessagesSource::reconnect and MessagesTarget::reconnect * add issue reference * fmt
…esTarget::reconnect (paritytech#1927) * reconnect on-demand clients from MessagesSource::reconnect and MessagesTarget::reconnect * add issue reference * fmt
…esTarget::reconnect (paritytech#1927) * reconnect on-demand clients from MessagesSource::reconnect and MessagesTarget::reconnect * add issue reference * fmt
…esTarget::reconnect (paritytech#1927) * reconnect on-demand clients from MessagesSource::reconnect and MessagesTarget::reconnect * add issue reference * fmt
…esTarget::reconnect (paritytech#1927) * reconnect on-demand clients from MessagesSource::reconnect and MessagesTarget::reconnect * add issue reference * fmt
…esTarget::reconnect (paritytech#1927) * reconnect on-demand clients from MessagesSource::reconnect and MessagesTarget::reconnect * add issue reference * fmt
…esTarget::reconnect (paritytech#1927) * reconnect on-demand clients from MessagesSource::reconnect and MessagesTarget::reconnect * add issue reference * fmt
…esTarget::reconnect (paritytech#1927) * reconnect on-demand clients from MessagesSource::reconnect and MessagesTarget::reconnect * add issue reference * fmt
…esTarget::reconnect (paritytech#1927) * reconnect on-demand clients from MessagesSource::reconnect and MessagesTarget::reconnect * add issue reference * fmt
…esTarget::reconnect (paritytech#1927) * reconnect on-demand clients from MessagesSource::reconnect and MessagesTarget::reconnect * add issue reference * fmt
…esTarget::reconnect (paritytech#1927) * reconnect on-demand clients from MessagesSource::reconnect and MessagesTarget::reconnect * add issue reference * fmt
…esTarget::reconnect (paritytech#1927) * reconnect on-demand clients from MessagesSource::reconnect and MessagesTarget::reconnect * add issue reference * fmt
…esTarget::reconnect (paritytech#1927) * reconnect on-demand clients from MessagesSource::reconnect and MessagesTarget::reconnect * add issue reference * fmt
…esTarget::reconnect (paritytech#1927) * reconnect on-demand clients from MessagesSource::reconnect and MessagesTarget::reconnect * add issue reference * fmt
…esTarget::reconnect (paritytech#1927) * reconnect on-demand clients from MessagesSource::reconnect and MessagesTarget::reconnect * add issue reference * fmt
…esTarget::reconnect (#1927) * reconnect on-demand clients from MessagesSource::reconnect and MessagesTarget::reconnect * add issue reference * fmt
No description provided.