Skip to content

Commit

Permalink
Merge pull request #1624 from multiversx/merge-symb-master
Browse files Browse the repository at this point in the history
Merge master -> feat/symbolic
  • Loading branch information
andrei-marinica authored May 13, 2024
2 parents 93275ec + c83eebc commit 5c1908b
Show file tree
Hide file tree
Showing 761 changed files with 11,104 additions and 5,070 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,3 @@ jobs:
file: ./examples-wasm.zip
asset_name: examples-wasm.zip
overwrite: true
body: "This is my release text"
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,22 @@ 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.50.0, codec 0.19.0, vm 0.8.4, sdk 0.4.1] - 2024-05-10
- Framework now runs on **stable** Rust. All unstable features were removed. The most important changes enabling this:
- `CodecFrom` completely removed, `TypeAbiFrom` was used instead since 0.49.0.
- `ManagedVecItem` payload redesigned.
- Contract panic message mechanism improved.
- Unified syntax:
- `NotPayable` marker type in proxies, which prevents callers to add payment to a non-payable endpoint.

## [sc 0.49.0, codec 0.18.8, sdk 0.4.0] - 2024-05-07
- Unified transaction syntax
- new syntax for sending transactions from contracts
- new syntax for integration tests: tx, set state, check state, etc.
- new syntax for interactors
- new proxies, generated from sc-meta
- support for upgrade in new proxies
- Improved interactor tx result polling performance.

## [sc 0.48.1, codec 0.18.7] - 2024-04-30
- Simplified decoding of small numbers (i64/u64).
Expand Down
Loading

0 comments on commit 5c1908b

Please sign in to comment.