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 theft_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)