Skip to content

Commit 06fc9f4

Browse files
Merge pull request #2128 from multiversx/release-59-1
Release: sc 0.59.1, codec 0.23.1, chain 0.16.1, sdk 0.11.1
2 parents e9e01f1 + bcffafa commit 06fc9f4

File tree

389 files changed

+1082
-3133
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

389 files changed

+1082
-3133
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ framework/**/Cargo.lock
1515
sdk/**/Cargo.lock
1616
tools/**/Cargo.lock
1717
vm/**/Cargo.lock
18+
chain/wasmer-prod/Cargo.lock
1819

1920
# Coverage outputs
2021
*.profraw

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@ They are:
3333
- `multiversx-sdk-dapp`
3434

3535

36+
## [sc 0.59.1, codec 0.23.1, chain 0.16.1, sdk 0.11.1] - 2025-07-24
37+
- Governance proxy improvements.
38+
- Codec: added support for using u128.
39+
- SDK/interactors:
40+
- Added logging for http requests and responses;
41+
- Fixed an issue with retrieving results from transactions with multi-transfer ESDT.
42+
- Fixed a VM query error handling issue.
43+
44+
3645
## [sc 0.59.0, codec 0.23.0, chain 0.16.0, sdk 0.11.0] - 2025-07-03
3746
- Support for Barnard features
3847
- `barnard` feature for smart contracts, can be enabled in the contract's `Cargo.toml` or `sc-config.toml`;

0 commit comments

Comments
 (0)