diff --git a/Cargo.lock b/Cargo.lock index 00b4955b2..d7aede1f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -338,7 +338,7 @@ checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a" [[package]] name = "attestation" -version = "1.7.0" +version = "1.7.1" dependencies = [ "ctype", "frame-benchmarking", @@ -1421,7 +1421,7 @@ dependencies = [ [[package]] name = "ctype" -version = "1.7.0" +version = "1.7.1" dependencies = [ "frame-benchmarking", "frame-support", @@ -1994,7 +1994,7 @@ dependencies = [ [[package]] name = "delegation" -version = "1.7.0" +version = "1.7.1" dependencies = [ "attestation", "bitflags", @@ -2052,7 +2052,7 @@ dependencies = [ [[package]] name = "did" -version = "1.7.0" +version = "1.7.1" dependencies = [ "ctype", "env_logger", @@ -3596,7 +3596,7 @@ checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" [[package]] name = "kilt-parachain" -version = "1.7.0" +version = "1.7.1" dependencies = [ "clap", "cumulus-client-cli", @@ -3671,7 +3671,7 @@ dependencies = [ [[package]] name = "kilt-support" -version = "1.7.0" +version = "1.7.1" dependencies = [ "frame-support", "frame-system", @@ -4617,7 +4617,7 @@ checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" [[package]] name = "mashnet-node" -version = "1.7.0" +version = "1.7.1" dependencies = [ "clap", "frame-benchmarking", @@ -4669,7 +4669,7 @@ dependencies = [ [[package]] name = "mashnet-node-runtime" -version = "1.7.0" +version = "1.7.1" dependencies = [ "attestation", "bitflags", @@ -5805,7 +5805,7 @@ dependencies = [ [[package]] name = "pallet-did-lookup" -version = "1.7.0" +version = "1.7.1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5969,7 +5969,7 @@ dependencies = [ [[package]] name = "pallet-inflation" -version = "1.7.0" +version = "1.7.1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6547,7 +6547,7 @@ dependencies = [ [[package]] name = "pallet-web3-names" -version = "1.7.0" +version = "1.7.1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6627,7 +6627,7 @@ dependencies = [ [[package]] name = "parachain-staking" -version = "1.7.0" +version = "1.7.1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6836,7 +6836,7 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" [[package]] name = "peregrine-runtime" -version = "1.7.0" +version = "1.7.1" dependencies = [ "attestation", "ctype", @@ -8893,7 +8893,7 @@ dependencies = [ [[package]] name = "runtime-common" -version = "1.7.0" +version = "1.7.1" dependencies = [ "attestation", "frame-support", @@ -11224,7 +11224,7 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" [[package]] name = "spiritnet-runtime" -version = "1.7.0" +version = "1.7.1" dependencies = [ "attestation", "ctype", diff --git a/nodes/parachain/Cargo.toml b/nodes/parachain/Cargo.toml index e65617644..8a8776e40 100644 --- a/nodes/parachain/Cargo.toml +++ b/nodes/parachain/Cargo.toml @@ -4,7 +4,7 @@ build = "build.rs" description = "KILT parachain" edition = "2021" name = "kilt-parachain" -version = "1.7.0" +version = "1.7.1" [[bin]] name = "kilt-parachain" diff --git a/nodes/standalone/Cargo.toml b/nodes/standalone/Cargo.toml index fa70ddadb..457b1dc7f 100644 --- a/nodes/standalone/Cargo.toml +++ b/nodes/standalone/Cargo.toml @@ -3,7 +3,7 @@ authors = ["KILT "] build = "build.rs" edition = "2021" name = "mashnet-node" -version = "1.7.0" +version = "1.7.1" [[bin]] name = "mashnet-node" diff --git a/pallets/attestation/Cargo.toml b/pallets/attestation/Cargo.toml index de5f09490..dd4a6d7ff 100644 --- a/pallets/attestation/Cargo.toml +++ b/pallets/attestation/Cargo.toml @@ -4,7 +4,7 @@ description = "Enables adding and revoking attestations." edition = "2021" name = "attestation" repository = "https://github.com/KILTprotocol/mashnet-node" -version = "1.7.0" +version = "1.7.1" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/pallets/ctype/Cargo.toml b/pallets/ctype/Cargo.toml index 9e0603d07..cdcef46e8 100644 --- a/pallets/ctype/Cargo.toml +++ b/pallets/ctype/Cargo.toml @@ -4,7 +4,7 @@ description = "Enables adding CTypes." edition = "2021" name = "ctype" repository = "https://github.com/KILTprotocol/mashnet-node" -version = "1.7.0" +version = "1.7.1" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/pallets/delegation/Cargo.toml b/pallets/delegation/Cargo.toml index 73e369ffb..86a9d02b0 100644 --- a/pallets/delegation/Cargo.toml +++ b/pallets/delegation/Cargo.toml @@ -4,7 +4,7 @@ description = "Enables creating and revoking root nodes of delegation hierarchie edition = "2021" name = "delegation" repository = "https://github.com/KILTprotocol/mashnet-node" -version = "1.7.0" +version = "1.7.1" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/pallets/did/Cargo.toml b/pallets/did/Cargo.toml index 8a3496960..884dc2650 100644 --- a/pallets/did/Cargo.toml +++ b/pallets/did/Cargo.toml @@ -4,7 +4,7 @@ description = "Enables adding and removing decentralized identifiers (DIDs)." edition = "2021" name = "did" repository = "https://github.com/KILTprotocol/mashnet-node" -version = "1.7.0" +version = "1.7.1" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/pallets/pallet-did-lookup/Cargo.toml b/pallets/pallet-did-lookup/Cargo.toml index f70607676..8683e848e 100644 --- a/pallets/pallet-did-lookup/Cargo.toml +++ b/pallets/pallet-did-lookup/Cargo.toml @@ -4,7 +4,7 @@ description = "Lookup the DID for a blockchain account." edition = "2021" name = "pallet-did-lookup" repository = "https://github.com/KILTprotocol/mashnet-node" -version = "1.7.0" +version = "1.7.1" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/pallets/pallet-inflation/Cargo.toml b/pallets/pallet-inflation/Cargo.toml index 495f5120e..cc02337dd 100644 --- a/pallets/pallet-inflation/Cargo.toml +++ b/pallets/pallet-inflation/Cargo.toml @@ -4,7 +4,7 @@ description = "Substrate pallet issueing a pre-configured amount of tokens to th edition = "2021" name = "pallet-inflation" repository = "https://github.com/KILTprotocol/mashnet-node" -version = "1.7.0" +version = "1.7.1" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/pallets/pallet-web3-names/Cargo.toml b/pallets/pallet-web3-names/Cargo.toml index 3cd3a5a78..5e0f59816 100644 --- a/pallets/pallet-web3-names/Cargo.toml +++ b/pallets/pallet-web3-names/Cargo.toml @@ -4,7 +4,7 @@ description = "Unique Web3 nicknames for KILT DIDs." edition = "2021" name = "pallet-web3-names" repository = "https://github.com/KILTprotocol/mashnet-node" -version = "1.7.0" +version = "1.7.1" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/pallets/parachain-staking/Cargo.toml b/pallets/parachain-staking/Cargo.toml index 6224d86e1..fb59855c0 100644 --- a/pallets/parachain-staking/Cargo.toml +++ b/pallets/parachain-staking/Cargo.toml @@ -3,7 +3,7 @@ authors = ["KILT "] description = "Parachain parachain-staking pallet for collator delegation and selection as well as reward distribution" edition = "2021" name = "parachain-staking" -version = "1.7.0" +version = "1.7.1" [dev-dependencies] pallet-aura = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24"} diff --git a/runtimes/common/Cargo.toml b/runtimes/common/Cargo.toml index 34c87a60e..643f07bc8 100644 --- a/runtimes/common/Cargo.toml +++ b/runtimes/common/Cargo.toml @@ -2,7 +2,7 @@ authors = ["KILT "] edition = "2021" name = "runtime-common" -version = "1.7.0" +version = "1.7.1" [dev-dependencies] sp-io = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24"} diff --git a/runtimes/peregrine/Cargo.toml b/runtimes/peregrine/Cargo.toml index 0cbb14525..353df840a 100644 --- a/runtimes/peregrine/Cargo.toml +++ b/runtimes/peregrine/Cargo.toml @@ -2,7 +2,7 @@ authors = ["KILT "] edition = "2021" name = "peregrine-runtime" -version = "1.7.0" +version = "1.7.1" [build-dependencies] substrate-wasm-builder = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24"} diff --git a/runtimes/peregrine/src/lib.rs b/runtimes/peregrine/src/lib.rs index 4a34728a7..28d4c9087 100644 --- a/runtimes/peregrine/src/lib.rs +++ b/runtimes/peregrine/src/lib.rs @@ -82,7 +82,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("mashnet-node"), impl_name: create_runtime_str!("mashnet-node"), authoring_version: 4, - spec_version: 10700, + spec_version: 10710, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 4, diff --git a/runtimes/spiritnet/Cargo.toml b/runtimes/spiritnet/Cargo.toml index a66e8fc4f..e11484580 100644 --- a/runtimes/spiritnet/Cargo.toml +++ b/runtimes/spiritnet/Cargo.toml @@ -2,7 +2,7 @@ authors = ["KILT "] edition = "2021" name = "spiritnet-runtime" -version = "1.7.0" +version = "1.7.1" [build-dependencies] substrate-wasm-builder = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24"} diff --git a/runtimes/spiritnet/src/lib.rs b/runtimes/spiritnet/src/lib.rs index 41f38ae68..09b87a50a 100644 --- a/runtimes/spiritnet/src/lib.rs +++ b/runtimes/spiritnet/src/lib.rs @@ -82,7 +82,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("kilt-spiritnet"), impl_name: create_runtime_str!("kilt-spiritnet"), authoring_version: 1, - spec_version: 10700, + spec_version: 10710, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 3, diff --git a/runtimes/standalone/Cargo.toml b/runtimes/standalone/Cargo.toml index e102f2cb9..a76884490 100644 --- a/runtimes/standalone/Cargo.toml +++ b/runtimes/standalone/Cargo.toml @@ -2,7 +2,7 @@ authors = ["KILT "] edition = "2021" name = "mashnet-node-runtime" -version = "1.7.0" +version = "1.7.1" [build-dependencies] substrate-wasm-builder = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24"} diff --git a/runtimes/standalone/src/lib.rs b/runtimes/standalone/src/lib.rs index 6ddfab5a7..e67318316 100644 --- a/runtimes/standalone/src/lib.rs +++ b/runtimes/standalone/src/lib.rs @@ -117,7 +117,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("mashnet-node"), impl_name: create_runtime_str!("mashnet-node"), authoring_version: 4, - spec_version: 10700, + spec_version: 10710, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 4, diff --git a/support/Cargo.toml b/support/Cargo.toml index eaca55f0c..580b97266 100644 --- a/support/Cargo.toml +++ b/support/Cargo.toml @@ -4,7 +4,7 @@ description = "Shared traits and structs used across the KILT pallets" edition = "2021" name = "kilt-support" repository = "https://github.com/KILTprotocol/mashnet-node" -version = "1.7.0" +version = "1.7.1" [dependencies] codec = {package = "parity-scale-codec", version = "3.1.2", default-features = false, features = ["derive"]}