Skip to content

Commit

Permalink
upgrade 0.54.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BiancaIalangi committed Nov 20, 2024
1 parent 423efa7 commit 2edeb77
Show file tree
Hide file tree
Showing 122 changed files with 357 additions and 661 deletions.
658 changes: 177 additions & 481 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions contracts/adder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
path = "src/adder.rs"

[dependencies.multiversx-sc]
version = "0.54.0"
version = "0.54.3"

[dev-dependencies.multiversx-sc-scenario]
version = "0.54.0"
version = "0.54.3"
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.53.2"
version = "0.54.3"
2 changes: 1 addition & 1 deletion contracts/adder/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-lib]
version = "0.54.0"
version = "0.54.3"
default-features = false
2 changes: 1 addition & 1 deletion contracts/adder/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ panic = "abort"
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.54.0"
version = "0.54.3"

[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 @@ -9,10 +9,10 @@ publish = false
path = "src/bonding_curve_contract.rs"

[dependencies.multiversx-sc]
version = "0.54.0"
version = "0.54.3"

[dependencies.multiversx-sc-modules]
version = "0.54.0"
version = "0.54.3"

[dev-dependencies.multiversx-sc-scenario]
version = "0.54.0"
version = "0.54.3"
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 @@ -9,5 +9,5 @@ publish = false
path = ".."

[dependencies.multiversx-sc-meta-lib]
version = "0.54.0"
version = "0.54.3"
default-features = false
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 @@ -22,7 +22,7 @@ panic = "abort"
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.54.0"
version = "0.54.3"

[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,10 +12,10 @@ path = "src/check_pause.rs"
num-bigint = "0.4.2"

[dev-dependencies.multiversx-sc-scenario]
version = "0.54.0"
version = "0.54.3"

[dependencies.multiversx-sc]
version = "0.54.0"
version = "0.54.3"

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

[dependencies.multiversx-sc-meta-lib]
version = "0.54.0"
version = "0.54.3"
default-features = false
2 changes: 1 addition & 1 deletion contracts/check-pause/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ panic = "abort"
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.54.0"
version = "0.54.3"

[workspace]
members = ["."]
4 changes: 2 additions & 2 deletions contracts/crowdfunding-esdt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ publish = false
path = "src/crowdfunding_esdt.rs"

[dependencies.multiversx-sc]
version = "0.54.0"
version = "0.54.3"

[dev-dependencies]
num-bigint = "0.4.2"
num-traits = "0.2"
hex = "0.4"

[dev-dependencies.multiversx-sc-scenario]
version = "0.54.0"
version = "0.54.3"
2 changes: 1 addition & 1 deletion contracts/crowdfunding-esdt/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ publish = false
path = ".."

[dependencies.multiversx-sc-meta-lib]
version = "0.54.0"
version = "0.54.3"
default-features = false
2 changes: 1 addition & 1 deletion contracts/crowdfunding-esdt/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ panic = "abort"
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.54.0"
version = "0.54.3"

[workspace]
members = ["."]
4 changes: 2 additions & 2 deletions contracts/crypto-bubbles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
path = "src/crypto_bubbles.rs"

[dependencies.multiversx-sc]
version = "0.54.0"
version = "0.54.3"

[dev-dependencies.multiversx-sc-scenario]
version = "0.54.0"
version = "0.54.3"
2 changes: 1 addition & 1 deletion contracts/crypto-bubbles/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ publish = false
path = ".."

[dependencies.multiversx-sc-meta-lib]
version = "0.54.0"
version = "0.54.3"
default-features = false
2 changes: 1 addition & 1 deletion contracts/crypto-bubbles/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ panic = "abort"
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.54.0"
version = "0.54.3"

[workspace]
members = ["."]
2 changes: 1 addition & 1 deletion contracts/crypto-kitties/common/kitty/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
path = "src/lib.rs"

[dependencies.multiversx-sc]
version = "0.54.0"
version = "0.54.3"

[dependencies.random]
version = "0.0.0"
Expand Down
2 changes: 1 addition & 1 deletion contracts/crypto-kitties/common/random/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ edition = "2021"
path = "src/lib.rs"

[dependencies.multiversx-sc]
version = "0.54.0"
version = "0.54.3"
4 changes: 2 additions & 2 deletions contracts/crypto-kitties/kitty-auction/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ version = "0.0.0"
path = "../kitty-ownership"

[dependencies.multiversx-sc]
version = "0.54.0"
version = "0.54.3"

[dev-dependencies.multiversx-sc-scenario]
version = "0.54.0"
version = "0.54.3"
2 changes: 1 addition & 1 deletion contracts/crypto-kitties/kitty-auction/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-lib]
version = "0.54.0"
version = "0.54.3"
default-features = false
2 changes: 1 addition & 1 deletion contracts/crypto-kitties/kitty-auction/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ panic = "abort"
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.54.0"
version = "0.54.3"

[workspace]
members = ["."]
4 changes: 2 additions & 2 deletions contracts/crypto-kitties/kitty-genetic-alg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ version = "0.0.0"
path = "../common/random"

[dependencies.multiversx-sc]
version = "0.54.0"
version = "0.54.3"

[dev-dependencies.multiversx-sc-scenario]
version = "0.54.0"
version = "0.54.3"
2 changes: 1 addition & 1 deletion contracts/crypto-kitties/kitty-genetic-alg/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-lib]
version = "0.54.0"
version = "0.54.3"
default-features = false
2 changes: 1 addition & 1 deletion contracts/crypto-kitties/kitty-genetic-alg/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ panic = "abort"
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.54.0"
version = "0.54.3"

[workspace]
members = ["."]
4 changes: 2 additions & 2 deletions contracts/crypto-kitties/kitty-ownership/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ version = "0.0.0"
path = "../kitty-genetic-alg"

[dependencies.multiversx-sc]
version = "0.54.0"
version = "0.54.3"

[dev-dependencies.multiversx-sc-scenario]
version = "0.54.0"
version = "0.54.3"
2 changes: 1 addition & 1 deletion contracts/crypto-kitties/kitty-ownership/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-lib]
version = "0.54.0"
version = "0.54.3"
default-features = false
2 changes: 1 addition & 1 deletion contracts/crypto-kitties/kitty-ownership/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ panic = "abort"
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.54.0"
version = "0.54.3"

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

[dependencies.multiversx-sc]
version = "0.54.0"
version = "0.54.3"

[dev-dependencies.multiversx-sc-scenario]
version = "0.54.0"
version = "0.54.3"
2 changes: 1 addition & 1 deletion contracts/crypto-zombies/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-lib]
version = "0.54.0"
version = "0.54.3"
default-features = false
2 changes: 1 addition & 1 deletion contracts/crypto-zombies/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ panic = "abort"
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.54.0"
version = "0.54.3"

[workspace]
members = ["."]
4 changes: 2 additions & 2 deletions contracts/digital-cash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
path = "src/digital_cash.rs"

[dependencies.multiversx-sc]
version = "0.54.0"
version = "0.54.3"

[dev-dependencies.multiversx-sc-scenario]
version = "0.54.0"
version = "0.54.3"
2 changes: 1 addition & 1 deletion contracts/digital-cash/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-lib]
version = "0.54.0"
version = "0.54.3"
default-features = false
2 changes: 1 addition & 1 deletion contracts/digital-cash/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ panic = "abort"
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.54.0"
version = "0.54.3"

[workspace]
members = ["."]
6 changes: 3 additions & 3 deletions contracts/dn404/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ publish = false
path = "src/lib.rs"

[dependencies.multiversx-sc]
version = "=0.54.0"
version = "=0.54.3"

[dependencies.multiversx-sc-modules]
version = "=0.54.0"
version = "=0.54.3"

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

[dev-dependencies.multiversx-sc-scenario]
version = "=0.54.0"
version = "=0.54.3"
2 changes: 1 addition & 1 deletion contracts/dn404/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-lib]
version = "=0.54.0"
version = "=0.54.3"
default-features = false
2 changes: 1 addition & 1 deletion contracts/dn404/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ panic = "abort"
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "=0.54.0"
version = "=0.54.3"

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

[dependencies.multiversx-sc]
version = "0.54.0"
version = "0.54.3"

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

[dev-dependencies.multiversx-sc-scenario]
version = "0.54.0"
version = "0.54.3"
2 changes: 1 addition & 1 deletion contracts/empty/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-lib]
version = "0.54.0"
version = "0.54.3"
default-features = false
2 changes: 1 addition & 1 deletion contracts/empty/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ panic = "abort"
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.54.0"
version = "0.54.3"

[workspace]
members = ["."]
6 changes: 3 additions & 3 deletions contracts/erc3643/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ publish = false
path = "src/lib.rs"

[dependencies.multiversx-sc]
version = "=0.54.0"
version = "=0.54.3"

[dependencies.multiversx-sc-modules]
version = "=0.54.0"
version = "=0.54.3"

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

[dev-dependencies.multiversx-sc-scenario]
version = "=0.54.0"
version = "=0.54.3"
2 changes: 1 addition & 1 deletion contracts/erc3643/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-lib]
version = "=0.54.0"
version = "=0.54.3"
default-features = false
2 changes: 1 addition & 1 deletion contracts/erc3643/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ panic = "abort"
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "=0.54.0"
version = "=0.54.3"

[workspace]
members = ["."]
Loading

0 comments on commit 2edeb77

Please sign in to comment.