Skip to content

Commit 08a32ed

Browse files
authored
version 1.7.1
1 parent bfc4503 commit 08a32ed

File tree

19 files changed

+33
-33
lines changed

19 files changed

+33
-33
lines changed

Cargo.lock

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nodes/parachain/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build = "build.rs"
44
description = "KILT parachain"
55
edition = "2021"
66
name = "kilt-parachain"
7-
version = "1.7.0"
7+
version = "1.7.1"
88

99
[[bin]]
1010
name = "kilt-parachain"

nodes/standalone/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["KILT <info@kilt.io>"]
33
build = "build.rs"
44
edition = "2021"
55
name = "mashnet-node"
6-
version = "1.7.0"
6+
version = "1.7.1"
77

88
[[bin]]
99
name = "mashnet-node"

pallets/attestation/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Enables adding and revoking attestations."
44
edition = "2021"
55
name = "attestation"
66
repository = "https://github.com/KILTprotocol/mashnet-node"
7-
version = "1.7.0"
7+
version = "1.7.1"
88

99
[package.metadata.docs.rs]
1010
targets = ["x86_64-unknown-linux-gnu"]

pallets/ctype/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Enables adding CTypes."
44
edition = "2021"
55
name = "ctype"
66
repository = "https://github.com/KILTprotocol/mashnet-node"
7-
version = "1.7.0"
7+
version = "1.7.1"
88

99
[package.metadata.docs.rs]
1010
targets = ["x86_64-unknown-linux-gnu"]

pallets/delegation/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Enables creating and revoking root nodes of delegation hierarchie
44
edition = "2021"
55
name = "delegation"
66
repository = "https://github.com/KILTprotocol/mashnet-node"
7-
version = "1.7.0"
7+
version = "1.7.1"
88

99
[package.metadata.docs.rs]
1010
targets = ["x86_64-unknown-linux-gnu"]

pallets/did/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Enables adding and removing decentralized identifiers (DIDs)."
44
edition = "2021"
55
name = "did"
66
repository = "https://github.com/KILTprotocol/mashnet-node"
7-
version = "1.7.0"
7+
version = "1.7.1"
88

99
[package.metadata.docs.rs]
1010
targets = ["x86_64-unknown-linux-gnu"]

pallets/pallet-did-lookup/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Lookup the DID for a blockchain account."
44
edition = "2021"
55
name = "pallet-did-lookup"
66
repository = "https://github.com/KILTprotocol/mashnet-node"
7-
version = "1.7.0"
7+
version = "1.7.1"
88

99
[package.metadata.docs.rs]
1010
targets = ["x86_64-unknown-linux-gnu"]

pallets/pallet-inflation/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Substrate pallet issueing a pre-configured amount of tokens to th
44
edition = "2021"
55
name = "pallet-inflation"
66
repository = "https://github.com/KILTprotocol/mashnet-node"
7-
version = "1.7.0"
7+
version = "1.7.1"
88

99
[package.metadata.docs.rs]
1010
targets = ["x86_64-unknown-linux-gnu"]

pallets/pallet-web3-names/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Unique Web3 nicknames for KILT DIDs."
44
edition = "2021"
55
name = "pallet-web3-names"
66
repository = "https://github.com/KILTprotocol/mashnet-node"
7-
version = "1.7.0"
7+
version = "1.7.1"
88

99
[package.metadata.docs.rs]
1010
targets = ["x86_64-unknown-linux-gnu"]

pallets/parachain-staking/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["KILT <info@kilt.io>"]
33
description = "Parachain parachain-staking pallet for collator delegation and selection as well as reward distribution"
44
edition = "2021"
55
name = "parachain-staking"
6-
version = "1.7.0"
6+
version = "1.7.1"
77

88
[dev-dependencies]
99
pallet-aura = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24"}

runtimes/common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["KILT <info@kilt.io>"]
33
edition = "2021"
44
name = "runtime-common"
5-
version = "1.7.0"
5+
version = "1.7.1"
66

77
[dev-dependencies]
88
sp-io = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24"}

runtimes/peregrine/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["KILT <info@kilt.io>"]
33
edition = "2021"
44
name = "peregrine-runtime"
5-
version = "1.7.0"
5+
version = "1.7.1"
66

77
[build-dependencies]
88
substrate-wasm-builder = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24"}

runtimes/peregrine/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
8282
spec_name: create_runtime_str!("mashnet-node"),
8383
impl_name: create_runtime_str!("mashnet-node"),
8484
authoring_version: 4,
85-
spec_version: 10700,
85+
spec_version: 10710,
8686
impl_version: 0,
8787
apis: RUNTIME_API_VERSIONS,
8888
transaction_version: 4,

runtimes/spiritnet/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["KILT <info@kilt.io>"]
33
edition = "2021"
44
name = "spiritnet-runtime"
5-
version = "1.7.0"
5+
version = "1.7.1"
66

77
[build-dependencies]
88
substrate-wasm-builder = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24"}

runtimes/spiritnet/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
8282
spec_name: create_runtime_str!("kilt-spiritnet"),
8383
impl_name: create_runtime_str!("kilt-spiritnet"),
8484
authoring_version: 1,
85-
spec_version: 10700,
85+
spec_version: 10710,
8686
impl_version: 0,
8787
apis: RUNTIME_API_VERSIONS,
8888
transaction_version: 3,

runtimes/standalone/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["KILT <info@kilt.io>"]
33
edition = "2021"
44
name = "mashnet-node-runtime"
5-
version = "1.7.0"
5+
version = "1.7.1"
66

77
[build-dependencies]
88
substrate-wasm-builder = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24"}

runtimes/standalone/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
117117
spec_name: create_runtime_str!("mashnet-node"),
118118
impl_name: create_runtime_str!("mashnet-node"),
119119
authoring_version: 4,
120-
spec_version: 10700,
120+
spec_version: 10710,
121121
impl_version: 0,
122122
apis: RUNTIME_API_VERSIONS,
123123
transaction_version: 4,

support/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Shared traits and structs used across the KILT pallets"
44
edition = "2021"
55
name = "kilt-support"
66
repository = "https://github.com/KILTprotocol/mashnet-node"
7-
version = "1.7.0"
7+
version = "1.7.1"
88

99
[dependencies]
1010
codec = {package = "parity-scale-codec", version = "3.1.2", default-features = false, features = ["derive"]}

0 commit comments

Comments
 (0)