Skip to content

Commit

Permalink
Merge pull request #1873 from multiversx/release-54-4
Browse files Browse the repository at this point in the history
Release: sc 0.54.4
  • Loading branch information
andrei-marinica authored Nov 22, 2024
2 parents 01e0893 + dfc22b1 commit e75f060
Show file tree
Hide file tree
Showing 367 changed files with 910 additions and 903 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ They are:
- `multiversx-sdk-http`
- `multiversx-sdk-dapp`

## [sc 0.54.4] - 2024-11-22
- `sc-meta`
- `install debugger` CLI that prepares VSCode extension for debugging;
- fixed a crash involving templates and installers.
- Deprecated `#[derive(TypeAbi)]` and added an additional warning in the macro.

## [sc 0.54.3] - 2024-11-18
- `#[storage_mapper_from_address]` fixes for: `FungibleTokenMapper`, `NonFungibleTokenMapper`, `TokenAttributesMapper`, `UniqueIdMapper`, `UserMapper`, `AddressToIdMapper`.

Expand Down
68 changes: 34 additions & 34 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.3"
version = "0.54.4"
path = "../../../framework/base"

[dev-dependencies.multiversx-sc-scenario]
version = "0.54.3"
version = "0.54.4"
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.3"
version = "0.54.4"
path = "../../../../framework/meta-lib"
default-features = false
10 changes: 5 additions & 5 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.54.3"
version = "0.54.4"
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.3"
version = "0.54.4"
path = "../../../../framework/base"

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

[dev-dependencies.multiversx-sc-scenario]
version = "0.54.3"
version = "0.54.4"
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.3"
version = "0.54.4"
path = "../../../../../framework/meta-lib"
default-features = false
10 changes: 5 additions & 5 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.54.3"
version = "0.54.4"
path = "../../../../../framework/wasm-adapter"

[workspace]
Expand Down
Loading

0 comments on commit e75f060

Please sign in to comment.