@@ -56,9 +56,9 @@ doc = false
5656bench = false
5757
5858[dependencies ]
59- # dancebox-runtime = { path = "../../tanssi/chains/orchestrator-paras/runtime/dancebox", default-features = false, features = [ "std", "try-runtime" ] }
60- # flashbox-runtime = { path = "../../tanssi/chains/orchestrator-paras/runtime/flashbox", default-features = false, features = [ "std", "try-runtime" ] }
61- dancelight-runtime = { path = " ../../tanssi/chains/orchestrator-relays/runtime/dancelight" , default-features = false , features = [ " std" , " try-runtime" ] }
59+ # dancebox-runtime = { path = "../../tanssi/chains/orchestrator-paras/runtime/dancebox", default-features = false, features = [ "std", "try-runtime", "fast-runtime" ] }
60+ # flashbox-runtime = { path = "../../tanssi/chains/orchestrator-paras/runtime/flashbox", default-features = false, features = [ "std", "try-runtime", "fast-runtime" ] }
61+ dancelight-runtime = { path = " ../../tanssi/chains/orchestrator-relays/runtime/dancelight" , default-features = false , features = [ " std" , " try-runtime" , " fast-runtime " ] }
6262dancelight-runtime-constants = { path = " ../../tanssi/chains/orchestrator-relays/runtime/dancelight/constants/" , default-features = false , features = [ " std" ] }
6363dp-container-chain-genesis-data = { git = " https://github.com/moondance-labs/dancekit" , branch = " tanssi-polkadot-stable2412" , default-features = false , features = [ " json" , " std" ] }
6464lazy_static = " 1.4.0"
@@ -67,6 +67,7 @@ pallet-author-noting = { path = "../../tanssi/pallets/author-noting", default-fe
6767pallet-authority-assignment = { path = " ../../tanssi/pallets/authority-assignment" , default-features = false }
6868pallet-configuration = { path = " ../../tanssi/pallets/configuration" , default-features = false }
6969pallet-invulnerables = { path = " ../../tanssi/pallets/invulnerables" , default-features = false }
70+ pallet-pooled-staking = { path = " ../../tanssi/pallets/pooled-staking" , default-features = false }
7071pallet-registrar = { path = " ../../tanssi/pallets/registrar" , default-features = false }
7172pallet-stream-payment = { path = " ../../tanssi/pallets/stream-payment" , default-features = false }
7273tp-author-noting-inherent = { path = " ../../tanssi/primitives/author-noting-inherent" , default-features = false }
@@ -127,10 +128,9 @@ serde_json = { version = "1", default-features = false }
127128trie-db = { version = " 0.29.1" }
128129quinn-proto = { version = " 0.9.6" , features = [ " arbitrary" ] }
129130
130- [dependencies.
131131# quinn-proto uses cfg(fuzzing) to enable some additional code, but that code does not compile if we don't explicitly enable
132132# the arbitrary feature. So add it as a dependency here, even though it is actually a dependency of some dependency
133- fuzz-tanssi-runtime]
133+ [ dependencies . fuzz-tanssi-runtime ]
134134path = " .."
135135
136136[profile .release ]
0 commit comments