Skip to content

Commit

Permalink
Merge pull request #1951 from multiversx/release-56.1
Browse files Browse the repository at this point in the history
sc 0.56.1, chain 0.13.1, sdk 0.8.2
  • Loading branch information
andrei-marinica authored Feb 7, 2025
2 parents c489427 + c2356db commit 6e7a567
Show file tree
Hide file tree
Showing 374 changed files with 1,004 additions and 998 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ They are:
- `multiversx-sdk-http`
- `multiversx-sdk-dapp`

## [sc 0.56.1, chain 0.13.1, sdk 0.8.2] - 2025-02-06
- Allow setting gas for callback for direct transfers.
- NestedEncode for interaction types: TestAddress, TestScAddress and TestTokenIdentifier.
- Bugfix: pretty representation for ManagedAddress when debugging.
- Upgrade dependency: ruplacer.

## [sc 0.56.0, chain 0.13.0, sdk 0.8.1] - 2025-01-23
- Rust VM support for readonly sync calls.
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.

2 changes: 1 addition & 1 deletion chain/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "multiversx-chain-core"
version = "0.13.0"
version = "0.13.1"
edition = "2021"

authors = [
Expand Down
4 changes: 2 additions & 2 deletions chain/vm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "multiversx-chain-vm"
version = "0.13.0"
version = "0.13.1"
edition = "2021"

authors = [
Expand Down Expand Up @@ -35,7 +35,7 @@ rand_seeder = "0.3.0"
ed25519-dalek = "2.1.0"

[dependencies.multiversx-chain-core]
version = "=0.13.0"
version = "=0.13.1"
path = "../core"

[dependencies.multiversx-chain-vm-executor]
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.56.0"
version = "0.56.1"
path = "../../../framework/base"

[dev-dependencies.multiversx-sc-scenario]
version = "0.56.0"
version = "0.56.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.56.0"
version = "0.56.1"
path = "../../../../framework/meta-lib"
default-features = false
12 changes: 6 additions & 6 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.56.0"
version = "0.56.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.56.0"
version = "0.56.1"
path = "../../../../framework/base"

[dev-dependencies.multiversx-sc-scenario]
version = "0.56.0"
version = "0.56.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.56.0"
version = "0.56.1"
path = "../../../../framework/base"

[dev-dependencies.multiversx-sc-scenario]
version = "0.56.0"
version = "0.56.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.56.0"
version = "0.56.1"
path = "../../../../../framework/meta-lib"
default-features = false
12 changes: 6 additions & 6 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.56.0"
version = "0.56.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.56.0"
version = "0.56.1"
path = "../../../../framework/base"

[dev-dependencies.multiversx-sc-scenario]
version = "0.56.0"
version = "0.56.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.56.0"
version = "0.56.1"
path = "../../../../../framework/meta-lib"
default-features = false
Loading

0 comments on commit 6e7a567

Please sign in to comment.