Skip to content

Commit

Permalink
Merge pull request #82 from multiversx/framework-upgrade-0.50.5
Browse files Browse the repository at this point in the history
framework upgrade 0.50.5
  • Loading branch information
psorinionut authored Jul 4, 2024
2 parents f772fcb + e95a438 commit 8a91679
Show file tree
Hide file tree
Showing 29 changed files with 496 additions and 477 deletions.
102 changes: 51 additions & 51 deletions Cargo.lock

Large diffs are not rendered by default.

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

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

[dependencies.multiversx-sc-modules]
version = "=0.50.4"
version = "=0.50.5"

[dependencies.multiversx-wegld-swap-sc]
version = "=0.50.4"
version = "=0.50.5"

[dependencies.read_external_storage]
path = "../common/modules/read_external_storage"

[dependencies.farm]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "0485c83"
rev = "c061a85"

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

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

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

[dependencies.pair]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "0485c83"
rev = "c061a85"

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

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

[dependencies.metabonding]
git = "https://github.com/multiversx/mx-metabonding-sc"
rev = "526c7bb"
rev = "50097ca"

[dependencies.common_structs]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "0485c83"
rev = "c061a85"

[dependencies.mergeable]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "0485c83"
rev = "c061a85"

[dependencies.utils]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "0485c83"
rev = "c061a85"

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

[dependencies.legacy_token_decode_module]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "0485c83"
rev = "c061a85"

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

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

[dev-dependencies.multiversx-sc-scenario]
version = "=0.50.4"
version = "=0.50.5"

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

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

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

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

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

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

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

[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.50.4"
version = "=0.50.5"
default-features = false
Loading

0 comments on commit 8a91679

Please sign in to comment.