mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 14:01:02 +00:00
Rework default values used by the RelayChainCli (#189)
This reworks the default values used by the RelayChainCli for stuff like the listen port etc. This also renames all the contracts related stuff to `cumulus-*` to support `.cargo/config` overrides.
This commit is contained in:
@@ -34,9 +34,9 @@ pallet-sudo = { git = "https://github.com/paritytech/substrate", default-feature
|
||||
pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "rococo-branch" }
|
||||
|
||||
# In-Tree Fork of seal that does not use child trie nor storage transactions
|
||||
pallet-contracts = { path = "../pallets/contracts", default-features = false }
|
||||
pallet-contracts-primitives = { path = "../pallets/contracts/common", default-features = false }
|
||||
pallet-contracts-rpc-runtime-api = { path = "../pallets/contracts/rpc/runtime-api", default-features = false }
|
||||
cumulus-pallet-contracts = { path = "../pallets/contracts", default-features = false }
|
||||
cumulus-pallet-contracts-primitives = { path = "../pallets/contracts/common", default-features = false }
|
||||
cumulus-pallet-contracts-rpc-runtime-api = { path = "../pallets/contracts/rpc/runtime-api", default-features = false }
|
||||
|
||||
# Cumulus dependencies
|
||||
cumulus-runtime = { path = "../../runtime", default-features = false }
|
||||
@@ -71,9 +71,9 @@ std = [
|
||||
"frame-executive/std",
|
||||
"frame-system/std",
|
||||
"pallet-balances/std",
|
||||
"pallet-contracts/std",
|
||||
"pallet-contracts-primitives/std",
|
||||
"pallet-contracts-rpc-runtime-api/std",
|
||||
"cumulus-pallet-contracts/std",
|
||||
"cumulus-pallet-contracts-primitives/std",
|
||||
"cumulus-pallet-contracts-rpc-runtime-api/std",
|
||||
"pallet-randomness-collective-flip/std",
|
||||
"pallet-timestamp/std",
|
||||
"pallet-sudo/std",
|
||||
|
||||
Reference in New Issue
Block a user