broxus / locklift

Node JS framework for working with Everscale and Venom contracts. Inspired by Truffle and Hardhat. Helps you build, test, run and maintain your smart contracts.
Apache License 2.0
51 stars 31 forks source link

[ERROR] contractFileName: Sample error:Error: 1 #32

Closed ilyar closed 1 year ago

ilyar commented 1 year ago
npx locklift init --path amazing-locklift-project
cd amazing-locklift-project
npx locklift build
[INFO]  Found 1 sources
[INFO]  Found 1 changes, compiling...
[INFO]  Built
[INFO]  factorySource generated

If setup config.compiler.version = "0.64.0"

npx locklift build
[INFO]  Found 1 sources
[INFO]  Found 1 changes, compiling...
[ERROR]  contractFileName: Sample error:Error: 1
ilyar commented 1 year ago
npx everdev sol version
Component  Version  Available
---------  -------  -----------------------------------------------------------------------------------
compiler   0.71.0   0.71.0, 0.70.0, 0.69.0, 0.68.0, 0.67.0, 0.66.0, 0.65.0, 0.64.0, 0.63.0, 0.62.0, ...
linker     0.20.6   0.20.6, 0.20.5, 0.20.4, 0.20.3, 0.20.2, 0.20.1, 0.20.0, 0.19.6, 0.19.5, 0.19.4, ...

for fix need setup config.linker.version = "0.19.6"

npx locklift build
[INFO]  Start downloading linker version 0.19.6
[INFO]  linker version 0.19.6 successfully downloaded
[INFO]  Found 1 sources
[INFO]  No changes found, skip compilation
[INFO]  factorySource generated