Anton Cheng

Results 16 comments of Anton Cheng

Hey sorry for the late reply, yeah I can take a look ;)

+1 on this feature, it would be helpful to be able to exclude certain folders too, given that the library coverage is not supported yet, it will make it easier...

> Infura is censoring (and has been for some time) many users, including entire countries. In particular, countries where the people are in dire need of access to uncensored finance....

You can fix it with the following config, if you're using hardhat: ```typescript const UNISWAP_SETTING = { version: "0.7.6", settings: { optimizer: { enabled: true, runs: 2_000, }, }, }...

@aparnakr you mean a callee receiver contract right? Is it practical to have a task for that now or should we test on maybe uniswap? Also when do you think...

Use this instead of the script: https://hardhat.org/plugins/hardhat-contract-sizer.html

> @haythem96 the issue I see with keeping is that it's very specific to `truffle`'s framework. However, if we decide to remove `truffle` as a devDependency, it shouldn't be difficult...

@aparnakr why would this be a problem? We do handle cases where decimals > 27 right?

let's wait until all the integration tests are done? otherwise will have too many conflicts in each merge

One other way to bypass (get excluded by the report) it is to add a function prefixed with `test` in the contract. That way forge thinks it's a test contract...