Skip to content

Commit

Permalink
Move serde feature to domain-runtime-primitives
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Jan 28, 2025
1 parent 79b4863 commit 18cdf19
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 9 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion domains/primitives/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description = "Common primitives of subspace domain runtime"
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
fp-account = { version = "1.0.0-dev", default-features = false, git = "https://github.com/autonomys/frontier", rev = "f80f9e2bad338f3bf3854b256b3c4edea23e5968" }
fp-account = { version = "1.0.0-dev", default-features = false, features = ["serde"], git = "https://github.com/autonomys/frontier", rev = "f80f9e2bad338f3bf3854b256b3c4edea23e5968" }
frame-support = { default-features = false, git = "https://github.com/subspace/polkadot-sdk", rev = "94a1a8143a89bbe9f938c1939ff68abc1519a305" }
frame-system = { default-features = false, git = "https://github.com/subspace/polkadot-sdk", rev = "94a1a8143a89bbe9f938c1939ff68abc1519a305" }
parity-scale-codec = { version = "3.6.12", default-features = false, features = ["derive"] }
Expand Down
3 changes: 0 additions & 3 deletions domains/runtime/evm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ codec = { package = "parity-scale-codec", version = "3.6.12", default-features =
domain-check-weight = { version = "0.1.0", path = "../../pallets/domain-check-weight", default-features = false }
domain-pallet-executive = { version = "0.1.0", path = "../../pallets/executive", default-features = false }
domain-runtime-primitives = { version = "0.1.0", path = "../../primitives/runtime", default-features = false }
# just here to activate the serde feature
fp-account = { version = "1.0.0-dev", default-features = false, features = ["serde"], git = "https://github.com/autonomys/frontier", rev = "f80f9e2bad338f3bf3854b256b3c4edea23e5968" }
fp-rpc = { version = "3.0.0-dev", default-features = false, git = "https://github.com/autonomys/frontier", rev = "f80f9e2bad338f3bf3854b256b3c4edea23e5968" }
fp-self-contained = { version = "1.0.0-dev", default-features = false, features = ["serde"], git = "https://github.com/autonomys/frontier", rev = "f80f9e2bad338f3bf3854b256b3c4edea23e5968" }
frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/subspace/polkadot-sdk", rev = "94a1a8143a89bbe9f938c1939ff68abc1519a305" }
Expand Down Expand Up @@ -86,7 +84,6 @@ std = [
"domain-check-weight/std",
"domain-pallet-executive/std",
"domain-runtime-primitives/std",
"fp-account/std",
"fp-rpc/std",
"fp-self-contained/std",
"frame-benchmarking?/std",
Expand Down
3 changes: 0 additions & 3 deletions domains/test/runtime/evm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ domain-check-weight = { version = "0.1.0", path = "../../../pallets/domain-check
domain-pallet-executive = { version = "0.1.0", path = "../../../pallets/executive", default-features = false }
domain-test-primitives = { version = "0.1.0", path = "../../primitives", default-features = false }
domain-runtime-primitives = { version = "0.1.0", path = "../../../primitives/runtime", default-features = false }
# just here to activate the serde feature
fp-account = { version = "1.0.0-dev", default-features = false, features = ["serde"], git = "https://github.com/autonomys/frontier", rev = "f80f9e2bad338f3bf3854b256b3c4edea23e5968" }
fp-rpc = { version = "3.0.0-dev", default-features = false, git = "https://github.com/autonomys/frontier", rev = "f80f9e2bad338f3bf3854b256b3c4edea23e5968" }
fp-self-contained = { version = "1.0.0-dev", default-features = false, features = ["serde"], git = "https://github.com/autonomys/frontier", rev = "f80f9e2bad338f3bf3854b256b3c4edea23e5968" }
frame-support = { default-features = false, git = "https://github.com/subspace/polkadot-sdk", rev = "94a1a8143a89bbe9f938c1939ff68abc1519a305" }
Expand Down Expand Up @@ -83,7 +81,6 @@ std = [
"domain-pallet-executive/std",
"domain-runtime-primitives/std",
"domain-test-primitives/std",
"fp-account/std",
"fp-rpc/std",
"fp-self-contained/std",
"frame-support/std",
Expand Down

0 comments on commit 18cdf19

Please sign in to comment.