Skip to content

Version: 1.4.0

Compare
Choose a tag to compare
@d3p d3p released this 24 Oct 08:35
· 126 commits to main since this release
8d625f2

[1.4.0] - 2022-10-19

New

  • sold - Solidity Compiler Driver - version management added. Try it with everdev sold install.

  • Added a new everdev sol compile option -i [ --include-path ] path/to/dir to make an additional source directory available
    to the default import callback.
    Use this option if you want to import contracts, whose location is not fixed in relation to your main source tree,
    e.g. third-party libraries installed using a package manager. Separate different paths with a comma, no space allowed.

    Example: everdev sol compile Contract.sol -i path1/folder1,path2/folder2

  • Added new command evedev update.
    This command updates everdev to the latest version and is technically an alias for npm update -g everdev.

Fixed

  • Fixed incorrect error message when "deploy contract" and "execute contract" commands are executed for a non-existing (acc_type = nonExist) account.

  • Fixed incorrect error message when a user added a new signer with the name of an existing one.