Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: sc 0.55.0, codec 0.21.2, chain 0.12.0, sdk 0.8.0 #1917

Merged
merged 6 commits into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,22 @@ They are:
- `multiversx-sdk-dapp`


## [sc 0.55.0, codec 0.21.2, chain 0.12.0, sdk 0.8.0] - 2025-01-08
- Integrating Spica changes into the framework:
- EGLD+ESDT multi-transfers are now possible:
- changed the handling of call values: EGLD is treated almost the same as an ESDT in `all_transfers` and `multi_egld_or_esdt`, old ESDT methods are given some protection against unexpected scenarios
- changed the tx unified syntax for sending EGLD+ESDT from contracts, interactors and tests;
- support in the Rust VM.
- New built-in functions in the `ESDTSystemSCProxy`: `ESDTModifyRoyalties`, `SDTSetNewURIs`, `ESDTModifyCreator`, `ESDTMetaDataRecreate`, `ESDTMetaDataUpdate`.
- Interactor support for "set state" on the chain simulator.
- Syntax cleanup:
- `#[payable]` now allowed instead of `#[payable("*")]`;
- `register_promise` allows callback, without calling a function on destination.
- Refactoring and optimizations:
- Simplified the callback selector;
- Improvements in ManagedVec iterators;
- Removed some unnecessary bound checks in `multi_esdt`.

## [sc 0.54.6] - 2024-12-04
- `ManagedDecimal` bugfixes:
- ABI/proxy bugfix;
Expand Down
Loading
Loading