Skip to content

Commit

Permalink
framework upgrade 0.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
psorinionut committed Sep 25, 2024
1 parent bac0928 commit 770e38b
Show file tree
Hide file tree
Showing 24 changed files with 566 additions and 391 deletions.
599 changes: 374 additions & 225 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,35 +9,35 @@ publish = false
path = "src/lib.rs"

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

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

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

[dependencies.router]
git = "https://github.com/multiversx/mx-exchange-sc"
rev = "c061a85"
rev = "571dc9d"

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

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

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

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

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

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

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

[dev-dependencies.pair-mock]
path = "../pair-mock"
Expand Down
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.50.5"
version = "=0.53.0"
default-features = false
22 changes: 15 additions & 7 deletions growth-program/output/growth-program.abi.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"buildInfo": {
"rustc": {
"version": "1.79.0",
"commitHash": "129f3b9964af4d4a709d1383930ade12dfe7c081",
"commitDate": "2024-06-10",
"channel": "Stable",
"short": "rustc 1.79.0 (129f3b996 2024-06-10)"
"version": "1.81.0-nightly",
"commitHash": "6292b2af620dbd771ebb687c3a93c69ba8f97268",
"commitDate": "2024-07-02",
"channel": "Nightly",
"short": "rustc 1.81.0-nightly (6292b2af6 2024-07-02)"
},
"contractCrate": {
"name": "growth-program",
"version": "0.0.0",
"gitVersion": "v1.0.2-190-g05a3ba5"
"gitVersion": "v1.0.2-193-gbac0928"
},
"framework": {
"name": "multiversx-sc",
"version": "0.50.5"
"version": "0.53.0"
}
},
"name": "GrowthProgram",
Expand Down Expand Up @@ -739,6 +739,14 @@
"indexed": true
}
]
},
{
"identifier": "pauseContract",
"inputs": []
},
{
"identifier": "unpauseContract",
"inputs": []
}
],
"esdtAttributes": [],
Expand Down
30 changes: 21 additions & 9 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.
Loading

0 comments on commit 770e38b

Please sign in to comment.