diff --git a/Cargo.lock b/Cargo.lock index dd5600bd81..31adf7ac99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -339,7 +339,7 @@ checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a" [[package]] name = "attestation" -version = "1.7.1" +version = "1.7.2" dependencies = [ "ctype", "frame-benchmarking", @@ -952,7 +952,7 @@ dependencies = [ [[package]] name = "clone-runtime" -version = "1.7.1" +version = "1.7.2" dependencies = [ "cumulus-pallet-aura-ext", "cumulus-pallet-dmp-queue", @@ -1344,7 +1344,7 @@ dependencies = [ [[package]] name = "ctype" -version = "1.7.1" +version = "1.7.2" dependencies = [ "frame-benchmarking", "frame-support", @@ -1914,7 +1914,7 @@ dependencies = [ [[package]] name = "delegation" -version = "1.7.1" +version = "1.7.2" dependencies = [ "attestation", "bitflags", @@ -1972,7 +1972,7 @@ dependencies = [ [[package]] name = "did" -version = "1.7.1" +version = "1.7.2" dependencies = [ "ctype", "env_logger", @@ -3585,7 +3585,7 @@ checksum = "f9b7d56ba4a8344d6be9729995e6b06f928af29998cdf79fe390cbf6b1fee838" [[package]] name = "kilt-parachain" -version = "1.7.1" +version = "1.7.2" dependencies = [ "clap", "clone-runtime", @@ -3659,7 +3659,7 @@ dependencies = [ [[package]] name = "kilt-support" -version = "1.7.1" +version = "1.7.2" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -4576,7 +4576,7 @@ dependencies = [ [[package]] name = "mashnet-node" -version = "1.7.1" +version = "1.7.2" dependencies = [ "clap", "did-rpc", @@ -4626,7 +4626,7 @@ dependencies = [ [[package]] name = "mashnet-node-runtime" -version = "1.7.1" +version = "1.7.2" dependencies = [ "attestation", "bitflags", @@ -5475,7 +5475,7 @@ dependencies = [ [[package]] name = "pallet-did-lookup" -version = "1.7.1" +version = "1.7.2" dependencies = [ "frame-benchmarking", "frame-support", @@ -5639,7 +5639,7 @@ dependencies = [ [[package]] name = "pallet-inflation" -version = "1.7.1" +version = "1.7.2" dependencies = [ "frame-benchmarking", "frame-support", @@ -5867,7 +5867,7 @@ dependencies = [ [[package]] name = "pallet-relay-migration" -version = "1.7.1" +version = "1.7.2" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-primitives-core", @@ -6141,7 +6141,7 @@ dependencies = [ [[package]] name = "pallet-web3-names" -version = "1.7.1" +version = "1.7.2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6208,7 +6208,7 @@ dependencies = [ [[package]] name = "parachain-staking" -version = "1.7.1" +version = "1.7.2" dependencies = [ "frame-benchmarking", "frame-support", @@ -6415,7 +6415,7 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" [[package]] name = "peregrine-runtime" -version = "1.7.1" +version = "1.7.2" dependencies = [ "attestation", "ctype", @@ -8396,7 +8396,7 @@ dependencies = [ [[package]] name = "runtime-common" -version = "1.7.1" +version = "1.7.2" dependencies = [ "attestation", "frame-support", @@ -10742,7 +10742,7 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" [[package]] name = "spiritnet-runtime" -version = "1.7.1" +version = "1.7.2" dependencies = [ "attestation", "ctype", diff --git a/nodes/parachain/Cargo.toml b/nodes/parachain/Cargo.toml index 3321483acf..4782f72f4b 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.1" +version = "1.7.2" [[bin]] name = "kilt-parachain" diff --git a/nodes/standalone/Cargo.toml b/nodes/standalone/Cargo.toml index 43405881da..a3090a7718 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.1" +version = "1.7.2" [[bin]] name = "mashnet-node" diff --git a/pallets/attestation/Cargo.toml b/pallets/attestation/Cargo.toml index fca1d70729..b7471ab775 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.1" +version = "1.7.2" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/pallets/ctype/Cargo.toml b/pallets/ctype/Cargo.toml index 4d5fb71b6d..aa0c7e55f0 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.1" +version = "1.7.2" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/pallets/delegation/Cargo.toml b/pallets/delegation/Cargo.toml index a809d88370..24a49d0f36 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.1" +version = "1.7.2" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/pallets/did/Cargo.toml b/pallets/did/Cargo.toml index 280fbcf5de..78adb1a54f 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.1" +version = "1.7.2" [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 d2a3dc3008..6726adf34e 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.1" +version = "1.7.2" [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 037170941e..3d065233c5 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.1" +version = "1.7.2" [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 86eb23f21a..04b20f348a 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.1" +version = "1.7.2" [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 8dcf294935..14dd181eb4 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.1" +version = "1.7.2" [dev-dependencies] pallet-aura = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27"} diff --git a/pallets/relay-migration/Cargo.toml b/pallets/relay-migration/Cargo.toml index d85c075aca..589c340a1f 100644 --- a/pallets/relay-migration/Cargo.toml +++ b/pallets/relay-migration/Cargo.toml @@ -4,7 +4,7 @@ description = "Initiate migration to another relay chain" edition = "2021" name = "pallet-relay-migration" repository = "https://github.com/KILTprotocol/kilt-node" -version = "1.7.1" +version = "1.7.2" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/runtimes/clone/Cargo.toml b/runtimes/clone/Cargo.toml index 225f0cf7c1..0a36beb50f 100644 --- a/runtimes/clone/Cargo.toml +++ b/runtimes/clone/Cargo.toml @@ -2,7 +2,7 @@ authors = ["KILT "] edition = "2021" name = "clone-runtime" -version = "1.7.1" +version = "1.7.2" [build-dependencies] substrate-wasm-builder = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27"} diff --git a/runtimes/clone/src/lib.rs b/runtimes/clone/src/lib.rs index 489cd69754..0c6c8e0493 100644 --- a/runtimes/clone/src/lib.rs +++ b/runtimes/clone/src/lib.rs @@ -79,7 +79,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("KILT"), impl_name: create_runtime_str!("KILT"), authoring_version: 0, - spec_version: 10710, + spec_version: 10720, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 0, diff --git a/runtimes/common/Cargo.toml b/runtimes/common/Cargo.toml index b0ff194237..270d7ec5d2 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.1" +version = "1.7.2" [dev-dependencies] sp-io = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27"} diff --git a/runtimes/peregrine/Cargo.toml b/runtimes/peregrine/Cargo.toml index a88079e65d..10446cdb83 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.1" +version = "1.7.2" [build-dependencies] substrate-wasm-builder = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27"} diff --git a/runtimes/peregrine/src/lib.rs b/runtimes/peregrine/src/lib.rs index 9d4879161e..9a099cc3e2 100644 --- a/runtimes/peregrine/src/lib.rs +++ b/runtimes/peregrine/src/lib.rs @@ -84,7 +84,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: 10710, + spec_version: 10720, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 4, diff --git a/runtimes/spiritnet/Cargo.toml b/runtimes/spiritnet/Cargo.toml index e60d7049c2..ebe75bc843 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.1" +version = "1.7.2" [build-dependencies] substrate-wasm-builder = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27"} diff --git a/runtimes/spiritnet/src/lib.rs b/runtimes/spiritnet/src/lib.rs index 98ef28ca7d..6c25837633 100644 --- a/runtimes/spiritnet/src/lib.rs +++ b/runtimes/spiritnet/src/lib.rs @@ -84,7 +84,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: 10710, + spec_version: 10720, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 3, diff --git a/runtimes/standalone/Cargo.toml b/runtimes/standalone/Cargo.toml index 70d95022c3..7c8f5d6911 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.1" +version = "1.7.2" [build-dependencies] substrate-wasm-builder = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27"} diff --git a/runtimes/standalone/src/lib.rs b/runtimes/standalone/src/lib.rs index 355e32ad85..42ec87c49e 100644 --- a/runtimes/standalone/src/lib.rs +++ b/runtimes/standalone/src/lib.rs @@ -113,7 +113,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: 10710, + spec_version: 10720, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 4, diff --git a/support/Cargo.toml b/support/Cargo.toml index 487c61d6f9..12c3a62dbd 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.1" +version = "1.7.2" [dependencies] codec = {package = "parity-scale-codec", version = "3.1.5", default-features = false, features = ["derive"]}