Skip to content

Commit

Permalink
Merge branch 'master' into snippets-version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed May 27, 2024
2 parents bf227f3 + 18b63e6 commit 33aa4e3
Show file tree
Hide file tree
Showing 367 changed files with 1,018 additions and 795 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,20 @@ 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.3] - 2024-05-25
- Dependency update and fix. There was an issue with the `zip` dependency in sc-meta.

## [sc 0.50.2] - 2024-05-24
- Unified transaction syntax:
- Better compilation error messages for malformed transactions;
- Deprecated methods `async_call` and `async_call_promises`, which are kept for backwards compatibility, but causing confusion among developers;
- Contract upgrade available in tests.
- `sc-meta` proxy compare option, which checks that proxies are up to date. Useful for CI.
- `TypeAbi` - removed `Unmanaged` associated type trait bounds, and implemented it for more types.
- Removed jitter from interactor transaction fetch.
- Fixed an issue in the snippets generator.

## [sc 0.50.1] - 2024-05-16
- `sc-meta all snippets` generates unified syntax.
- Proxy generator can reference multi-contract variant.
Expand Down
Loading

0 comments on commit 33aa4e3

Please sign in to comment.