Skip to content

sc 0.50.2

Compare
Choose a tag to compare
@andrei-marinica andrei-marinica released this 24 May 12:29
· 899 commits to master since this release
v0.50.2
f26c854
  • 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.