Skip to content

Commit

Permalink
framework upgrade 0.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
psorinionut committed Apr 18, 2024
1 parent 56a7b35 commit 52233d6
Show file tree
Hide file tree
Showing 23 changed files with 407 additions and 273 deletions.
356 changes: 203 additions & 153 deletions Cargo.lock

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions growth-program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,31 +9,31 @@ publish = false
path = "src/lib.rs"

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

[dependencies.multiversx-sc-modules]
version = "=0.46.1"
version = "=0.48.0"

[dependencies.utils]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "0c7f45e"
rev = "27085fb"

[dependencies.router]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "0c7f45e"
rev = "27085fb"

[dependencies.pair]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "0c7f45e"
rev = "27085fb"

[dependencies.energy-query]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "0c7f45e"
rev = "27085fb"

[dependencies.simple-lock]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "0c7f45e"
rev = "27085fb"

[dev-dependencies]
num-bigint = "0.4.2"
Expand All @@ -42,10 +42,10 @@ hex = "0.4"
hex-literal = "0.4.1"

[dev-dependencies.multiversx-sc-scenario]
version = "=0.46.1"
version = "=0.48.0"

[dev-dependencies.multiversx-sc-modules]
version = "=0.46.1"
version = "=0.48.0"

[dev-dependencies.pair-mock]
path = "../pair-mock"
Expand All @@ -55,4 +55,4 @@ path = "../router-mock"

[dependencies.energy-factory]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "0c7f45e"
rev = "27085fb"
2 changes: 1 addition & 1 deletion growth-program/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ publish = false
path = ".."

[dependencies.multiversx-sc-meta]
version = "=0.46.1"
version = "=0.48.0"
default-features = false
4 changes: 2 additions & 2 deletions growth-program/output/growth-program.abi.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"contractCrate": {
"name": "growth-program",
"version": "0.0.0",
"gitVersion": "v1.0.2-172-g72185ab"
"gitVersion": "v1.0.2-174-g56a7b35"
},
"framework": {
"name": "multiversx-sc",
"version": "0.46.1"
"version": "0.48.0"
}
},
"name": "GrowthProgram",
Expand Down
67 changes: 64 additions & 3 deletions growth-program/output/growth-program.mxsc.json

Large diffs are not rendered by default.

Binary file modified growth-program/output/growth-program.wasm
Binary file not shown.
69 changes: 35 additions & 34 deletions growth-program/wasm/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 growth-program/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ overflow-checks = false
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "=0.46.1"
version = "=0.48.0"

[workspace]
members = ["."]
8 changes: 4 additions & 4 deletions metabonding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ publish = false
path = "src/lib.rs"

[dependencies.multiversx-sc]
version = "=0.46.1"
version = "=0.48.0"

[dependencies.multiversx-sc-modules]
version = "=0.46.1"
version = "=0.48.0"

[dependencies.sc_whitelist_module]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "0c7f45e"
rev = "27085fb"

[dev-dependencies]
num-bigint = "0.4.2"
Expand All @@ -25,4 +25,4 @@ hex = "0.4"
hex-literal = "0.4.1"

[dev-dependencies.multiversx-sc-scenario]
version = "=0.46.1"
version = "=0.48.0"
2 changes: 1 addition & 1 deletion metabonding/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ authors = ["Dorin Marian Iancu, [email protected]"]
path = ".."

[dependencies.multiversx-sc-meta]
version = "=0.46.1"
version = "=0.48.0"
default-features = false
Loading

0 comments on commit 52233d6

Please sign in to comment.