-
Notifications
You must be signed in to change notification settings - Fork 2
Conversation
|
||
#![cfg_attr(not(feature = "std"), no_std)] | ||
|
||
mod copy_paste_from_darwinia { |
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.
better name?
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.
This name is the same with other bp-xxx :
spec_version: 4, | ||
impl_version: 1, |
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.
How this settings be used? What if crab parachain's spec changes?
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.
Bridger has a startegy related to this setting. If the strategy is Auto, bridger will try to use the latest spec version on the Crab, and ignore this setting. If the strategy is Bundle, bridger will use this setting to communicate with Crab. And if the strategy is Custom, bridger can custom spec_version with the local config file.
CC @fewensa
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.
Clean and move this to bridger if it is only used by bridger.
* Add PARAS_PALLET_NAME to bp-kusama * Add bp-crab-parachain * Add relay-crab-parachain-client * Add CRAB_PARACHAIN_CHAIN_ID crap * Update lane id
* Add PARAS_PALLET_NAME to bp-kusama * Add bp-crab-parachain * Add relay-crab-parachain-client * Add CRAB_PARACHAIN_CHAIN_ID crap * Update lane id
No description provided.