diff --git a/Cargo.lock b/Cargo.lock index 14203f1e1e..93d6edc684 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -891,7 +891,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "basilisk" -version = "13.0.0" +version = "14.0.0" dependencies = [ "basilisk-runtime", "clap", @@ -923,7 +923,7 @@ dependencies = [ "polkadot-parachain-primitives", "polkadot-primitives", "polkadot-service", - "primitives 6.6.2", + "primitives 6.6.3", "sc-basic-authorship", "sc-block-builder", "sc-chain-spec", @@ -973,7 +973,7 @@ dependencies = [ [[package]] name = "basilisk-runtime" -version = "117.0.0" +version = "118.0.0" dependencies = [ "cumulus-pallet-aura-ext", "cumulus-pallet-parachain-system", @@ -1003,7 +1003,7 @@ dependencies = [ "orml-xcm", "orml-xcm-support", "orml-xtokens", - "pallet-asset-registry 2.3.3", + "pallet-asset-registry 2.3.4", "pallet-aura", "pallet-authorship", "pallet-balances", @@ -1050,7 +1050,7 @@ dependencies = [ "polkadot-parachain-primitives", "polkadot-runtime-common", "primitive-types", - "primitives 6.6.2", + "primitives 6.6.3", "scale-info", "serde", "smallvec", @@ -6942,7 +6942,7 @@ dependencies = [ [[package]] name = "pallet-asset-registry" -version = "2.3.3" +version = "2.3.4" dependencies = [ "frame-benchmarking", "frame-support", @@ -7667,7 +7667,7 @@ dependencies = [ [[package]] name = "pallet-marketplace" -version = "5.0.18" +version = "5.0.19" dependencies = [ "frame-benchmarking", "frame-support", @@ -7677,7 +7677,7 @@ dependencies = [ "pallet-uniques", "parity-scale-codec", "pretty_assertions", - "primitives 6.6.2", + "primitives 6.6.3", "scale-info", "serde", "sp-arithmetic", @@ -8569,7 +8569,7 @@ dependencies = [ [[package]] name = "pallet-xyk-liquidity-mining" -version = "1.1.11" +version = "1.1.12" dependencies = [ "frame-support", "frame-system", @@ -8584,7 +8584,7 @@ dependencies = [ "pallet-xyk", "parity-scale-codec", "pretty_assertions", - "primitives 6.6.2", + "primitives 6.6.3", "scale-info", "sp-arithmetic", "sp-core", @@ -8595,7 +8595,7 @@ dependencies = [ [[package]] name = "pallet-xyk-liquidity-mining-benchmarking" -version = "1.0.17" +version = "1.0.18" dependencies = [ "frame-benchmarking", "frame-support", @@ -8603,7 +8603,7 @@ dependencies = [ "hydradx-traits", "orml-tokens", "orml-traits", - "pallet-asset-registry 2.3.3", + "pallet-asset-registry 2.3.4", "pallet-balances", "pallet-duster", "pallet-liquidity-mining", @@ -8612,7 +8612,7 @@ dependencies = [ "pallet-xyk", "pallet-xyk-liquidity-mining", "parity-scale-codec", - "primitives 6.6.2", + "primitives 6.6.3", "scale-info", "sp-arithmetic", "sp-core", @@ -10302,7 +10302,7 @@ dependencies = [ [[package]] name = "primitives" -version = "6.6.2" +version = "6.6.3" dependencies = [ "frame-support", "parity-scale-codec", @@ -11183,7 +11183,7 @@ dependencies = [ [[package]] name = "runtime-integration-tests" -version = "1.0.2" +version = "1.0.3" dependencies = [ "basilisk-runtime", "cumulus-pallet-aura-ext", @@ -11211,7 +11211,7 @@ dependencies = [ "orml-xcm", "orml-xcm-support", "orml-xtokens", - "pallet-asset-registry 2.3.3", + "pallet-asset-registry 2.3.4", "pallet-aura", "pallet-authorship", "pallet-balances", @@ -11245,7 +11245,7 @@ dependencies = [ "polkadot-runtime-parachains", "polkadot-service", "pretty_assertions", - "primitives 6.6.2", + "primitives 6.6.3", "rococo-runtime", "sc-consensus-grandpa", "sp-api", diff --git a/integration-tests/Cargo.toml b/integration-tests/Cargo.toml index ae5d1da188..0428b51f51 100644 --- a/integration-tests/Cargo.toml +++ b/integration-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runtime-integration-tests" -version = "1.0.2" +version = "1.0.3" description = "Integration tests" authors = ["GalacticCouncil"] edition = "2021" diff --git a/node/Cargo.toml b/node/Cargo.toml index cc3f046ed5..a368d1e333 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "basilisk" -version = "13.0.0" +version = "14.0.0" description = "Basilisk node" authors = ["GalacticCouncil"] edition = "2021" diff --git a/pallets/asset-registry/Cargo.toml b/pallets/asset-registry/Cargo.toml index 62063aaea6..c2a834c043 100644 --- a/pallets/asset-registry/Cargo.toml +++ b/pallets/asset-registry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-asset-registry" -version = "2.3.3" +version = "2.3.4" description = "Pallet for asset registry management" authors = ["GalacticCouncil"] edition = "2021" diff --git a/pallets/marketplace/Cargo.toml b/pallets/marketplace/Cargo.toml index d2d87b243c..159817b2bf 100644 --- a/pallets/marketplace/Cargo.toml +++ b/pallets/marketplace/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-marketplace" -version = "5.0.18" +version = "5.0.19" authors = ["GalacticCoucil"] description = "The marketplace for trading NFTs" edition = "2018" diff --git a/pallets/xyk-liquidity-mining/Cargo.toml b/pallets/xyk-liquidity-mining/Cargo.toml index 0d74be4ec5..6feaa79efd 100644 --- a/pallets/xyk-liquidity-mining/Cargo.toml +++ b/pallets/xyk-liquidity-mining/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-xyk-liquidity-mining" -version = "1.1.11" +version = "1.1.12" description = "Liquidity mining" authors = ["GalacticCouncil"] edition = "2021" diff --git a/pallets/xyk-liquidity-mining/benchmarking/Cargo.toml b/pallets/xyk-liquidity-mining/benchmarking/Cargo.toml index b77b32c21a..18051270eb 100644 --- a/pallets/xyk-liquidity-mining/benchmarking/Cargo.toml +++ b/pallets/xyk-liquidity-mining/benchmarking/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-xyk-liquidity-mining-benchmarking" -version = "1.0.17" +version = "1.0.18" description = "Liquidity Mining Benchmarking Module" authors = ["GalacticCouncil"] edition = "2021" diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 6b4524d13d..c5a386ce23 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "primitives" -version = "6.6.2" +version = "6.6.3" authors = ["GalacticCouncil"] edition = "2021" repository = "https://github.com/galacticcouncil/Basilisk-node" diff --git a/runtime/basilisk/Cargo.toml b/runtime/basilisk/Cargo.toml index a5a3de37a8..d438e1914f 100644 --- a/runtime/basilisk/Cargo.toml +++ b/runtime/basilisk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "basilisk-runtime" -version = "117.0.0" +version = "118.0.0" authors = ["GalacticCouncil"] edition = "2021" homepage = "https://github.com/galacticcouncil/Basilisk-node" diff --git a/runtime/basilisk/src/lib.rs b/runtime/basilisk/src/lib.rs index e03b03576f..6251e90aa0 100644 --- a/runtime/basilisk/src/lib.rs +++ b/runtime/basilisk/src/lib.rs @@ -105,7 +105,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("basilisk"), impl_name: create_runtime_str!("basilisk"), authoring_version: 1, - spec_version: 117, + spec_version: 118, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1,