Intellij-Move

1.22.0
November 9, 2022
View in Github

New Features

  • Support u16, u32, u256 types from the latest Move language standard.
  • 'Redundant cast' inspection.
  • Type check binary operations for different integer types.

Fixes

  • Add tests/ directory to items search path for both development scopes.
  • Remove #[test(account = @account)] assigment correctly for unused parameter fix.