Consensys / surya

A set of utilities for exploring Solidity contracts
Apache License 2.0
1.06k stars 118 forks source link

Update solidity parser to ^0.8.0 #147

Closed vittominacori closed 3 years ago

vittominacori commented 3 years ago

Update solidity-parser version to ^0.8.0 to avoid Error: Constructors have to be declared either "public" or "internal" using Solidity 0.7.x.

Closes #148

GNSPS commented 3 years ago

So sorry for the wait! And thank you for the contribution, @vittominacori ! 😄 🙌

GNSPS commented 3 years ago

Just changed the target branch to develop, you'll be able to get this version from NPM with the @next tag. 👍