Skip to content
Snippets Groups Projects
Unverified Commit 1a706efa authored by EgorPopelyaev's avatar EgorPopelyaev
Browse files

Update cumulus-consensus-aura version and Cargo.lock

parent bedd10d5
Branches
No related merge requests found
......@@ -4608,6 +4608,7 @@ dependencies = [
"polkadot-node-subsystem-util",
"polkadot-overseer",
"polkadot-primitives 18.0.0-rc1",
"rstest",
"sc-client-api",
"sc-consensus",
"sc-consensus-aura",
......@@ -4861,6 +4862,7 @@ dependencies = [
"pallet-aura 39.0.0-rc1",
"pallet-timestamp 39.0.0-rc1",
"parity-scale-codec",
"rstest",
"scale-info",
"sp-application-crypto 39.0.0",
"sp-consensus-aura 0.42.0-rc1",
......@@ -5715,6 +5717,39 @@ dependencies = [
"url",
]
 
[[package]]
name = "cumulus-zombienet-sdk-helpers"
version = "0.1.0"
dependencies = [
"anyhow",
"log",
"parity-scale-codec",
"polkadot-primitives 18.0.0-rc1",
"serde",
"serde_json",
"subxt",
"subxt-signer",
"tokio",
]
[[package]]
name = "cumulus-zombienet-sdk-tests"
version = "0.1.0"
dependencies = [
"anyhow",
"cumulus-zombienet-sdk-helpers",
"env_logger 0.11.3",
"log",
"parity-scale-codec",
"polkadot-primitives 18.0.0-rc1",
"serde",
"serde_json",
"subxt",
"subxt-signer",
"tokio",
"zombienet-sdk",
]
[[package]]
name = "curl"
version = "0.4.46"
......@@ -20026,6 +20061,7 @@ name = "polkadot-zombienet-sdk-tests"
version = "0.1.0"
dependencies = [
"anyhow",
"cumulus-zombienet-sdk-helpers",
"env_logger 0.11.3",
"log",
"parity-scale-codec",
......
[package]
name = "cumulus-client-consensus-aura"
description = "AURA consensus algorithm for parachains"
version = "0.7.0"
version = "0.22.0-rc1"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment