diff --git a/Cargo.lock b/Cargo.lock index 357763e8e..436689f56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -368,7 +368,7 @@ checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a" [[package]] name = "attestation" -version = "1.3.1" +version = "1.4.0" dependencies = [ "ctype", "delegation", @@ -1317,7 +1317,7 @@ dependencies = [ [[package]] name = "crowdloan" -version = "1.3.1" +version = "1.4.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -1391,7 +1391,7 @@ dependencies = [ [[package]] name = "ctype" -version = "1.3.1" +version = "1.4.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -1810,7 +1810,7 @@ dependencies = [ [[package]] name = "delegation" -version = "1.3.1" +version = "1.4.0" dependencies = [ "bitflags", "ctype", @@ -1859,7 +1859,7 @@ dependencies = [ [[package]] name = "did" -version = "1.3.1" +version = "1.4.0" dependencies = [ "ctype", "env_logger 0.8.4", @@ -3464,7 +3464,7 @@ dependencies = [ [[package]] name = "kilt-launch" -version = "1.3.1" +version = "1.4.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -3484,7 +3484,7 @@ dependencies = [ [[package]] name = "kilt-parachain" -version = "1.3.1" +version = "1.4.0" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", @@ -3556,7 +3556,7 @@ dependencies = [ [[package]] name = "kilt-support" -version = "1.3.1" +version = "1.4.0" dependencies = [ "frame-support", "frame-system", @@ -4421,7 +4421,7 @@ checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" [[package]] name = "mashnet-node" -version = "1.3.1" +version = "1.4.0" dependencies = [ "frame-benchmarking", "frame-benchmarking-cli", @@ -4470,7 +4470,7 @@ dependencies = [ [[package]] name = "mashnet-node-runtime" -version = "1.3.1" +version = "1.4.0" dependencies = [ "attestation", "bitflags", @@ -5532,7 +5532,7 @@ dependencies = [ [[package]] name = "pallet-did-lookup" -version = "1.3.1" +version = "1.4.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5683,7 +5683,7 @@ dependencies = [ [[package]] name = "pallet-inflation" -version = "1.3.1" +version = "1.4.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -6228,7 +6228,7 @@ dependencies = [ [[package]] name = "parachain-staking" -version = "1.3.1" +version = "1.4.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -6528,7 +6528,7 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" [[package]] name = "peregrine-runtime" -version = "1.3.1" +version = "1.4.0" dependencies = [ "attestation", "ctype", @@ -10746,7 +10746,7 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" [[package]] name = "spiritnet-runtime" -version = "1.3.1" +version = "1.4.0" dependencies = [ "attestation", "ctype", diff --git a/nodes/parachain/Cargo.toml b/nodes/parachain/Cargo.toml index 6d83394d1..badbaffd6 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.3.1" +version = "1.4.0" [[bin]] name = "kilt-parachain" diff --git a/nodes/standalone/Cargo.toml b/nodes/standalone/Cargo.toml index 269700551..d9b956f9f 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.3.1" +version = "1.4.0" [[bin]] name = "mashnet-node" diff --git a/pallets/attestation/Cargo.toml b/pallets/attestation/Cargo.toml index c4a60771a..a2912ca66 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.3.1" +version = "1.4.0" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/pallets/crowdloan/Cargo.toml b/pallets/crowdloan/Cargo.toml index 4238208cb..b6611f798 100644 --- a/pallets/crowdloan/Cargo.toml +++ b/pallets/crowdloan/Cargo.toml @@ -4,7 +4,7 @@ description = "Substrate pallet allowing to register crowdloan contributors." edition = "2021" name = "crowdloan" repository = "https://github.com/KILTprotocol/mashnet-node" -version = "1.3.1" +version = "1.4.0" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/pallets/ctype/Cargo.toml b/pallets/ctype/Cargo.toml index 40b792fc5..de7162d85 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.3.1" +version = "1.4.0" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/pallets/delegation/Cargo.toml b/pallets/delegation/Cargo.toml index 91c0842f0..d8b7025c0 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.3.1" +version = "1.4.0" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/pallets/did/Cargo.toml b/pallets/did/Cargo.toml index 9c236adc8..a64597fac 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.3.1" +version = "1.4.0" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/pallets/kilt-launch/Cargo.toml b/pallets/kilt-launch/Cargo.toml index ecc73545e..d09053a9b 100644 --- a/pallets/kilt-launch/Cargo.toml +++ b/pallets/kilt-launch/Cargo.toml @@ -4,7 +4,7 @@ description = "Enables automatic unlocking of balance from genesis block" edition = "2021" name = "kilt-launch" repository = "https://github.com/KILTprotocol/mashnet-node" -version = "1.3.1" +version = "1.4.0" [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 b533739b9..573123109 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.3.1" +version = "1.4.0" [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 c72924f0f..cc4882157 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.3.1" +version = "1.4.0" [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 ffa16d5e3..08c0142ea 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.3.1" +version = "1.4.0" [dev-dependencies] pallet-aura = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.13", default-features = false} diff --git a/runtimes/peregrine/Cargo.toml b/runtimes/peregrine/Cargo.toml index 51c97d0e3..e496258ec 100644 --- a/runtimes/peregrine/Cargo.toml +++ b/runtimes/peregrine/Cargo.toml @@ -2,7 +2,7 @@ authors = ["KILT "] edition = "2021" name = "peregrine-runtime" -version = "1.3.1" +version = "1.4.0" [build-dependencies] substrate-wasm-builder = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.13"} diff --git a/runtimes/peregrine/src/lib.rs b/runtimes/peregrine/src/lib.rs index ccaaa45ef..34b26d4df 100644 --- a/runtimes/peregrine/src/lib.rs +++ b/runtimes/peregrine/src/lib.rs @@ -79,7 +79,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: 10310, + spec_version: 10400, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 2, diff --git a/runtimes/spiritnet/Cargo.toml b/runtimes/spiritnet/Cargo.toml index b8299eaac..1a4f3b231 100644 --- a/runtimes/spiritnet/Cargo.toml +++ b/runtimes/spiritnet/Cargo.toml @@ -2,7 +2,7 @@ authors = ["KILT "] edition = "2021" name = "spiritnet-runtime" -version = "1.3.1" +version = "1.4.0" [build-dependencies] substrate-wasm-builder = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.13"} diff --git a/runtimes/spiritnet/src/lib.rs b/runtimes/spiritnet/src/lib.rs index 125dea2d3..0e9d895f2 100644 --- a/runtimes/spiritnet/src/lib.rs +++ b/runtimes/spiritnet/src/lib.rs @@ -79,7 +79,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: 10310, + spec_version: 10400, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, diff --git a/runtimes/standalone/Cargo.toml b/runtimes/standalone/Cargo.toml index 337164218..43a436606 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.3.1" +version = "1.4.0" [build-dependencies] substrate-wasm-builder = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.13"} diff --git a/runtimes/standalone/src/lib.rs b/runtimes/standalone/src/lib.rs index adc471cee..434191190 100644 --- a/runtimes/standalone/src/lib.rs +++ b/runtimes/standalone/src/lib.rs @@ -110,7 +110,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: 10310, + spec_version: 10400, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 2, diff --git a/support/Cargo.toml b/support/Cargo.toml index d7ea13830..d3901807b 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.3.1" +version = "1.4.0" [dependencies] codec = {default-features = false, features = ["derive"], package = "parity-scale-codec", version = "2.3.1"}