crytic / crytic/crytic-compile
Create list of limitations per platform
- Dominant language
- Python
- Stars
- 197
- Forks
- 97
- PR merge metrics
- No merged PRs in 30d
Description
We should add a table that summarizes the limitations due to known bugs.
On the top of my head:
Feature | Hardhat | Truffle | Foundry | Brownie |
|---|---|---|---|--|
Top level object | Supported | https://github.com/trufflesuite/truffle/issues/3124 | TBD (https://github.com/foundry-rs/foundry/issues/1646) | TBD
Contract name duplicate | Supported | https://github.com/trufflesuite/truffle/issues/5059 | https://github.com/foundry-rs/foundry/issues/1488 |
Compiler version + name duplicate | https://github.com/NomicFoundation/hardhat/issues/1384 | No | No |
Interface only | Supported | Supported | Supported | https://github.com/eth-brownie/brownie/issues/941
| | | |
Contributor guide
Assessment
This issue has not been assessed yet.