Skip to content

Commit

Permalink
bump crate versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Roznovjak committed Jan 17, 2025
1 parent 3433a14 commit 7b974bf
Show file tree
Hide file tree
Showing 43 changed files with 90 additions and 90 deletions.
96 changes: 48 additions & 48 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "runtime-integration-tests"
version = "1.30.0"
version = "1.31.0"
description = "Integration tests"
authors = ["GalacticCouncil"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion math/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = 'Apache-2.0'
name = "hydra-dx-math"
description = "A collection of utilities to make performing liquidity pool calculations more convenient."
repository = 'https://github.com/galacticcouncil/hydradx-math'
version = "8.3.0"
version = "8.3.1"

[dependencies]
primitive-types = { workspace = true }
Expand Down
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.2"
version = "14.1.0"
description = "Hydration node"
authors = ["GalacticCouncil"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion pallets/asset-registry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-asset-registry"
version = "3.3.0"
version = "3.3.1"
description = "Pallet for asset registry management"
authors = ["GalacticCouncil"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion pallets/bonds/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-bonds"
version = "2.2.4"
version = "2.2.5"
authors = ['GalacticCouncil']
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion pallets/broadcast/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-broadcast"
version = "1.0.0"
version = "1.0.1"
authors = ["GalacticCouncil"]
edition = "2021"
license = "Apache 2.0"
Expand Down
2 changes: 1 addition & 1 deletion pallets/circuit-breaker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-circuit-breaker"
version = "1.1.28"
version = "1.1.29"
authors = ["GalacticCouncil <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
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.12"
version = "3.4.13"
description = "HydraDX Claims Module"
authors = ["GalacticCouncil"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion pallets/collator-rewards/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-collator-rewards"
version = "1.0.9"
version = "1.0.10"
description = "Pallet for collator rewards"
authors = ["GalacticCouncil"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion pallets/currencies/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "pallet-currencies"
description = "Provide `MultiCurrency` implementation using `pallet-balances` and `orml-tokens` module."
repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/currencies"
license = "Apache-2.0"
version = "3.0.0"
version = "3.0.1"
authors = ["Laminar Developers <[email protected]>"]
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.8.0"
version = "1.8.1"
description = 'A pallet to manage DCA scheduling'
authors = ['GalacticCouncil']
edition = '2021'
Expand Down
2 changes: 1 addition & 1 deletion pallets/democracy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-democracy"
version = "4.3.2"
version = "4.3.3"
authors = ["Parity Technologies <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
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.7"
version = "3.2.8"
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.5"
version = "1.0.6"
description = "Storing and mutating the dynamic fee for EVM transactions."
authors = ["GalacticCoucil"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion pallets/dynamic-fees/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-dynamic-fees"
version = "1.0.6"
version = "1.0.7"
description = "A pallet to provide support for dynamic fees"
authors = ["GalacticCouncil"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion pallets/ema-oracle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-ema-oracle"
version = "1.3.4"
version = "1.3.5"
description = "Exponential moving average oracle for AMM pools"
authors = ["GalacticCouncil"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion pallets/evm-accounts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-evm-accounts"
version = "1.2.1"
version = "1.2.2"
authors = ["GalacticCouncil"]
edition = "2021"
license = "Apache-2.0"
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.5"
version = "2.1.6"
description = "Keeping track of the past chain generations."
authors = ["GalacticCouncil <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion pallets/lbp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-lbp"
version = "4.10.0"
version = "4.10.1"
description = "HydraDX Liquidity Bootstrapping Pool Pallet"
authors = ["GalacticCouncil"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion pallets/liquidation/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-liquidation"
version = "1.0.2"
version = "1.0.3"
description = "A pallet for money market liquidations"
authors = ["GalacticCouncil"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion pallets/liquidity-mining/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-liquidity-mining"
version = "4.4.5"
version = "4.4.6"
description = "Liquidity mining"
authors = ["GalacticCouncil"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion pallets/nft/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-nft"
version = "7.1.5"
version = "7.1.6"
description = "A generic NFT pallet for managing non-fungible tokens"
authors = ["GalacticCoucil"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion pallets/omnipool-liquidity-mining/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-omnipool-liquidity-mining"
version = "2.6.1"
version = "2.6.2"
authors = ['GalacticCouncil']
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion pallets/omnipool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-omnipool"
version = "4.5.0"
version = "4.5.1"
authors = ['GalacticCouncil']
edition = "2021"
license = "Apache-2.0"
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.1.1'
version = '1.1.2'
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.1.0'
version = '2.1.1'
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.8"
version = "1.2.9"
authors = ['GalacticCouncil']
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion pallets/relaychain-info/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-relaychain-info"
version = "0.3.5"
version = "0.3.6"
description = "Relaychain info pallet provides various support features for a parachain"
authors = ["GalacticCouncil"]
edition = "2021"
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.7.0"
version = "2.7.1"
description = "A pallet to execute a route containing a sequence of trades"
authors = ["GalacticCouncil"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion pallets/stableswap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-stableswap"
version = "4.2.0"
version = "4.2.1"
description = "AMM for correlated assets"
authors = ["GalacticCouncil"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion pallets/staking/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-staking"
version = "4.1.0"
version = "4.1.1"
authors = ['GalacticCouncil']
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion 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.4"
version = "10.1.5"
description = "Transaction multi currency payment support module"
authors = ["GalacticCoucil"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion pallets/transaction-pause/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-transaction-pause"
version = "1.1.0"
version = "1.1.1"
authors = ["Acala Developers", "GalacticCouncil"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion pallets/xyk-liquidity-mining/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-xyk-liquidity-mining"
version = "1.4.1"
version = "1.4.2"
description = "Liquidity mining"
authors = ["GalacticCouncil"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion pallets/xyk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-xyk"
version = "6.7.0"
version = "6.7.1"
description = "XYK automated market maker"
authors = ["GalacticCouncil"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion precompiles/call-permit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pallet-evm-precompile-call-permit"
description = "A Precompile to dispatch a call with a ERC712 permit."
edition = "2021"
version = "0.1.3"
version = "0.1.4"
authors = ["PureStake"]
repository = "https://github.com/PureStake/moonbeam"

Expand Down
2 changes: 1 addition & 1 deletion precompiles/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "precompile-utils"
description = "Utils to write EVM precompiles."
edition = "2021"
version = "0.1.3"
version = "0.1.4"
authors = ["PureStake"]
repository = "https://github.com/PureStake/moonbeam"

Expand Down
2 changes: 1 addition & 1 deletion primitives/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "primitives"
version = "6.1.0"
version = "6.1.1"
authors = ["GalacticCouncil"]
edition = "2021"
repository = "https://github.com/galacticcouncil/HydraDX-node"
Expand Down
2 changes: 1 addition & 1 deletion runtime-mock/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "runtime-mock"
version = "1.0.3"
version = "1.0.4"
description = "Mock of the HydraDX Runtime for testing purposes"
authors = ["GalacticCouncil"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion runtime/adapters/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hydradx-adapters"
version = "1.3.10"
version = "1.3.11"
description = "Structs and other generic types for building runtimes."
authors = ["GalacticCouncil"]
edition = "2021"
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 = "281.0.0"
version = "282.0.0"
authors = ["GalacticCouncil"]
edition = "2021"
license = "Apache 2.0"
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 @@ -113,7 +113,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("hydradx"),
impl_name: create_runtime_str!("hydradx"),
authoring_version: 1,
spec_version: 281,
spec_version: 282,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down

0 comments on commit 7b974bf

Please sign in to comment.