Closed acatangiu closed 1 year ago
@bkchr
I know that we also have there
disable_grandpa
, that is just some old oversight and we should not replicate it.
shall I also remove disable_grandpa
then (remove --no-grandpa
from sc-cli
)? If yes, will do it as separate PR so that this is clean revert and nothing else.
@bkchr
I know that we also have there
disable_grandpa
, that is just some old oversight and we should not replicate it.shall I also remove
disable_grandpa
then (remove--no-grandpa
fromsc-cli
)? If yes, will do it as separate PR so that this is clean revert and nothing else.
Sounds like a good idea! WDYT @andresilva?
bot merge
Error: Github API says https://github.com/paritytech/polkadot/pull/7613 is not mergeable
The disable_grandpa
flag is used in both the node and node-template services, those are just using directly the RunCmd
from sc-cli
and it's probably not worth it to create their own RunCmd
structs just for this. I'm fine with removing it, but it should still be added to polkadot IMO.
bot merge
This reverts commit 2060c366fb1402deab188911551a43c3c41b36c0.
Based on https://github.com/paritytech/substrate/pull/14754#issuecomment-1677208626
polkadot companion: https://github.com/paritytech/polkadot/pull/7613 cumulus companion: https://github.com/paritytech/cumulus/pull/3007