Skip to content

Commit

Permalink
sc 0.54.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BiancaIalangi committed Nov 13, 2024
1 parent a73cf9e commit 163ad32
Show file tree
Hide file tree
Showing 274 changed files with 401 additions and 392 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ They are:
- `multiversx-sdk-http`
- `multiversx-sdk-dapp`

## [sc 0.54.1] - 2024-11-13
- `sc-meta` `cs` - ChainSimulator CLI, which provides handy functionality to:
- install the chain simulator image in Docker;
- start/stop the chain simulator;
- quick testing using the `chain-simulator-tests` feature flag.
- Adder interactor cleanup, including in template.
- Interactor - `use_chain_simulator` builder method, for improved backwards compatibility.
- `MultiValueEncodedCounted` - a lazy multi-value encoding, but with known number of elements.

## [sc 0.54.0, sdk 0.7.0, chain 0.11.0] - 2024-11-06
- New crate, `multiversx-chain-core`, to be used in both framework and Rust VM. It contains common types, flags, and constants that refer to the protocol.
Expand Down
4 changes: 2 additions & 2 deletions contracts/benchmarks/large-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ publish = false
path = "src/large_storage.rs"

[dependencies.multiversx-sc]
version = "0.54.0"
version = "0.54.1"
path = "../../../framework/base"

[dev-dependencies.multiversx-sc-scenario]
version = "0.54.0"
version = "0.54.1"
path = "../../../framework/scenario"
2 changes: 1 addition & 1 deletion contracts/benchmarks/large-storage/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ publish = false
path = ".."

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

[dependencies.multiversx-sc-wasm-adapter]
version = "0.54.0"
version = "0.54.1"
path = "../../../../framework/wasm-adapter"

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

[dependencies.multiversx-sc]
version = "0.54.0"
version = "0.54.1"
path = "../../../../framework/base"

[dev-dependencies.multiversx-sc-scenario]
version = "0.54.0"
version = "0.54.1"
path = "../../../../framework/scenario"
4 changes: 2 additions & 2 deletions contracts/benchmarks/mappers/linked-list-repeat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ path = "../benchmark-common"


[dependencies.multiversx-sc]
version = "0.54.0"
version = "0.54.1"
path = "../../../../framework/base"

[dev-dependencies.multiversx-sc-scenario]
version = "0.54.0"
version = "0.54.1"
path = "../../../../framework/scenario"
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ publish = false
path = ".."

[dependencies.multiversx-sc-meta-lib]
version = "0.54.0"
version = "0.54.1"
path = "../../../../../framework/meta-lib"
default-features = false
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ panic = "abort"
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.54.0"
version = "0.54.1"
path = "../../../../../framework/wasm-adapter"

[workspace]
Expand Down
4 changes: 2 additions & 2 deletions contracts/benchmarks/mappers/map-repeat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ path = "../benchmark-common"


[dependencies.multiversx-sc]
version = "0.54.0"
version = "0.54.1"
path = "../../../../framework/base"

[dev-dependencies.multiversx-sc-scenario]
version = "0.54.0"
version = "0.54.1"
path = "../../../../framework/scenario"
2 changes: 1 addition & 1 deletion contracts/benchmarks/mappers/map-repeat/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ publish = false
path = ".."

[dependencies.multiversx-sc-meta-lib]
version = "0.54.0"
version = "0.54.1"
path = "../../../../../framework/meta-lib"
default-features = false
2 changes: 1 addition & 1 deletion contracts/benchmarks/mappers/map-repeat/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ panic = "abort"
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.54.0"
version = "0.54.1"
path = "../../../../../framework/wasm-adapter"

[workspace]
Expand Down
4 changes: 2 additions & 2 deletions contracts/benchmarks/mappers/queue-repeat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ path = "../benchmark-common"


[dependencies.multiversx-sc]
version = "0.54.0"
version = "0.54.1"
path = "../../../../framework/base"

[dev-dependencies.multiversx-sc-scenario]
version = "0.54.0"
version = "0.54.1"
path = "../../../../framework/scenario"
2 changes: 1 addition & 1 deletion contracts/benchmarks/mappers/queue-repeat/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ publish = false
path = ".."

[dependencies.multiversx-sc-meta-lib]
version = "0.54.0"
version = "0.54.1"
path = "../../../../../framework/meta-lib"
default-features = false
2 changes: 1 addition & 1 deletion contracts/benchmarks/mappers/queue-repeat/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ panic = "abort"
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.54.0"
version = "0.54.1"
path = "../../../../../framework/wasm-adapter"

[workspace]
Expand Down
4 changes: 2 additions & 2 deletions contracts/benchmarks/mappers/set-repeat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ path = "../benchmark-common"


[dependencies.multiversx-sc]
version = "0.54.0"
version = "0.54.1"
path = "../../../../framework/base"

[dev-dependencies.multiversx-sc-scenario]
version = "0.54.0"
version = "0.54.1"
path = "../../../../framework/scenario"
2 changes: 1 addition & 1 deletion contracts/benchmarks/mappers/set-repeat/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ publish = false
path = ".."

[dependencies.multiversx-sc-meta-lib]
version = "0.54.0"
version = "0.54.1"
path = "../../../../../framework/meta-lib"
default-features = false
2 changes: 1 addition & 1 deletion contracts/benchmarks/mappers/set-repeat/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ panic = "abort"
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.54.0"
version = "0.54.1"
path = "../../../../../framework/wasm-adapter"

[workspace]
Expand Down
4 changes: 2 additions & 2 deletions contracts/benchmarks/mappers/single-value-repeat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ path = "../benchmark-common"


[dependencies.multiversx-sc]
version = "0.54.0"
version = "0.54.1"
path = "../../../../framework/base"

[dev-dependencies.multiversx-sc-scenario]
version = "0.54.0"
version = "0.54.1"
path = "../../../../framework/scenario"
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ publish = false
path = ".."

[dependencies.multiversx-sc-meta-lib]
version = "0.54.0"
version = "0.54.1"
path = "../../../../../framework/meta-lib"
default-features = false
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ panic = "abort"
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.54.0"
version = "0.54.1"
path = "../../../../../framework/wasm-adapter"

[workspace]
Expand Down
4 changes: 2 additions & 2 deletions contracts/benchmarks/mappers/vec-repeat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ path = "../benchmark-common"


[dependencies.multiversx-sc]
version = "0.54.0"
version = "0.54.1"
path = "../../../../framework/base"

[dev-dependencies.multiversx-sc-scenario]
version = "0.54.0"
version = "0.54.1"
path = "../../../../framework/scenario"
2 changes: 1 addition & 1 deletion contracts/benchmarks/mappers/vec-repeat/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ publish = false
path = ".."

[dependencies.multiversx-sc-meta-lib]
version = "0.54.0"
version = "0.54.1"
path = "../../../../../framework/meta-lib"
default-features = false
2 changes: 1 addition & 1 deletion contracts/benchmarks/mappers/vec-repeat/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ panic = "abort"
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.54.0"
version = "0.54.1"
path = "../../../../../framework/wasm-adapter"

[workspace]
Expand Down
4 changes: 2 additions & 2 deletions contracts/benchmarks/send-tx-repeat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ publish = false
path = "src/send_tx_repeat.rs"

[dependencies.multiversx-sc]
version = "0.54.0"
version = "0.54.1"
path = "../../../framework/base"

[dev-dependencies.multiversx-sc-scenario]
version = "0.54.0"
version = "0.54.1"
path = "../../../framework/scenario"
2 changes: 1 addition & 1 deletion contracts/benchmarks/send-tx-repeat/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ publish = false
path = ".."

[dependencies.multiversx-sc-meta-lib]
version = "0.54.0"
version = "0.54.1"
path = "../../../../framework/meta-lib"
default-features = false
2 changes: 1 addition & 1 deletion contracts/benchmarks/send-tx-repeat/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ panic = "abort"
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.54.0"
version = "0.54.1"
path = "../../../../framework/wasm-adapter"

[workspace]
Expand Down
4 changes: 2 additions & 2 deletions contracts/benchmarks/str-repeat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ path = "src/str_repeat.rs"
managed-buffer-builder-cached = ["multiversx-sc/managed-buffer-builder-cached"]

[dependencies.multiversx-sc]
version = "0.54.0"
version = "0.54.1"
path = "../../../framework/base"
features = ["alloc"]

[dev-dependencies.multiversx-sc-scenario]
version = "0.54.0"
version = "0.54.1"
path = "../../../framework/scenario"
2 changes: 1 addition & 1 deletion contracts/benchmarks/str-repeat/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ publish = false
path = ".."

[dependencies.multiversx-sc-meta-lib]
version = "0.54.0"
version = "0.54.1"
path = "../../../../framework/meta-lib"
default-features = false
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ panic = "abort"
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.54.0"
version = "0.54.1"
path = "../../../../framework/wasm-adapter"

[workspace]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ path = ".."
features = ["managed-buffer-builder-cached"]

[dependencies.multiversx-sc-wasm-adapter]
version = "0.54.0"
version = "0.54.1"
path = "../../../../framework/wasm-adapter"

[workspace]
Expand Down
2 changes: 1 addition & 1 deletion contracts/benchmarks/str-repeat/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ panic = "abort"
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.54.0"
version = "0.54.1"
path = "../../../../framework/wasm-adapter"

[workspace]
Expand Down
8 changes: 4 additions & 4 deletions contracts/core/price-aggregator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "multiversx-price-aggregator-sc"
version = "0.54.0"
version = "0.54.1"
authors = [
"Claudiu-Marcel Bruda <[email protected]>",
"MultiversX <[email protected]>",
Expand All @@ -19,15 +19,15 @@ edition = "2021"
path = "src/lib.rs"

[dependencies.multiversx-sc]
version = "0.54.0"
version = "0.54.1"
path = "../../../framework/base"

[dependencies.multiversx-sc-modules]
version = "0.54.0"
version = "0.54.1"
path = "../../../contracts/modules"

[dev-dependencies.multiversx-sc-scenario]
version = "0.54.0"
version = "0.54.1"
path = "../../../framework/scenario"

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions contracts/core/price-aggregator/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ publish = false
path = ".."

[dependencies.multiversx-sc]
version = "0.54.0"
version = "0.54.1"
path = "../../../../framework/base"

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

[dependencies.multiversx-sc-wasm-adapter]
version = "0.54.0"
version = "0.54.1"
path = "../../../../framework/wasm-adapter"

[workspace]
Expand Down
8 changes: 4 additions & 4 deletions contracts/core/wegld-swap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "multiversx-wegld-swap-sc"
version = "0.54.0"
version = "0.54.1"

authors = [
"Dorin Iancu <[email protected]>",
Expand All @@ -20,13 +20,13 @@ edition = "2021"
path = "src/wegld.rs"

[dependencies.multiversx-sc]
version = "0.54.0"
version = "0.54.1"
path = "../../../framework/base"

[dependencies.multiversx-sc-modules]
version = "0.54.0"
version = "0.54.1"
path = "../../../contracts/modules"

[dev-dependencies.multiversx-sc-scenario]
version = "0.54.0"
version = "0.54.1"
path = "../../../framework/scenario"
4 changes: 2 additions & 2 deletions contracts/core/wegld-swap/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ publish = false
path = ".."

[dependencies.multiversx-sc]
version = "0.54.0"
version = "0.54.1"
path = "../../../../framework/base"

[dependencies.multiversx-sc-meta-lib]
version = "0.54.0"
version = "0.54.1"
path = "../../../../framework/meta-lib"
default-features = false
Loading

0 comments on commit 163ad32

Please sign in to comment.