Skip to content

Commit

Permalink
simplify ismp-grandpa
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed Sep 19, 2024
1 parent cf3fd38 commit a51dcbd
Show file tree
Hide file tree
Showing 28 changed files with 146 additions and 381 deletions.
101 changes: 6 additions & 95 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver = "2"
members = [
# runtime
"parachain/runtimes/gargantua",
"parachain/runtimes/messier",
# "parachain/runtimes/messier",
"parachain/runtimes/nexus",

# node
Expand Down Expand Up @@ -260,7 +260,7 @@ ismp-solidity-abi = { path = "./evm/abi", default-features = false }
simnode-tests = { path = "parachain/simtests" }
hyperclient = { path = "modules/hyperclient", default-features = false }
subxt-utils = { path = "modules/utils/subxt", default-features = false }
serde-utils = { version = "0.1.0", path = "modules/utils/serde", default-features = false }
serde-hex-utils = { version = "0.1.0", path = "modules/utils/serde", default-features = false }

# consensus provers & verifiers
beefy-verifier-primitives = { path = "./modules/consensus/beefy/primitives", default-features = false }
Expand Down Expand Up @@ -313,7 +313,7 @@ mmr-primitives = { version = "1.15.0", path = "modules/trees/mmr/primitives", de

# runtimes
gargantua-runtime = { path = "./parachain/runtimes/gargantua", default-features = false }
messier-runtime = { path = "./parachain/runtimes/messier", default-features = false }
#messier-runtime = { path = "./parachain/runtimes/messier", default-features = false }
nexus-runtime = { path = "./parachain/runtimes/nexus", default-features = false }

# tesseract
Expand Down
4 changes: 2 additions & 2 deletions modules/consensus/sync-committee/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ anyhow = {workspace = true, default-features = false}
ark-ec = { version = "0.4.2", default-features = false }
ark-bls12-381 = { version = "0.4.0", default-features = false }
bls_on_arkworks = { version = "0.2.2", default-features = false }
serde-utils = { workspace = true, default-features = false }
serde-hex-utils = { workspace = true, default-features = false }

[features]
default = ["std"]
Expand All @@ -35,6 +35,6 @@ std = [
"ark-bls12-381/std",
"primitive-types/std",
"serde",
"serde-utils/std"
"serde-hex-utils/std"
]

Loading

0 comments on commit a51dcbd

Please sign in to comment.