You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)