@@ -92,6 +92,7 @@ members = [
9292 " modules/utils/subxt" ,
9393 " modules/utils/serde" ,
9494 " modules/utils/crypto" ,
95+ " modules/utils/bls-utils" ,
9596
9697 # tesseract
9798 " tesseract/messaging/primitives" ,
@@ -252,6 +253,7 @@ ibc-proto = { version = "0.52.0", default-features = false, package = "ibc-proto
252253ismp = { version = " 2512.1.0" , path = " ./modules/ismp/core" , default-features = false }
253254serde-hex-utils = { version = " 0.2.0" , path = " modules/utils/serde" , default-features = false }
254255crypto-utils = { version = " 0.3.0" , path = " modules/utils/crypto" , default-features = false }
256+ bls-utils = { path = " modules/utils/bls-utils" , default-features = false }
255257grandpa-verifier-primitives = { version = " 2512.1.0" , path = " ./modules/consensus/grandpa/primitives" , default-features = false }
256258grandpa-verifier = { version = " 2512.1.0" , path = " ./modules/consensus/grandpa/verifier" , default-features = false }
257259ismp-grandpa = { version = " 2512.1.0" , path = " ./modules/ismp/clients/grandpa" , default-features = false }
@@ -268,14 +270,14 @@ substrate-state-machine = { version = "2512.1.0", path = "modules/ismp/state-mac
268270
269271# local crates
270272ismp-testsuite = { path = " ./modules/ismp/testsuite" }
271- ismp-abi = { path = " ./evm/rust" , default-features = false }
273+ ismp-abi = { version = " 0.1.1 " , path = " ./evm/rust" , default-features = false }
272274simnode-tests = { path = " parachain/simtests" }
273275integration-tests = { path = " parachain/integration-tests" }
274276hyperclient = { path = " modules/hyperclient" , default-features = false }
275277subxt-utils = { path = " modules/utils/subxt" , default-features = false }
276278
277279# consensus provers & verifiers
278- beefy-verifier-primitives = { path = " ./modules/consensus/beefy/primitives" , default-features = false }
280+ beefy-verifier-primitives = { version = " 0.1.1 " , path = " ./modules/consensus/beefy/primitives" , default-features = false }
279281beefy-prover = { path = " ./modules/consensus/beefy/prover" }
280282beefy-verifier = { path = " ./modules/consensus/beefy/verifier" , default-features = false }
281283bsc-prover = { path = " ./modules/consensus/bsc/prover" }
0 commit comments