|
@@ -79,6 +79,7 @@ proposals-engine = { package = 'pallet-proposals-engine', default-features = fal
|
|
proposals-discussion = { package = 'pallet-proposals-discussion', default-features = false, path = '../runtime-modules/proposals/discussion'}
|
|
proposals-discussion = { package = 'pallet-proposals-discussion', default-features = false, path = '../runtime-modules/proposals/discussion'}
|
|
proposals-codex = { package = 'pallet-proposals-codex', default-features = false, path = '../runtime-modules/proposals/codex'}
|
|
proposals-codex = { package = 'pallet-proposals-codex', default-features = false, path = '../runtime-modules/proposals/codex'}
|
|
content-directory = { package = 'pallet-content-directory', default-features = false, path = '../runtime-modules/content-directory' }
|
|
content-directory = { package = 'pallet-content-directory', default-features = false, path = '../runtime-modules/content-directory' }
|
|
|
|
+storage-v2 = { package = 'pallet-storage-v2', default-features = false, path = '../runtime-modules/storage-v2'}
|
|
|
|
|
|
[dev-dependencies]
|
|
[dev-dependencies]
|
|
sp-io = { package = 'sp-io', default-features = false, git = 'https://github.com/paritytech/substrate.git', rev = '2cd20966cc09b059817c3ebe12fc130cdd850d62'}
|
|
sp-io = { package = 'sp-io', default-features = false, git = 'https://github.com/paritytech/substrate.git', rev = '2cd20966cc09b059817c3ebe12fc130cdd850d62'}
|
|
@@ -156,21 +157,23 @@ std = [
|
|
'proposals-discussion/std',
|
|
'proposals-discussion/std',
|
|
'proposals-codex/std',
|
|
'proposals-codex/std',
|
|
'content-directory/std',
|
|
'content-directory/std',
|
|
|
|
+ 'storage-v2/std',
|
|
]
|
|
]
|
|
runtime-benchmarks = [
|
|
runtime-benchmarks = [
|
|
- "frame-system/runtime-benchmarks",
|
|
|
|
- "frame-support/runtime-benchmarks",
|
|
|
|
- "sp-runtime/runtime-benchmarks",
|
|
|
|
- "pallet-balances/runtime-benchmarks",
|
|
|
|
- "pallet-collective/runtime-benchmarks",
|
|
|
|
- "pallet-im-online/runtime-benchmarks",
|
|
|
|
- "pallet-staking/runtime-benchmarks",
|
|
|
|
- "pallet-timestamp/runtime-benchmarks",
|
|
|
|
- "frame-benchmarking",
|
|
|
|
- "frame-system-benchmarking",
|
|
|
|
- "pallet-offences-benchmarking",
|
|
|
|
- "pallet-session-benchmarking",
|
|
|
|
- "substrate-utility/runtime-benchmarks",
|
|
|
|
|
|
+ 'frame-system/runtime-benchmarks',
|
|
|
|
+ 'frame-support/runtime-benchmarks',
|
|
|
|
+ 'sp-runtime/runtime-benchmarks',
|
|
|
|
+ 'pallet-balances/runtime-benchmarks',
|
|
|
|
+ 'pallet-collective/runtime-benchmarks',
|
|
|
|
+ 'pallet-im-online/runtime-benchmarks',
|
|
|
|
+ 'pallet-staking/runtime-benchmarks',
|
|
|
|
+ 'pallet-timestamp/runtime-benchmarks',
|
|
|
|
+ 'frame-benchmarking',
|
|
|
|
+ 'frame-system-benchmarking',
|
|
|
|
+ 'pallet-offences-benchmarking',
|
|
|
|
+ 'pallet-session-benchmarking',
|
|
|
|
+ 'substrate-utility/runtime-benchmarks',
|
|
|
|
+ 'storage-v2/runtime-benchmarks',
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|