From 729a8970edafde39d3723f376c7e4f8bcfb4705f Mon Sep 17 00:00:00 2001 From: 1xstj <106580853+1xstj@users.noreply.github.com> Date: Wed, 25 Oct 2023 14:42:44 +0530 Subject: [PATCH] chore: update dkg-substrate and release runtime v0.5.1 (#284) --- Cargo.lock | 44 +++++++++++++++++------------------ Cargo.toml | 18 +++++++------- standalone/runtime/src/lib.rs | 2 +- 3 files changed, 32 insertions(+), 32 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 19826a3dc..50fda8189 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2956,7 +2956,7 @@ dependencies = [ [[package]] name = "dkg-gadget" version = "0.0.1" -source = "git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.6#d5512ea0516ce87415ef561a4f586406c41fcffa" +source = "git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.7#e20c92d8c4e874162dd0245a82a5af4447bf9d4a" dependencies = [ "async-stream", "async-trait", @@ -2967,7 +2967,7 @@ dependencies = [ "dkg-logging", "dkg-mock-blockchain", "dkg-primitives", - "dkg-runtime-primitives 0.0.1 (git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.6)", + "dkg-runtime-primitives 0.0.1 (git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.7)", "futures 0.3.28", "hex", "itertools 0.10.5", @@ -3008,7 +3008,7 @@ dependencies = [ [[package]] name = "dkg-logging" version = "0.1.0" -source = "git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.6#d5512ea0516ce87415ef561a4f586406c41fcffa" +source = "git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.7#e20c92d8c4e874162dd0245a82a5af4447bf9d4a" dependencies = [ "hex", "lazy_static", @@ -3025,14 +3025,14 @@ dependencies = [ [[package]] name = "dkg-mock-blockchain" version = "0.1.0" -source = "git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.6#d5512ea0516ce87415ef561a4f586406c41fcffa" +source = "git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.7#e20c92d8c4e874162dd0245a82a5af4447bf9d4a" dependencies = [ "async-trait", "atomic", "bincode2", "bytes 1.4.0", "dkg-logging", - "dkg-runtime-primitives 0.0.1 (git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.6)", + "dkg-runtime-primitives 0.0.1 (git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.7)", "futures 0.3.28", "humantime-serde", "log", @@ -3052,12 +3052,12 @@ dependencies = [ [[package]] name = "dkg-primitives" version = "0.0.1" -source = "git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.6#d5512ea0516ce87415ef561a4f586406c41fcffa" +source = "git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.7#e20c92d8c4e874162dd0245a82a5af4447bf9d4a" dependencies = [ "chacha20poly1305", "clap 4.4.2", "curv-kzen", - "dkg-runtime-primitives 0.0.1 (git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.6)", + "dkg-runtime-primitives 0.0.1 (git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.7)", "hex", "libsecp256k1", "log", @@ -3099,7 +3099,7 @@ dependencies = [ [[package]] name = "dkg-runtime-primitives" version = "0.0.1" -source = "git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.6#d5512ea0516ce87415ef561a4f586406c41fcffa" +source = "git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.7#e20c92d8c4e874162dd0245a82a5af4447bf9d4a" dependencies = [ "ethabi", "ethereum", @@ -8208,9 +8208,9 @@ dependencies = [ [[package]] name = "pallet-bridge-registry" version = "1.0.0" -source = "git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.6#d5512ea0516ce87415ef561a4f586406c41fcffa" +source = "git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.7#e20c92d8c4e874162dd0245a82a5af4447bf9d4a" dependencies = [ - "dkg-runtime-primitives 0.0.1 (git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.6)", + "dkg-runtime-primitives 0.0.1 (git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.7)", "frame-support", "frame-system", "hex", @@ -8280,9 +8280,9 @@ dependencies = [ [[package]] name = "pallet-dkg-metadata" version = "0.2.0" -source = "git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.6#d5512ea0516ce87415ef561a4f586406c41fcffa" +source = "git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.7#e20c92d8c4e874162dd0245a82a5af4447bf9d4a" dependencies = [ - "dkg-runtime-primitives 0.0.1 (git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.6)", + "dkg-runtime-primitives 0.0.1 (git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.7)", "frame-benchmarking", "frame-support", "frame-system", @@ -8302,9 +8302,9 @@ dependencies = [ [[package]] name = "pallet-dkg-proposal-handler" version = "0.1.0" -source = "git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.6#d5512ea0516ce87415ef561a4f586406c41fcffa" +source = "git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.7#e20c92d8c4e874162dd0245a82a5af4447bf9d4a" dependencies = [ - "dkg-runtime-primitives 0.0.1 (git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.6)", + "dkg-runtime-primitives 0.0.1 (git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.7)", "ethabi", "frame-benchmarking", "frame-support", @@ -8324,9 +8324,9 @@ dependencies = [ [[package]] name = "pallet-dkg-proposals" version = "1.0.0" -source = "git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.6#d5512ea0516ce87415ef561a4f586406c41fcffa" +source = "git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.7#e20c92d8c4e874162dd0245a82a5af4447bf9d4a" dependencies = [ - "dkg-runtime-primitives 0.0.1 (git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.6)", + "dkg-runtime-primitives 0.0.1 (git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.7)", "frame-benchmarking", "frame-support", "frame-system", @@ -8806,7 +8806,7 @@ name = "pallet-evm-precompile-staking" version = "1.0.0" dependencies = [ "derive_more", - "dkg-runtime-primitives 0.0.1 (git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.6)", + "dkg-runtime-primitives 0.0.1 (git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.7)", "fp-evm", "frame-election-provider-support", "frame-support", @@ -15355,7 +15355,7 @@ dependencies = [ "clap 4.4.2", "dkg-gadget", "dkg-primitives", - "dkg-runtime-primitives 0.0.1 (git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.6)", + "dkg-runtime-primitives 0.0.1 (git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.7)", "fc-cli", "fc-consensus", "fc-db", @@ -15436,7 +15436,7 @@ dependencies = [ name = "tangle-standalone-runtime" version = "0.5.0" dependencies = [ - "dkg-runtime-primitives 0.0.1 (git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.6)", + "dkg-runtime-primitives 0.0.1 (git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.7)", "evm-tracer", "fp-account", "fp-evm", @@ -18301,9 +18301,9 @@ dependencies = [ [[package]] name = "webb-relayer-gadget" version = "0.0.1" -source = "git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.6#d5512ea0516ce87415ef561a4f586406c41fcffa" +source = "git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.7#e20c92d8c4e874162dd0245a82a5af4447bf9d4a" dependencies = [ - "dkg-runtime-primitives 0.0.1 (git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.6)", + "dkg-runtime-primitives 0.0.1 (git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.7)", "ethereum-types", "sc-keystore", "sp-application-crypto 23.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v1.0.0)", @@ -18319,7 +18319,7 @@ dependencies = [ [[package]] name = "webb-relayer-gadget-cli" version = "0.0.1" -source = "git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.6#d5512ea0516ce87415ef561a4f586406c41fcffa" +source = "git+https://github.com/webb-tools/dkg-substrate.git?tag=v0.4.7#e20c92d8c4e874162dd0245a82a5af4447bf9d4a" dependencies = [ "clap 4.4.2", ] diff --git a/Cargo.toml b/Cargo.toml index 7736b562a..79728142f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,15 +69,15 @@ slices = "0.2.0" # DKG Substrate Dependencies -dkg-runtime-primitives = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.4.6", default-features = false } -pallet-dkg-metadata = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.4.6", default-features = false } -pallet-dkg-proposal-handler = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.4.6", default-features = false } -pallet-dkg-proposals = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.4.6", default-features = false } -pallet-bridge-registry = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.4.6", default-features = false } -dkg-gadget = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.4.6" } -dkg-primitives = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.4.6" } -webb-relayer-gadget = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.4.6" } -webb-relayer-gadget-cli = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.4.6" } +dkg-runtime-primitives = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.4.7", default-features = false } +pallet-dkg-metadata = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.4.7", default-features = false } +pallet-dkg-proposal-handler = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.4.7", default-features = false } +pallet-dkg-proposals = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.4.7", default-features = false } +pallet-bridge-registry = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.4.7", default-features = false } +dkg-gadget = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.4.7" } +dkg-primitives = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.4.7" } +webb-relayer-gadget = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.4.7" } +webb-relayer-gadget-cli = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.4.7" } tangle-runtime = { package = "tangle-standalone-runtime", path = "standalone/runtime" } diff --git a/standalone/runtime/src/lib.rs b/standalone/runtime/src/lib.rs index 20b2e660e..85911cbce 100644 --- a/standalone/runtime/src/lib.rs +++ b/standalone/runtime/src/lib.rs @@ -119,7 +119,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("tangle-standalone"), impl_name: create_runtime_str!("tangle-standalone"), authoring_version: 1, - spec_version: 500, // v0.5.0 + spec_version: 501, // v0.5.1 impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1,