Franco Victorio

Results 565 comments of Franco Victorio

> .to.be.revertedWith("0xe2e1f17f"); That's not a bad idea. The name of a custom error can't start with `0`, so there wouldn't be any ambiguity. Feel free to open a new issue...

Hi, sorry for the autoclose. This is still something that we might do. In the meantime, I created an example showing how this can be done manually: https://github.com/fvictorio/hardhat-examples/tree/master/ignore-solidity-files Check it...

We don't have a configuration property like that ([docs](https://hardhat.org/hardhat-runner/docs/config#json-rpc-based-networks)). Did you see that option in our docs or in some other resource?

@lzalvin can you expand on how this is affecting you?

@lukehutch can you provide a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example)?

Hey @GrandSchtroumpf, thanks for opening this. We were actually considering using https://github.com/OpenZeppelin/solidity-ast for this. Are you familiar with that project? Can you tell us how/if yours is different?

Thanks for the info guys. We definitely need to improve our internal types around this, so we'll use this issue to track that effort. It seems to me that using...

> A library with one view function which returns a number and a script, which deploys the library, and calls the view function. Run with mainnet forking enabled and pinned...