0xProject / 0x-monorepo

0x protocol monorepo - includes our smart contracts and many developer tools
Other
1.41k stars 466 forks source link

Support solidity v0.7.x #2710

Closed HenryNguyen5 closed 3 years ago

HenryNguyen5 commented 4 years ago

Description

Adds support for solidity 0.7.x in sol-compiler

Testing instructions

Run yarn build && yarn test within the sol-compiler directory

Types of changes

New feature Adds support for solidity 0.7.x in sol-compiler

Checklist:

HenryNguyen5 commented 3 years ago

Not too sure why CI is failing here, i built the package locally and linked it against https://github.com/smartcontractkit/chainlink/tree/develop/evm-contracts, which worked fine for compiling 0.4.x -> 0.7.x solidity contracts fine

dorothy-zbornak commented 3 years ago

Not too sure why CI is failing here, i built the package locally and linked it against https://github.com/smartcontractkit/chainlink/tree/develop/evm-contracts, which worked fine for compiling 0.4.x -> 0.7.x solidity contracts fine

Yeah it's just the solc registry timing out. I restarted it. :crossed_fingers:

HenryNguyen5 commented 3 years ago

@dorothy-zbornak should be fixed up now!

dorothy-zbornak commented 3 years ago

Gonna merge this into my branch first to fix the annoying linter issues.