gochain/web3

Compilation fails with solc 0.8+

Closed this issue · 3 comments

Hello,
I have updated my environment as follows:

  • solc, the solidity compiler commandline interface
    Version: 0.8.4+commit.c7e474f2.Linux.g++
  • go version go1.16.3 linux/amd64
  • web3 version 0.2.62
    I wanted to test the build & deployment of a generic contract using web3 cli but I get the following error after the flatten *.sol is generated:

image

image

Checking it out now...

Give it a try now.