Skip to content

Commit

Permalink
sc 0.54.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed Nov 28, 2024
1 parent b4ae173 commit 626459a
Show file tree
Hide file tree
Showing 275 changed files with 452 additions and 442 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.5] - 2024-11-28
- `ManagedVec` - deprecated `sort` and guarded it by the `alloc` feature, since it uses the allocator.
- `sc-meta`
- versioning fix;
- interactor generator fix.
- Interactors - fixed code metadata on deploy.

## [sc 0.54.4] - 2024-11-22
- `sc-meta`
- `install debugger` CLI that prepares VSCode extension for debugging;
Expand Down
101 changes: 51 additions & 50 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.54.4"
version = "0.54.5"
path = "../../../framework/base"

[dev-dependencies.multiversx-sc-scenario]
version = "0.54.4"
version = "0.54.5"
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.4"
version = "0.54.5"
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.4"
version = "0.54.5"
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.4"
version = "0.54.5"
path = "../../../../framework/base"

[dev-dependencies.multiversx-sc-scenario]
version = "0.54.4"
version = "0.54.5"
path = "../../../../framework/scenario"
Loading

0 comments on commit 626459a

Please sign in to comment.