Version: 1.4.0
[1.4.0] - 2022-10-19
New
-
sold
- Solidity Compiler Driver - version management added. Try it witheverdev 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 fornpm 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.