Elena
Elena
Likewise the new `receive` and `fallback` functions :) In general support the 0.6 syntax changes.
For us it's a nice to have feature with overall low priority. However depending on interest others show it may climb up as I imagine more project looking into this.
We use truffle extensively so will definitely be useful!
@aahna-ashina I had the same question and what I ended up doing is exclude them in `codecov.yml` instead with: ``` ignore: - "./tests/" ```
First gas numbers are from `forge test --gas-report` I still don't understand the separate reports you have for the proxy and the implementation, what are you saying is the difference...
I've reproduced the issue in an MVP in https://github.com/elenadimitrova/foundry-hardhat-gas-compare where you can run the two identical set of tests and see the difference between `foundry` vs `hardhat`
@onbjerg I have confirmed the storage slots aren't "hot" as you explain, with [this commit](https://github.com/elenadimitrova/foundry-hardhat-gas-compare/commit/fc83e3b0fd953c21411ceca6de95febf3acbdda9) which is testing storage slots are "cold" before writing. There is effectively around 5200-5500 unexplained...
The suggestion above doesn't seem to be working atm. Neither are any other options like wrapping each address in " or [] 
Thanks @aquabu We ended up rolling our own flattener https://github.com/JoinColony/solidity-steamroller
I can't work out whether this is implemented. @gnidan ?