Skip to content

Commit

Permalink
Merge pull request #787 from multiversx/framework-upgrade-0.45.1
Browse files Browse the repository at this point in the history
Upgrade to framework 0.45.1
  • Loading branch information
psorinionut authored Dec 6, 2023
2 parents f6a4465 + c6093ee commit fdfa965
Show file tree
Hide file tree
Showing 161 changed files with 2,059 additions and 857 deletions.
3 changes: 2 additions & 1 deletion common/common_errors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition = "2021"

[lib]
path = "src/lib.rs"

[dependencies.multiversx-sc]
version = "=0.44.0"
version = "=0.45.1"
features = ["esdt-token-payment-legacy-decode"]
3 changes: 2 additions & 1 deletion common/common_structs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ edition = "2021"

[lib]
path = "src/lib.rs"

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

[dependencies.mergeable]
Expand Down
3 changes: 2 additions & 1 deletion common/modules/farm/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition = "2021"

[lib]
path = "src/config.rs"

[dependencies.common_structs]
path = "../../../common_structs"

Expand All @@ -22,5 +23,5 @@ path = "../../pausable"
path = "../../permissions_module"

[dependencies.multiversx-sc]
version = "=0.44.0"
version = "=0.45.1"
features = ["esdt-token-payment-legacy-decode"]
5 changes: 3 additions & 2 deletions common/modules/farm/contexts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition = "2021"

[lib]
path = "src/mod.rs"

[dependencies.common_structs]
path = "../../../common_structs"

Expand Down Expand Up @@ -34,8 +35,8 @@ path = "../../pausable"
path = "../../permissions_module"

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

[dependencies.multiversx-sc-modules]
version = "=0.44.0"
version = "=0.45.1"
3 changes: 2 additions & 1 deletion common/modules/farm/events/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ edition = "2021"

[lib]
path = "src/events.rs"

[dependencies.common_structs]
path = "../../../common_structs"

[dependencies.contexts]
path = "../contexts"

[dependencies.multiversx-sc]
version = "=0.44.0"
version = "=0.45.1"
features = ["esdt-token-payment-legacy-decode"]
8 changes: 5 additions & 3 deletions common/modules/farm/farm_base_impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition = "2021"

[lib]
path = "src/lib.rs"

[dependencies.config]
path = "../config"

Expand Down Expand Up @@ -49,10 +50,11 @@ path = "../../../traits/mergeable"
path = "../../../traits/fixed-supply-token"

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

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

[dev-dependencies.multiversx-sc-scenario]
version = "=0.44.0"
version = "=0.45.1"
5 changes: 3 additions & 2 deletions common/modules/farm/farm_token/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition = "2021"

[lib]
path = "src/farm_token.rs"

[dependencies.common_structs]
path = "../../../common_structs"

Expand All @@ -25,8 +26,8 @@ path = "../../pausable"
path = "../../permissions_module"

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

[dependencies.multiversx-sc-modules]
version = "=0.44.0"
version = "=0.45.1"
4 changes: 2 additions & 2 deletions common/modules/farm/farm_token_merge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ path = "../../token_merge_helper"
path = "../farm_token"

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

[dependencies.multiversx-sc-modules]
version = "=0.44.0"
version = "=0.45.1"
5 changes: 3 additions & 2 deletions common/modules/farm/rewards/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition = "2021"

[lib]
path = "src/rewards.rs"

[dependencies.common_structs]
path = "../../../common_structs"

Expand All @@ -28,8 +29,8 @@ path = "../../pausable"
path = "../../permissions_module"

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

[dependencies.multiversx-sc-modules]
version = "=0.44.0"
version = "=0.45.1"
3 changes: 2 additions & 1 deletion common/modules/legacy_token_decode_module/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ edition = "2018"

[lib]
path = "src/lib.rs"

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

[dependencies.common_structs]
Expand Down
3 changes: 2 additions & 1 deletion common/modules/locking_module/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ edition = "2021"

[lib]
path = "src/lib.rs"

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

[dependencies.simple-lock]
Expand Down
3 changes: 2 additions & 1 deletion common/modules/math/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition = "2021"

[lib]
path = "src/lib.rs"

[dependencies.multiversx-sc]
version = "=0.44.0"
version = "=0.45.1"
features = ["esdt-token-payment-legacy-decode"]
3 changes: 2 additions & 1 deletion common/modules/pausable/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ edition = "2021"

[lib]
path = "src/pausable.rs"

[dependencies.permissions_module]
path = "../permissions_module"

[dependencies.multiversx-sc]
version = "=0.44.0"
version = "=0.45.1"
features = ["esdt-token-payment-legacy-decode"]
7 changes: 5 additions & 2 deletions common/modules/permissions_module/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[package]
name = "permissions_module"
version = "0.0.0"
authors = ["Dorin Iancu <[email protected]>", "Claudiu-Marcel Bruda <[email protected]>"]
authors = [
"Dorin Iancu <[email protected]>",
"Claudiu-Marcel Bruda <[email protected]>",
]
edition = "2021"

[lib]
Expand All @@ -14,5 +17,5 @@ bitflags = "1.3.2"
path = "../../common_errors"

[dependencies.multiversx-sc]
version = "=0.44.0"
version = "=0.45.1"
features = ["esdt-token-payment-legacy-decode"]
3 changes: 2 additions & 1 deletion common/modules/sc_whitelist_module/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ edition = "2021"

[lib]
path = "src/sc_whitelist_module.rs"

[dependencies.common_errors]
path = "../../common_errors"

[dependencies.multiversx-sc]
version = "=0.44.0"
version = "=0.45.1"
features = ["esdt-token-payment-legacy-decode"]
3 changes: 2 additions & 1 deletion common/modules/token_merge_helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ edition = "2021"

[lib]
path = "src/lib.rs"

[dependencies.common_errors]
path = "../../common_errors"

[dependencies.multiversx-sc]
version = "=0.44.0"
version = "=0.45.1"
features = ["esdt-token-payment-legacy-decode"]
3 changes: 2 additions & 1 deletion common/modules/token_send/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ edition = "2021"

[lib]
path = "src/token_send.rs"

[dependencies.common_structs]
path = "../../common_structs"

[dependencies.common_errors]
path = "../../common_errors"

[dependencies.multiversx-sc]
version = "=0.44.0"
version = "=0.45.1"
features = ["esdt-token-payment-legacy-decode"]
3 changes: 2 additions & 1 deletion common/modules/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ edition = "2021"

[lib]
path = "src/lib.rs"

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

[dependencies.common_structs]
Expand Down
3 changes: 2 additions & 1 deletion common/traits/fixed-supply-token/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ edition = "2021"

[lib]
path = "src/lib.rs"

[dependencies.multiversx-sc]
version = "=0.44.0"
version = "=0.45.1"
3 changes: 2 additions & 1 deletion common/traits/mergeable/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition = "2021"

[lib]
path = "src/lib.rs"

[dependencies.multiversx-sc]
version = "=0.44.0"
version = "=0.45.1"
features = ["esdt-token-payment-legacy-decode"]
3 changes: 2 additions & 1 deletion common/traits/unwrappable/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition = "2021"

[lib]
path = "src/lib.rs"

[dependencies.multiversx-sc]
version = "=0.44.0"
version = "=0.45.1"
features = ["esdt-token-payment-legacy-decode"]
7 changes: 4 additions & 3 deletions dex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,19 @@ name = "dex-tests"
version = "0.0.0"
edition = "2021"
publish = false

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

[dev-dependencies]
num-bigint = "0.4.2"

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

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

[dev-dependencies.config]
path = "../common/modules/farm/config"
Expand Down
7 changes: 4 additions & 3 deletions dex/farm-with-locked-rewards/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ publish = false

[lib]
path = "src/lib.rs"

[dependencies.farm_base_impl]
path = "../../common/modules/farm/farm_base_impl"

Expand Down Expand Up @@ -74,17 +75,17 @@ path = "../../locked-asset/energy-factory"
path = "../../energy-integration/common-modules/energy-query"

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

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

[dev-dependencies]
num-bigint = "0.4.2"

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

[dev-dependencies.simple-lock]
path = "../../locked-asset/simple-lock"
4 changes: 3 additions & 1 deletion dex/farm-with-locked-rewards/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ version = "0.0.0"
authors = ["MultiversX <[email protected]>"]
edition = "2021"
publish = false

[dependencies.farm-with-locked-rewards]
path = ".."

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

0 comments on commit fdfa965

Please sign in to comment.