Skip to content

Commit 5505c10

Browse files
committed
Fix fuzz_starlight_live target
1 parent a1afef4 commit 5505c10

File tree

6 files changed

+15561
-27897
lines changed

6 files changed

+15561
-27897
lines changed

fuzz/Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fuzz/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ doc = false
5656
bench = 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" ] }
6262
dancelight-runtime-constants = { path = "../../tanssi/chains/orchestrator-relays/runtime/dancelight/constants/", default-features = false, features = [ "std" ] }
6363
dp-container-chain-genesis-data = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-stable2412", default-features = false, features = [ "json", "std" ] }
6464
lazy_static = "1.4.0"
@@ -67,6 +67,7 @@ pallet-author-noting = { path = "../../tanssi/pallets/author-noting", default-fe
6767
pallet-authority-assignment = { path = "../../tanssi/pallets/authority-assignment", default-features = false }
6868
pallet-configuration = { path = "../../tanssi/pallets/configuration", default-features = false }
6969
pallet-invulnerables = { path = "../../tanssi/pallets/invulnerables", default-features = false }
70+
pallet-pooled-staking = { path = "../../tanssi/pallets/pooled-staking", default-features = false }
7071
pallet-registrar = { path = "../../tanssi/pallets/registrar", default-features = false }
7172
pallet-stream-payment = { path = "../../tanssi/pallets/stream-payment", default-features = false }
7273
tp-author-noting-inherent = { path = "../../tanssi/primitives/author-noting-inherent", default-features = false }
@@ -127,10 +128,9 @@ serde_json = { version = "1", default-features = false }
127128
trie-db = { version = "0.29.1" }
128129
quinn-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]
134134
path = ".."
135135

136136
[profile.release]

0 commit comments

Comments
 (0)