gochain / web3

A CLI tool to interact with web3 blockchains - Ethereum, GoChain, etc
https://gochain.io
Apache License 2.0
401 stars 88 forks source link

Detect circular references in the flattener #243

Open lukaville opened 2 years ago

lukaville commented 2 years ago

Currently, if you have a contract that imports itself the flattener hangs indefinitely. It should fail and show the circular referenced contracts.