Skip to content

Commit a4bde33

Browse files
authored
bump dkg-substrate (#132)
* bump dkg-substrate * fix clippy
1 parent cd97008 commit a4bde33

File tree

11 files changed

+54
-172
lines changed

11 files changed

+54
-172
lines changed

Cargo.lock

Lines changed: 30 additions & 148 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tangle-parachain"
3-
version = "0.1.0"
3+
version = "0.1.4"
44
authors = ["Webb Developers"]
55
build = "build.rs"
66
edition = "2021"
@@ -44,9 +44,9 @@ getrandom = { version = "0.2.8", features = ["js"] }
4444
jsonrpsee = { version = "0.16.2", features = ["server"] }
4545

4646
# Local Dependencies
47-
dkg-gadget = { default-features = false, tag = "v0.1.3", git = "https://github.com/webb-tools/dkg-substrate.git" }
48-
dkg-primitives = { default-features = false, tag = "v0.1.3", git = "https://github.com/webb-tools/dkg-substrate.git" }
49-
dkg-runtime-primitives = { default-features = false, tag = "v0.1.3", git = "https://github.com/webb-tools/dkg-substrate.git" }
47+
dkg-gadget = { default-features = false, tag = "v0.1.4", git = "https://github.com/webb-tools/dkg-substrate.git" }
48+
dkg-primitives = { default-features = false, tag = "v0.1.4", git = "https://github.com/webb-tools/dkg-substrate.git" }
49+
dkg-runtime-primitives = { default-features = false, tag = "v0.1.4", git = "https://github.com/webb-tools/dkg-substrate.git" }
5050
tangle-rococo-runtime = { path = "../runtime/rococo" }
5151

5252
# Arkworks

pallets/claims/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-ecdsa-claims"
3-
version = "0.1.0"
3+
version = "0.1.4"
44
authors = ["Webb Technologies Inc."]
55
edition = "2021"
66
homepage = "https://substrate.dev"

pallets/parachain-staking/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-parachain-staking"
3-
version = "0.1.0"
3+
version = "0.1.4"
44
authors = ["Webb Technologies Inc."]
55
edition = "2021"
66
description = "parachain staking pallet for collator selection and reward distribution"

pallets/transaction-pause/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-transaction-pause"
3-
version = "0.1.0"
3+
version = "0.1.4"
44
authors = ["Webb Technologies Inc."]
55
edition = "2021"
66

primitives/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tangle-primitives"
3-
version = "0.1.0"
3+
version = "0.1.4"
44
authors = ["Webb Technologies Inc."]
55
edition = "2021"
66
license = "Unlicense"

runtime/rococo/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tangle-rococo-runtime"
3-
version = "0.1.0"
3+
version = "0.1.4"
44
authors = ["Webb tools"]
55
edition = "2021"
66
homepage = "https://webb.tools"
@@ -24,10 +24,10 @@ smallvec = "1.6.1"
2424
getrandom = { version = "0.2.8", features = ["js"] }
2525

2626
# DKG Substrate Dependencies
27-
dkg-runtime-primitives = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.1.3", default-features = false }
28-
pallet-dkg-metadata = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.1.3", default-features = false }
29-
pallet-dkg-proposal-handler = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.1.3", default-features = false }
30-
pallet-dkg-proposals = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.1.3", default-features = false }
27+
dkg-runtime-primitives = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.1.4", default-features = false }
28+
pallet-dkg-metadata = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.1.4", default-features = false }
29+
pallet-dkg-proposal-handler = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.1.4", default-features = false }
30+
pallet-dkg-proposals = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.1.4", default-features = false }
3131

3232
# Protocol Substrate Dependencies
3333
pallet-asset-registry = { git = "https://github.com/webb-tools/protocol-substrate.git", default-features = false }

0 commit comments

Comments
 (0)