|
@@ -53,7 +53,7 @@ pallet-staking = { package = 'pallet-staking', default-features = false, git = '
|
|
|
pallet-timestamp = { package = 'pallet-timestamp', default-features = false, git = 'https://github.com/paritytech/substrate.git', rev = 'a200cdb93c6af5763b9c7bf313fa708764ac88ca'}
|
|
|
pallet-balances = { package = 'pallet-balances', default-features = false, git = 'https://github.com/paritytech/substrate.git', rev = 'a200cdb93c6af5763b9c7bf313fa708764ac88ca'}
|
|
|
pallet-im-online = { package = 'pallet-im-online', default-features = false, git = 'https://github.com/paritytech/substrate.git', rev = 'a200cdb93c6af5763b9c7bf313fa708764ac88ca'}
|
|
|
-pallet-utility = { package = 'pallet-utility', default-features = false, git = 'https://github.com/paritytech/substrate.git', rev = 'a200cdb93c6af5763b9c7bf313fa708764ac88ca'}
|
|
|
+substrate-utility = { package = 'pallet-utility', default-features = false, git = 'https://github.com/paritytech/substrate.git', rev = 'a200cdb93c6af5763b9c7bf313fa708764ac88ca'}
|
|
|
|
|
|
# Benchmarking
|
|
|
frame-benchmarking = { git = 'https://github.com/paritytech/substrate.git', rev = 'a200cdb93c6af5763b9c7bf313fa708764ac88ca', default-features = false, optional = true }
|
|
@@ -79,7 +79,7 @@ content-directory = { package = 'pallet-content-directory', default-features = f
|
|
|
pallet_constitution = { package = 'pallet-constitution', default-features = false, path = '../runtime-modules/constitution' }
|
|
|
staking-handler = { package = 'pallet-staking-handler', default-features = false, path = '../runtime-modules/staking-handler'}
|
|
|
blog = { package = 'pallet-blog', default-features = false, path = '../runtime-modules/blog'}
|
|
|
-utility = { package = 'utility', default-features = false, path = '../runtime-modules/utility'}
|
|
|
+joystream-utility = { package = 'pallet-utility', default-features = false, path = '../runtime-modules/utility'}
|
|
|
|
|
|
[dev-dependencies]
|
|
|
sp-io = { package = 'sp-io', default-features = false, git = 'https://github.com/paritytech/substrate.git', rev = 'a200cdb93c6af5763b9c7bf313fa708764ac88ca'}
|
|
@@ -135,7 +135,7 @@ std = [
|
|
|
'pallet-sudo/std',
|
|
|
'pallet-im-online/std',
|
|
|
'pallet-offences/std',
|
|
|
- 'pallet-utility/std',
|
|
|
+ 'substrate-utility/std',
|
|
|
|
|
|
# Joystream
|
|
|
'common/std',
|
|
@@ -154,7 +154,7 @@ std = [
|
|
|
'pallet_constitution/std',
|
|
|
'staking-handler/std',
|
|
|
'blog/std',
|
|
|
- 'utility/std'
|
|
|
+ 'joystream-utility/std'
|
|
|
]
|
|
|
runtime-benchmarks = [
|
|
|
"frame-system/runtime-benchmarks",
|
|
@@ -167,11 +167,11 @@ runtime-benchmarks = [
|
|
|
"frame-benchmarking",
|
|
|
"frame-system-benchmarking",
|
|
|
"pallet-session-benchmarking",
|
|
|
- "pallet-utility/runtime-benchmarks",
|
|
|
+ "substrate-utility/runtime-benchmarks",
|
|
|
"proposals-discussion/runtime-benchmarks",
|
|
|
"proposals-engine/runtime-benchmarks",
|
|
|
"proposals-codex/runtime-benchmarks",
|
|
|
- "utility/runtime-benchmarks",
|
|
|
+ "joystream-utility/runtime-benchmarks",
|
|
|
"pallet_constitution/runtime-benchmarks",
|
|
|
"working-group/runtime-benchmarks",
|
|
|
"forum/runtime-benchmarks",
|