Skip to content

v0.8.0

Compare
Choose a tag to compare
@PJColombo PJColombo released this 26 Oct 03:35
· 177 commits to master since this release

V0.8.0 - Modular Consigliere

This version adds a sort of intellisense feature that supports code completion and contextual suggestions that takes into account the previous command actions and the current typed parameters to help the user to fill the current command.

New features

  • Library enhancements:
    • Update command interface to add new functionality for building suggestions and completion items in a easier way.
    • General fixes.
    • Update unit tests and fixtures to work in Gnosis chain instead of Rinkeby.
  • Terminal enhancements:
    • Dynamic suggestion list that changes based on the previous commands.
    • Editor theme colors for commands, helpers, literals and keywords.
    • Command and helper suggestions based on the current imported modules.
    • Method signature suggestions given a specific contract address.
    • Specific identifiers suggestions based on the command and argument position being filled.
    • Improved connection handling.
    • Improved error display.

v0_8_0