Skip to content

Commit

Permalink
Merge pull request #1764 from multiversx/release-53
Browse files Browse the repository at this point in the history
sc 0.53.0 codec 0.21.0, vm 0.10.0, sdk 0.6.0, scenario-format 0.23.0
  • Loading branch information
BiancaIalangi authored Sep 4, 2024
2 parents d323dba + 083012e commit cafea24
Show file tree
Hide file tree
Showing 372 changed files with 1,488 additions and 1,463 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,28 @@ They are:
- `multiversx-chain-scenario-format`, in short `scenario-format`, scenario JSON serializer/deserializer, 1 crate.
- `multiversx-sdk`, in short `sdk`, allows communication with the chain(s), 1 crate.

## [sc 0.53.0 codec 0.21.0, vm 0.10.0, sdk 0.6.0, scenario-format 0.23.0] - 2024-09-04
- Unified syntax:
- Whitebox testing;
- Proxy fix for ManagedOption;
- TestTokenIdentifier syntactic sugar.
- New ResultHandler: `ReturnsLogs`.
- Interactor:
- Fix on API fetch process status;
- Fix on ReturnsNewTokenIdentifier edge cases solved;
- Fix on ESDTTransfer for transfer step;
- Support for Keystore + password.
- Framework API support: EI 1.4 crypto functions.
- `sc-meta`:
- New `wallet` command: PEM and keystore generator and conversions;
- New `report` command:
- Generate json or Markdown report based on size, path, allocator and panic messages;
- Compare reports;
- Convert reports.
- VecMapper update with index.
- Substitution list: AddressToIdMapper
- Dependencies updated.

## [sc 0.52.3] - 2024-08-06
- Pause module events.

Expand Down
30 changes: 15 additions & 15 deletions Cargo.lock

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

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.52.3"
version = "0.53.0"
path = "../../../framework/base"

[dev-dependencies.multiversx-sc-scenario]
version = "0.52.3"
version = "0.53.0"
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.52.3"
version = "0.53.0"
path = "../../../../framework/meta-lib"
default-features = false
22 changes: 11 additions & 11 deletions contracts/benchmarks/large-storage/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/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.52.3"
version = "0.53.0"
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.52.3"
version = "0.53.0"
path = "../../../../framework/base"

[dev-dependencies.multiversx-sc-scenario]
version = "0.52.3"
version = "0.53.0"
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.52.3"
version = "0.53.0"
path = "../../../../framework/base"

[dev-dependencies.multiversx-sc-scenario]
version = "0.52.3"
version = "0.53.0"
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.52.3"
version = "0.53.0"
path = "../../../../../framework/meta-lib"
default-features = false
22 changes: 11 additions & 11 deletions contracts/benchmarks/mappers/linked-list-repeat/wasm/Cargo.lock

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

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.52.3"
version = "0.53.0"
path = "../../../../../framework/wasm-adapter"

[workspace]
Expand Down
Loading

0 comments on commit cafea24

Please sign in to comment.