Franco Victorio

Results 565 comments of Franco Victorio

Hey @ilanDoron, I left a comment in that PR with respect to the `yarn.lock`

@phahulin Can we close this? As far as I know we are not going to implement it.

I couldn't find the root of this problem, but while investigating this I noticed that the market page in DopeRaider makes a many requests through web3 (~1000/min). And if you...

> Because switching network and back works, means the RPC system is responding ok after that, so it is a client side issue now - something to do with wallet...

I looked into this again. This is what I did and what I observed. I went to the market page (I only used that page since I don't have a...

Hey @skimaharvey, sorry but I don't think that's enough. The alleged issue here is that Hardhat stopped working when the CREATE2 opcode is used. This is highly unlikely, so we...

Thanks Paul, I noticed the same thing when looking into #4194. I opened https://github.com/NomicFoundation/hardhat/issues/4292 to track this specific issue.

Makes sense! We should probably add a config path llike: ``` paths: { // other paths foundry: "foundry/foundry.toml" } ``` And then pass the config path to the Foundry commands...

Yes, `.emit` is the only one that can be chained (and only to itself). @schaable we should update the plugin's readme to add `emit` to the list of matchers that...