From b11e66a5ec955d3a5783596bf199a0afb56e5b93 Mon Sep 17 00:00:00 2001 From: mrq Date: Thu, 17 Oct 2024 13:35:33 +0200 Subject: [PATCH] versions bump --- Cargo.lock | 32 +++++++++---------- node/Cargo.toml | 2 +- pallets/claims/Cargo.toml | 2 +- pallets/dca/Cargo.toml | 2 +- pallets/duster/Cargo.toml | 2 +- pallets/dynamic-evm-fee/Cargo.toml | 2 +- pallets/genesis-history/Cargo.toml | 2 +- pallets/otc-settlements/Cargo.toml | 2 +- pallets/otc/Cargo.toml | 2 +- pallets/referrals/Cargo.toml | 2 +- pallets/route-executor/Cargo.toml | 2 +- pallets/transaction-multi-payment/Cargo.toml | 4 +-- pallets/xyk/Cargo.toml | 4 +-- runtime/adapters/Cargo.toml | 4 +-- runtime/hydradx/Cargo.toml | 2 +- .../hydradx/src/evm/evm-utility/Cargo.toml | 4 +-- runtime/hydradx/src/lib.rs | 2 +- traits/Cargo.toml | 10 +++--- 18 files changed, 41 insertions(+), 41 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c10c28344..f2ed43455 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4775,7 +4775,7 @@ dependencies = [ [[package]] name = "hydradx" -version = "14.0.1" +version = "14.0.2" dependencies = [ "async-trait", "clap 4.5.4", @@ -4868,7 +4868,7 @@ dependencies = [ [[package]] name = "hydradx-adapters" -version = "1.3.6" +version = "1.3.7" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-primitives-core", @@ -4918,7 +4918,7 @@ dependencies = [ [[package]] name = "hydradx-runtime" -version = "263.0.0" +version = "264.0.0" dependencies = [ "cumulus-pallet-aura-ext", "cumulus-pallet-parachain-system", @@ -5057,7 +5057,7 @@ dependencies = [ [[package]] name = "hydradx-traits" -version = "3.7.1" +version = "3.7.2" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -6683,7 +6683,7 @@ dependencies = [ [[package]] name = "module-evm-utility" -version = "2.21.1" +version = "2.21.2" dependencies = [ "ethereum", "evm", @@ -7852,7 +7852,7 @@ dependencies = [ [[package]] name = "pallet-claims" -version = "3.4.10" +version = "3.4.11" dependencies = [ "frame-benchmarking", "frame-support", @@ -7983,7 +7983,7 @@ dependencies = [ [[package]] name = "pallet-dca" -version = "1.6.1" +version = "1.6.2" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-primitives-core", @@ -8060,7 +8060,7 @@ dependencies = [ [[package]] name = "pallet-duster" -version = "3.2.6" +version = "3.2.7" dependencies = [ "frame-benchmarking", "frame-support", @@ -8084,7 +8084,7 @@ dependencies = [ [[package]] name = "pallet-dynamic-evm-fee" -version = "1.0.3" +version = "1.0.4" dependencies = [ "frame-benchmarking", "frame-support", @@ -8393,7 +8393,7 @@ dependencies = [ [[package]] name = "pallet-genesis-history" -version = "2.1.3" +version = "2.1.4" dependencies = [ "derive_more", "frame-support", @@ -8790,7 +8790,7 @@ dependencies = [ [[package]] name = "pallet-otc" -version = "2.0.2" +version = "2.0.3" dependencies = [ "frame-benchmarking", "frame-support", @@ -8812,7 +8812,7 @@ dependencies = [ [[package]] name = "pallet-otc-settlements" -version = "1.0.4" +version = "1.0.5" dependencies = [ "frame-benchmarking", "frame-support", @@ -8947,7 +8947,7 @@ dependencies = [ [[package]] name = "pallet-referrals" -version = "1.2.6" +version = "1.2.7" dependencies = [ "frame-benchmarking", "frame-support", @@ -8998,7 +8998,7 @@ dependencies = [ [[package]] name = "pallet-route-executor" -version = "2.6.1" +version = "2.6.2" dependencies = [ "frame-benchmarking", "frame-support", @@ -9272,7 +9272,7 @@ dependencies = [ [[package]] name = "pallet-transaction-multi-payment" -version = "10.1.1" +version = "10.1.2" dependencies = [ "frame-support", "frame-system", @@ -9488,7 +9488,7 @@ dependencies = [ [[package]] name = "pallet-xyk" -version = "6.5.2" +version = "6.5.3" dependencies = [ "frame-benchmarking", "frame-support", diff --git a/node/Cargo.toml b/node/Cargo.toml index 39fd72716..466d4b58f 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hydradx" -version = "14.0.1" +version = "14.0.2" description = "Hydration node" authors = ["GalacticCouncil"] edition = "2021" diff --git a/pallets/claims/Cargo.toml b/pallets/claims/Cargo.toml index 0d37316af..0351b4901 100644 --- a/pallets/claims/Cargo.toml +++ b/pallets/claims/Cargo.toml @@ -1,6 +1,6 @@ [package] name = 'pallet-claims' -version = '3.4.10' +version = '3.4.11' description = 'HydraDX Claims Module' authors = ['GalacticCouncil'] edition = '2021' diff --git a/pallets/dca/Cargo.toml b/pallets/dca/Cargo.toml index 03d8fe8ac..eef6231b7 100644 --- a/pallets/dca/Cargo.toml +++ b/pallets/dca/Cargo.toml @@ -1,6 +1,6 @@ [package] name = 'pallet-dca' -version = "1.6.1" +version = "1.6.2" description = 'A pallet to manage DCA scheduling' authors = ['GalacticCouncil'] edition = '2021' diff --git a/pallets/duster/Cargo.toml b/pallets/duster/Cargo.toml index 7ac005264..53900ed19 100644 --- a/pallets/duster/Cargo.toml +++ b/pallets/duster/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-duster" -version = "3.2.6" +version = "3.2.7" description = "Account duster" authors = ["GalacticCouncil"] edition = "2021" diff --git a/pallets/dynamic-evm-fee/Cargo.toml b/pallets/dynamic-evm-fee/Cargo.toml index f3ca3c515..25e140441 100644 --- a/pallets/dynamic-evm-fee/Cargo.toml +++ b/pallets/dynamic-evm-fee/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-dynamic-evm-fee" -version = "1.0.3" +version = "1.0.4" description = "Storing and mutating the dynamic fee for EVM transactions." authors = ["GalacticCoucil"] edition = "2021" diff --git a/pallets/genesis-history/Cargo.toml b/pallets/genesis-history/Cargo.toml index 352d3e0fc..165b2bfca 100644 --- a/pallets/genesis-history/Cargo.toml +++ b/pallets/genesis-history/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-genesis-history" -version = "2.1.3" +version = "2.1.4" description = "Keeping track of the past chain generations." authors = ["GalacticCouncil "] edition = "2021" diff --git a/pallets/otc-settlements/Cargo.toml b/pallets/otc-settlements/Cargo.toml index 299418e68..c3cffd3a5 100644 --- a/pallets/otc-settlements/Cargo.toml +++ b/pallets/otc-settlements/Cargo.toml @@ -1,6 +1,6 @@ [package] name = 'pallet-otc-settlements' -version = '1.0.4' +version = '1.0.5' description = 'A pallet with offchain worker closing OTC arbs' authors = ['GalacticCouncil'] edition = '2021' diff --git a/pallets/otc/Cargo.toml b/pallets/otc/Cargo.toml index 68775dc23..20178b2cd 100644 --- a/pallets/otc/Cargo.toml +++ b/pallets/otc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = 'pallet-otc' -version = '2.0.2' +version = '2.0.3' description = 'A pallet for trustless over-the-counter trading' authors = ['GalacticCouncil'] edition = '2021' diff --git a/pallets/referrals/Cargo.toml b/pallets/referrals/Cargo.toml index 5fe6b5fa6..9f0aba73b 100644 --- a/pallets/referrals/Cargo.toml +++ b/pallets/referrals/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-referrals" -version = "1.2.6" +version = "1.2.7" authors = ['GalacticCouncil'] edition = "2021" license = "Apache-2.0" diff --git a/pallets/route-executor/Cargo.toml b/pallets/route-executor/Cargo.toml index c57877a0f..6078639b5 100644 --- a/pallets/route-executor/Cargo.toml +++ b/pallets/route-executor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = 'pallet-route-executor' -version = '2.6.1' +version = '2.6.2' description = 'A pallet to execute a route containing a sequence of trades' authors = ['GalacticCouncil'] edition = '2021' diff --git a/pallets/transaction-multi-payment/Cargo.toml b/pallets/transaction-multi-payment/Cargo.toml index 6bc89f94b..86163edca 100644 --- a/pallets/transaction-multi-payment/Cargo.toml +++ b/pallets/transaction-multi-payment/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-transaction-multi-payment" -version = "10.1.1" +version = "10.1.2" description = "Transaction multi currency payment support module" authors = ["GalacticCoucil"] edition = "2021" @@ -21,7 +21,7 @@ orml-traits = { workspace = true } hydradx-traits = { workspace = true } primitives = { workspace = true } hydra-dx-math = { workspace = true } -pallet-xyk = {workspace = true} +pallet-xyk = { workspace = true } # Substrate dependencies frame-support = { workspace = true } diff --git a/pallets/xyk/Cargo.toml b/pallets/xyk/Cargo.toml index f26aaf7df..0547a1d55 100644 --- a/pallets/xyk/Cargo.toml +++ b/pallets/xyk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = 'pallet-xyk' -version = "6.5.2" +version = "6.5.3" description = 'XYK automated market maker' authors = ['GalacticCouncil'] edition = '2021' @@ -15,7 +15,7 @@ targets = ['x86_64-unknown-linux-gnu'] substrate-wasm-builder = { workspace = true } [dependencies] -codec = {workspace = true } +codec = { workspace = true } scale-info = { workspace = true } primitive-types = { workspace = true } serde = { workspace = true, optional = true } diff --git a/runtime/adapters/Cargo.toml b/runtime/adapters/Cargo.toml index 0cf8fee70..a7ff45676 100644 --- a/runtime/adapters/Cargo.toml +++ b/runtime/adapters/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hydradx-adapters" -version = "1.3.6" +version = "1.3.7" description = "Structs and other generic types for building runtimes." authors = ["GalacticCouncil"] edition = "2021" @@ -8,7 +8,7 @@ license = "Apache 2.0" repository = "https://github.com/galacticcouncil/warehouse/tree/master/adapters" [dependencies] -codec = {workspace = true } +codec = { workspace = true } log = { workspace = true } scale-info = { workspace = true } diff --git a/runtime/hydradx/Cargo.toml b/runtime/hydradx/Cargo.toml index 583458611..2763a8943 100644 --- a/runtime/hydradx/Cargo.toml +++ b/runtime/hydradx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hydradx-runtime" -version = "263.0.0" +version = "264.0.0" authors = ["GalacticCouncil"] edition = "2021" license = "Apache 2.0" diff --git a/runtime/hydradx/src/evm/evm-utility/Cargo.toml b/runtime/hydradx/src/evm/evm-utility/Cargo.toml index d0db05424..c199f2130 100644 --- a/runtime/hydradx/src/evm/evm-utility/Cargo.toml +++ b/runtime/hydradx/src/evm/evm-utility/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-evm-utility" -version = "2.21.1" +version = "2.21.2" authors = ["Acala Developers"] edition = "2021" @@ -14,7 +14,7 @@ sp-std = { workspace = true } evm = { workspace = true, features = ["with-codec"] } evm-gasometer = { workspace = true } evm-runtime = { workspace = true } -ethereum = { workspace = true } +ethereum = { workspace = true } [features] default = ["std"] diff --git a/runtime/hydradx/src/lib.rs b/runtime/hydradx/src/lib.rs index 2dfccc8f8..c43d03c37 100644 --- a/runtime/hydradx/src/lib.rs +++ b/runtime/hydradx/src/lib.rs @@ -112,7 +112,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("hydradx"), impl_name: create_runtime_str!("hydradx"), authoring_version: 1, - spec_version: 263, + spec_version: 264, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, diff --git a/traits/Cargo.toml b/traits/Cargo.toml index 18e42626c..c4c4690ae 100644 --- a/traits/Cargo.toml +++ b/traits/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hydradx-traits" -version = "3.7.1" +version = "3.7.2" description = "Shared traits" authors = ["GalacticCouncil"] edition = "2021" @@ -8,10 +8,10 @@ license = "Apache 2.0" repository = "https://github.com/galacticcouncil/warehouse/tree/master/traits" [dependencies] -codec = { workspace = true } -scale-info = { workspace = true } -serde = { workspace = true } -impl-trait-for-tuples = { workspace = true } +codec = { workspace = true } +scale-info = { workspace = true } +serde = { workspace = true } +impl-trait-for-tuples = { workspace = true } sp-arithmetic = { workspace = true } # Substrate dependencies