Skip to content

Commit

Permalink
versions bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mrq1911 committed Oct 17, 2024
1 parent 3aa09aa commit b11e66a
Show file tree
Hide file tree
Showing 18 changed files with 41 additions and 41 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hydradx"
version = "14.0.1"
version = "14.0.2"
description = "Hydration node"
authors = ["GalacticCouncil"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion pallets/claims/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = 'pallet-claims'
version = '3.4.10'
version = '3.4.11'
description = 'HydraDX Claims Module'
authors = ['GalacticCouncil']
edition = '2021'
Expand Down
2 changes: 1 addition & 1 deletion pallets/dca/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion pallets/duster/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-duster"
version = "3.2.6"
version = "3.2.7"
description = "Account duster"
authors = ["GalacticCouncil"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion pallets/dynamic-evm-fee/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pallets/genesis-history/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion pallets/otc-settlements/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion pallets/otc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion pallets/referrals/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-referrals"
version = "1.2.6"
version = "1.2.7"
authors = ['GalacticCouncil']
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion pallets/route-executor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
4 changes: 2 additions & 2 deletions pallets/transaction-multi-payment/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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 }
Expand Down
4 changes: 2 additions & 2 deletions pallets/xyk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -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 }
Expand Down
4 changes: 2 additions & 2 deletions runtime/adapters/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[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"
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 }

Expand Down
2 changes: 1 addition & 1 deletion runtime/hydradx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hydradx-runtime"
version = "263.0.0"
version = "264.0.0"
authors = ["GalacticCouncil"]
edition = "2021"
license = "Apache 2.0"
Expand Down
4 changes: 2 additions & 2 deletions runtime/hydradx/src/evm/evm-utility/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "module-evm-utility"
version = "2.21.1"
version = "2.21.2"
authors = ["Acala Developers"]
edition = "2021"

Expand All @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion runtime/hydradx/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
10 changes: 5 additions & 5 deletions traits/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[package]
name = "hydradx-traits"
version = "3.7.1"
version = "3.7.2"
description = "Shared traits"
authors = ["GalacticCouncil"]
edition = "2021"
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
Expand Down

0 comments on commit b11e66a

Please sign in to comment.