From ed738393df5e36c1f27f29d7a00458521de7269a Mon Sep 17 00:00:00 2001 From: clangenb <37865735+clangenb@users.noreply.github.com> Date: Fri, 23 Aug 2024 03:56:08 +0200 Subject: [PATCH] release v0.7.6 & bump ajuna-pallets (#81) --- Cargo.lock | 28 ++++++++++++++-------------- Cargo.toml | 18 +++++++++--------- runtime/bajun/src/lib.rs | 2 +- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 995cf85..4505afc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -650,7 +650,7 @@ dependencies = [ [[package]] name = "bajun-node" -version = "0.7.4" +version = "0.7.6" dependencies = [ "async-trait", "bajun-runtime", @@ -728,7 +728,7 @@ dependencies = [ [[package]] name = "bajun-runtime" -version = "0.7.4" +version = "0.7.6" dependencies = [ "assets-common", "cumulus-pallet-aura-ext", @@ -6265,8 +6265,8 @@ dependencies = [ [[package]] name = "orml-pallets-benchmarking" -version = "0.12.0" -source = "git+https://github.com/ajuna-network/ajuna-pallets.git?tag=v0.12.0#0f4108c7e4d46f6d3286383e741da69a4feee2b6" +version = "0.13.0" +source = "git+https://github.com/ajuna-network/ajuna-pallets.git?tag=v0.13.0#fa8c35e865c8bf00eea92b726eb287adeb25d201" dependencies = [ "frame-benchmarking", "frame-support", @@ -6393,8 +6393,8 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "pallet-ajuna-affiliates" -version = "0.12.0" -source = "git+https://github.com/ajuna-network/ajuna-pallets.git?tag=v0.12.0#0f4108c7e4d46f6d3286383e741da69a4feee2b6" +version = "0.13.0" +source = "git+https://github.com/ajuna-network/ajuna-pallets.git?tag=v0.13.0#fa8c35e865c8bf00eea92b726eb287adeb25d201" dependencies = [ "frame-support", "frame-system", @@ -6406,8 +6406,8 @@ dependencies = [ [[package]] name = "pallet-ajuna-awesome-avatars" -version = "0.12.0" -source = "git+https://github.com/ajuna-network/ajuna-pallets.git?tag=v0.12.0#0f4108c7e4d46f6d3286383e741da69a4feee2b6" +version = "0.13.0" +source = "git+https://github.com/ajuna-network/ajuna-pallets.git?tag=v0.13.0#fa8c35e865c8bf00eea92b726eb287adeb25d201" dependencies = [ "frame-benchmarking", "frame-support", @@ -6426,8 +6426,8 @@ dependencies = [ [[package]] name = "pallet-ajuna-awesome-avatars-benchmarking" -version = "0.12.0" -source = "git+https://github.com/ajuna-network/ajuna-pallets.git?tag=v0.12.0#0f4108c7e4d46f6d3286383e741da69a4feee2b6" +version = "0.13.0" +source = "git+https://github.com/ajuna-network/ajuna-pallets.git?tag=v0.13.0#fa8c35e865c8bf00eea92b726eb287adeb25d201" dependencies = [ "frame-benchmarking", "frame-support", @@ -6450,8 +6450,8 @@ dependencies = [ [[package]] name = "pallet-ajuna-nft-transfer" -version = "0.12.0" -source = "git+https://github.com/ajuna-network/ajuna-pallets.git?tag=v0.12.0#0f4108c7e4d46f6d3286383e741da69a4feee2b6" +version = "0.13.0" +source = "git+https://github.com/ajuna-network/ajuna-pallets.git?tag=v0.13.0#fa8c35e865c8bf00eea92b726eb287adeb25d201" dependencies = [ "frame-support", "frame-system", @@ -6463,8 +6463,8 @@ dependencies = [ [[package]] name = "pallet-ajuna-tournament" -version = "0.12.0" -source = "git+https://github.com/ajuna-network/ajuna-pallets.git?tag=v0.12.0#0f4108c7e4d46f6d3286383e741da69a4feee2b6" +version = "0.13.0" +source = "git+https://github.com/ajuna-network/ajuna-pallets.git?tag=v0.13.0#fa8c35e865c8bf00eea92b726eb287adeb25d201" dependencies = [ "frame-support", "frame-system", diff --git a/Cargo.toml b/Cargo.toml index 7da23e4..80e6a77 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.4" +version = "0.7.6" [workspace] resolver = "2" @@ -163,14 +163,14 @@ orml-xtokens = { version = "0.13.0", default-features = false } bajun-runtime = { path = "runtime/bajun" } # Ajuna Pallets -pallet-ajuna-affiliates = { git = "https://github.com/ajuna-network/ajuna-pallets.git", tag = "v0.12.0", default-features = false } -pallet-ajuna-awesome-avatars = { git = "https://github.com/ajuna-network/ajuna-pallets.git", tag = "v0.12.0", default-features = false } -pallet-ajuna-battle-mogs = { git = "https://github.com/ajuna-network/ajuna-pallets.git", tag = "v0.12.0", default-features = false } -pallet-ajuna-awesome-avatars-benchmarking = { git = "https://github.com/ajuna-network/ajuna-pallets.git", tag = "v0.12.0", default-features = false } -pallet-ajuna-nft-transfer = { git = "https://github.com/ajuna-network/ajuna-pallets.git", tag = "v0.12.0", default-features = false } -pallet-ajuna-nft-staking = { git = "https://github.com/ajuna-network/ajuna-pallets.git", tag = "v0.12.0", default-features = false } -pallet-ajuna-tournament = { git = "https://github.com/ajuna-network/ajuna-pallets.git", tag = "v0.12.0", default-features = false } -orml-pallets-benchmarking = { git = "https://github.com/ajuna-network/ajuna-pallets.git", tag = "v0.12.0", default-features = false } +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-battle-mogs = { 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 } # 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/bajun/src/lib.rs b/runtime/bajun/src/lib.rs index 18d9905..187ee86 100644 --- a/runtime/bajun/src/lib.rs +++ b/runtime/bajun/src/lib.rs @@ -217,7 +217,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("bajun"), impl_name: create_runtime_str!("bajun"), authoring_version: 1, - spec_version: 704, + spec_version: 706, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1,