Skip to content

Commit

Permalink
Merge pull request #59 from multiversx/framework-upgrade-0.45.2
Browse files Browse the repository at this point in the history
Framework upgrade 0.45.2
  • Loading branch information
CostinCarabas authored Dec 20, 2023
2 parents 0a52c7e + 61a84aa commit 6dd94d9
Show file tree
Hide file tree
Showing 22 changed files with 576 additions and 714 deletions.
322 changes: 117 additions & 205 deletions Cargo.lock

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions auto-farm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,67 +9,67 @@ publish = false
path = "src/lib.rs"

[dependencies.multiversx-sc]
version = "=0.45.1"
version = "=0.45.2"
features = ["esdt-token-payment-legacy-decode"]

[dependencies.multiversx-sc-modules]
version = "=0.45.1"
version = "=0.45.2"

[dependencies.farm]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "b9f5d2d"
rev = "b202319"

[dependencies.farm-with-locked-rewards]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "b9f5d2d"
rev = "b202319"

[dependencies.farm-staking]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "b9f5d2d"
rev = "b202319"

[dependencies.farm-staking-proxy]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "b9f5d2d"
rev = "b202319"

[dependencies.pair]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "b9f5d2d"
rev = "b202319"

[dependencies.energy-factory]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "b9f5d2d"
rev = "b202319"

[dependencies.fees-collector]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "b9f5d2d"
rev = "b202319"

[dependencies.metabonding]
git = "https://github.com/multiversx/mx-metabonding-sc"
rev = "2f6a062"
rev = "21920f9"

[dependencies.common_structs]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "b9f5d2d"
rev = "b202319"

[dependencies.mergeable]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "b9f5d2d"
rev = "b202319"

[dependencies.utils]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "b9f5d2d"
rev = "b202319"

[dependencies.energy-query]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "b9f5d2d"
rev = "b202319"

[dependencies.legacy_token_decode_module]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "b9f5d2d"
rev = "b202319"

[dependencies.lkmex-transfer]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "b9f5d2d"
rev = "b202319"

[dev-dependencies]
num-bigint = "0.4.2"
Expand All @@ -78,35 +78,35 @@ hex = "0.4"
hex-literal = "0.3.4"

[dev-dependencies.multiversx-sc-scenario]
version = "=0.45.1"
version = "=0.45.2"

[dev-dependencies.simple-lock]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "b9f5d2d"
rev = "b202319"

[dev-dependencies.farm-boosted-yields]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "b9f5d2d"
rev = "b202319"

[dev-dependencies.config]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "b9f5d2d"
rev = "b202319"

[dev-dependencies.locking_module]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "b9f5d2d"
rev = "b202319"

[dev-dependencies.farm_token]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "b9f5d2d"
rev = "b202319"

[dev-dependencies.pausable]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "b9f5d2d"
rev = "b202319"

[dev-dependencies.sc_whitelist_module]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "b9f5d2d"
rev = "b202319"

[dev-dependencies.tests-common]
path = "../tests-common"
Expand Down
2 changes: 1 addition & 1 deletion auto-farm/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ authors = ["you"]
path = ".."

[dependencies.multiversx-sc-meta]
version = "0.45.1"
version = "0.45.2"
default-features = false
Loading

0 comments on commit 6dd94d9

Please sign in to comment.