Skip to content

Commit

Permalink
Merge pull request #1792 from multiversx/dapp-merge-2
Browse files Browse the repository at this point in the history
Merge rc/v0.54 -> feat/dapp
  • Loading branch information
andrei-marinica authored Oct 2, 2024
2 parents 4258e4e + 2e9bfa4 commit 0611f7c
Show file tree
Hide file tree
Showing 381 changed files with 1,342 additions and 1,133 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ 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.1, sdk 0.6.1] - 2024-10-01
- Interactor:
- Allow signature to be empty in TransactionOnNetwork;
- Allow return data to be empty in VMOutputApi.

## [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;
Expand Down
93 changes: 49 additions & 44 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.53.0"
version = "0.53.1"
path = "../../../framework/base"

[dev-dependencies.multiversx-sc-scenario]
version = "0.53.0"
version = "0.53.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.53.0"
version = "0.53.1"
path = "../../../../framework/meta-lib"
default-features = false
Loading

0 comments on commit 0611f7c

Please sign in to comment.