Skip to content

Commit

Permalink
Merge pull request #38 from multiversx/framework-upgrade-0.44
Browse files Browse the repository at this point in the history
Upgrade contracts to 0.44 framework
  • Loading branch information
CostinCarabas authored Nov 13, 2023
2 parents de783fc + 236d891 commit 3ec6ea1
Show file tree
Hide file tree
Showing 138 changed files with 1,734 additions and 639 deletions.
4 changes: 2 additions & 2 deletions contracts/adder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ publish = false
[lib]
path = "src/adder.rs"
[dependencies.multiversx-sc]
version = "0.43.4"
version = "0.44.0"
[dev-dependencies.multiversx-sc-scenario]
version = "0.43.4"
version = "0.44.0"
2 changes: 1 addition & 1 deletion contracts/adder/interact/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ features = ["derive"]
path = ".."

[dependencies.multiversx-sc-snippets]
version = "0.43.3"
version = "0.44.0"
2 changes: 1 addition & 1 deletion contracts/adder/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ publish = false
path = ".."

[dependencies.multiversx-sc-meta]
version = "0.43.4"
version = "0.44.0"
60 changes: 46 additions & 14 deletions contracts/adder/wasm/Cargo.lock
100755 → 100644

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion contracts/adder/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ panic = "abort"
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.43.4"
version = "0.44.0"

[workspace]
members = ["."]
6 changes: 3 additions & 3 deletions contracts/bonding-curve-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ publish = false
[lib]
path = "src/bonding_curve_contract.rs"
[dependencies.multiversx-sc]
version = "0.43.4"
version = "0.44.0"

[dependencies.multiversx-sc-modules]
version = "0.43.4"
version = "0.44.0"
[dev-dependencies.multiversx-sc-scenario]
version = "0.43.4"
version = "0.44.0"
2 changes: 1 addition & 1 deletion contracts/bonding-curve-contract/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ publish = false
path = ".."

[dependencies.multiversx-sc-meta]
version = "0.43.4"
version = "0.44.0"
64 changes: 48 additions & 16 deletions contracts/bonding-curve-contract/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 contracts/bonding-curve-contract/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ panic = "abort"
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.43.4"
version = "0.44.0"

[workspace]
members = ["."]
6 changes: 3 additions & 3 deletions contracts/check-pause/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ path = "src/check_pause.rs"
num-bigint = "0.4.2"

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

[dependencies.multiversx-sc-modules]
version = "0.43.4"
version = "0.44.0"
2 changes: 1 addition & 1 deletion contracts/check-pause/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ authors = ["Alin Cruceat <[email protected]>"]
path = ".."

[dependencies.multiversx-sc-meta]
version = "0.43.4"
version = "0.44.0"
Loading

0 comments on commit 3ec6ea1

Please sign in to comment.