ERC725Alliance / ERC725

Repository for code and discussion around ERC725 and related standards
Apache License 2.0
127 stars 66 forks source link

ci: add workflow to test for different solc versions + fix compiler warnings #191

Closed CJ42 closed 1 year ago

CJ42 commented 1 year ago

In older version of solc (before 0.8.8), there is a problem with symlink when the paths in the imports include ../ that makes it the solc fail to find the path of the file imported.

This is why the matrix in the CI starts at 0.8.8

See this issue for more infos: https://github.com/ethereum/solidity/issues/2742