Skip to content

v0.1.33

Choose a tag to compare

@github-actions github-actions released this 30 Oct 06:05
· 10 commits to master since this release
  • πŸŽ‰ Support for ink! v6
    • Diagnostics, quickfixes, completions, inlay hints and signature help for the following v6 attribute macros and arguments
      • #[ink::contract_ref] attribute
      • #[ink(name = "..")] attribute argument
      • #[ink::error] attribute
    • New actions for inserting #[ink::contract_ref] and #[ink::error] snippets
    • Diagnostics and quickfixes for immutable payable messages
    • Deprecation warnings for chain extensions
    • Updated actions for inserting custom Environment snippets
    • Updated new contract template for v6