Skip to content

Release 3.6.2

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Mar 14:18
· 372 commits to develop since this release
dcba953

Additions

  • Added a new view transaction ft_balances_of for getting balances for multiple accounts by [@karim-en]. (#905)

Changes

  • The ft_resolve_transfer callback doesn't require running the contract to finish the ft_transfer_call correctly
    by [@aleksuss]. (#906)
  • Borsh has been bumped to 1.3 what allows to get rid of additional feature borsh-compat by [@aleksuss]. (#907)
  • The ExecutionProfile has been extended with logs for tests by [@mrLSD]. (#910)
  • The interface of the engine standalone storage has been extended with a couple of methods for allowing set/get
    arbitrary data outside the crate by [@aleksuss]. (#913)

Fixes