From 84d6320dfc42dedffb2e2ba3972346ada05f59da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=ADdac=20Sement=C3=A9=20Fern=C3=A1ndez?= Date: Wed, 16 Oct 2024 13:00:42 +0200 Subject: [PATCH] * Releasing 0.8.0 --- Cargo.lock | 28 ++++++++++++++-------------- Cargo.toml | 16 ++++++++-------- runtime/ajuna/src/lib.rs | 2 +- 3 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c9c5fe..7a54305 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -95,7 +95,7 @@ dependencies = [ [[package]] name = "ajuna-node" -version = "0.7.7" +version = "0.8.0" dependencies = [ "ajuna-runtime", "async-trait", @@ -173,7 +173,7 @@ dependencies = [ [[package]] name = "ajuna-runtime" -version = "0.7.7" +version = "0.8.0" dependencies = [ "assets-common", "cumulus-pallet-aura-ext", @@ -6288,8 +6288,8 @@ dependencies = [ [[package]] name = "orml-pallets-benchmarking" -version = "0.13.0" -source = "git+https://github.com/ajuna-network/ajuna-pallets.git?tag=v0.13.0#fa8c35e865c8bf00eea92b726eb287adeb25d201" +version = "0.14.0" +source = "git+https://github.com/ajuna-network/ajuna-pallets.git?tag=v0.14.0#2625df1eb69bf19dcbb0b675f96ebf8bc6c89c8a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6416,8 +6416,8 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "pallet-ajuna-affiliates" -version = "0.13.0" -source = "git+https://github.com/ajuna-network/ajuna-pallets.git?tag=v0.13.0#fa8c35e865c8bf00eea92b726eb287adeb25d201" +version = "0.14.0" +source = "git+https://github.com/ajuna-network/ajuna-pallets.git?tag=v0.14.0#2625df1eb69bf19dcbb0b675f96ebf8bc6c89c8a" dependencies = [ "frame-support", "frame-system", @@ -6429,8 +6429,8 @@ dependencies = [ [[package]] name = "pallet-ajuna-awesome-avatars" -version = "0.13.0" -source = "git+https://github.com/ajuna-network/ajuna-pallets.git?tag=v0.13.0#fa8c35e865c8bf00eea92b726eb287adeb25d201" +version = "0.14.0" +source = "git+https://github.com/ajuna-network/ajuna-pallets.git?tag=v0.14.0#2625df1eb69bf19dcbb0b675f96ebf8bc6c89c8a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6449,8 +6449,8 @@ dependencies = [ [[package]] name = "pallet-ajuna-awesome-avatars-benchmarking" -version = "0.13.0" -source = "git+https://github.com/ajuna-network/ajuna-pallets.git?tag=v0.13.0#fa8c35e865c8bf00eea92b726eb287adeb25d201" +version = "0.14.0" +source = "git+https://github.com/ajuna-network/ajuna-pallets.git?tag=v0.14.0#2625df1eb69bf19dcbb0b675f96ebf8bc6c89c8a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6473,8 +6473,8 @@ dependencies = [ [[package]] name = "pallet-ajuna-nft-transfer" -version = "0.13.0" -source = "git+https://github.com/ajuna-network/ajuna-pallets.git?tag=v0.13.0#fa8c35e865c8bf00eea92b726eb287adeb25d201" +version = "0.14.0" +source = "git+https://github.com/ajuna-network/ajuna-pallets.git?tag=v0.14.0#2625df1eb69bf19dcbb0b675f96ebf8bc6c89c8a" dependencies = [ "frame-support", "frame-system", @@ -6486,8 +6486,8 @@ dependencies = [ [[package]] name = "pallet-ajuna-tournament" -version = "0.13.0" -source = "git+https://github.com/ajuna-network/ajuna-pallets.git?tag=v0.13.0#fa8c35e865c8bf00eea92b726eb287adeb25d201" +version = "0.14.0" +source = "git+https://github.com/ajuna-network/ajuna-pallets.git?tag=v0.14.0#2625df1eb69bf19dcbb0b675f96ebf8bc6c89c8a" dependencies = [ "frame-support", "frame-system", diff --git a/Cargo.toml b/Cargo.toml index f21428e..de4cdfa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ authors = [ "Ajuna Network " ] edition = "2021" homepage = "https://ajuna.io" repository = "https://github.com/ajuna-network/Ajuna" -version = "0.7.7" +version = "0.8.0" [workspace] resolver = "2" @@ -165,13 +165,13 @@ orml-xtokens = { version = "0.13.0", default-features = false } ajuna-runtime = { path = "runtime/ajuna" } # Ajuna Pallets -pallet-ajuna-affiliates = { git = "https://github.com/ajuna-network/ajuna-pallets.git", tag = "v0.13.0", default-features = false } -pallet-ajuna-awesome-avatars = { git = "https://github.com/ajuna-network/ajuna-pallets.git", tag = "v0.13.0", default-features = false } -pallet-ajuna-awesome-avatars-benchmarking = { git = "https://github.com/ajuna-network/ajuna-pallets.git", tag = "v0.13.0", default-features = false } -pallet-ajuna-nft-transfer = { git = "https://github.com/ajuna-network/ajuna-pallets.git", tag = "v0.13.0", default-features = false } -pallet-ajuna-nft-staking = { git = "https://github.com/ajuna-network/ajuna-pallets.git", tag = "v0.13.0", default-features = false } -pallet-ajuna-tournament = { git = "https://github.com/ajuna-network/ajuna-pallets.git", tag = "v0.13.0", default-features = false } -orml-pallets-benchmarking = { git = "https://github.com/ajuna-network/ajuna-pallets.git", tag = "v0.13.0", default-features = false } +pallet-ajuna-affiliates = { git = "https://github.com/ajuna-network/ajuna-pallets.git", tag = "v0.14.0", default-features = false } +pallet-ajuna-awesome-avatars = { git = "https://github.com/ajuna-network/ajuna-pallets.git", tag = "v0.14.0", default-features = false } +pallet-ajuna-awesome-avatars-benchmarking = { git = "https://github.com/ajuna-network/ajuna-pallets.git", tag = "v0.14.0", default-features = false } +pallet-ajuna-nft-transfer = { git = "https://github.com/ajuna-network/ajuna-pallets.git", tag = "v0.14.0", default-features = false } +pallet-ajuna-nft-staking = { git = "https://github.com/ajuna-network/ajuna-pallets.git", tag = "v0.14.0", default-features = false } +pallet-ajuna-tournament = { git = "https://github.com/ajuna-network/ajuna-pallets.git", tag = "v0.14.0", default-features = false } +orml-pallets-benchmarking = { git = "https://github.com/ajuna-network/ajuna-pallets.git", tag = "v0.14.0", default-features = false } # integritee pallets pallet-asset-registry = { default-features = false, git = "https://github.com/integritee-network/pallets.git", branch = "cl/polkadot-v1.13.0" } diff --git a/runtime/ajuna/src/lib.rs b/runtime/ajuna/src/lib.rs index ca664ed..54a1ec8 100644 --- a/runtime/ajuna/src/lib.rs +++ b/runtime/ajuna/src/lib.rs @@ -223,7 +223,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("ajuna"), impl_name: create_runtime_str!("ajuna"), authoring_version: 1, - spec_version: 707, + spec_version: 800, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1,