Paul Berg
Paul Berg
One more: https://github.com/PermanentLoss/permanentloss
Oh, yes. Should we move this to the `foundry` repo?
Should we then reword the first statement to something like this? > Calls to mocked addresses may revert if there is no code on the address. This is because **in...
> Is this not the same as #1131? Welp, I haven't seen that 😅 I agree that a `--sweep` flag would be better than a new subcommand, especially if the...
> perhaps just refactor to put the logic as a flag instead of a separate command? Sounds good, though I might not be able to do this refactor in the...
Casting my support for this as well. Custom errors are a game-changer for Solidity development. It would be fantastic if OpenZeppelin supported them! For reference, here are a couple of...
> We really want to do this but strictly want Truffle/Web3.js to support custom errors before we change to them This might one of those nasty catch-22 situations. Truffle/ Web3.js...
FWIW I am now importing the BigNumber type like this: ```typescript import { BigNumber} from "@ethersproject/bignumber"; ``` And I started using [Sourcegraph][1] to find where to import types from. [1]:...
Just tried with Hardhat v2.6.4 and I got the same result.
This might still be relevant @alcuadrado @fvictorio. Might be worth it to re-open the issue if the behavior hasn't been patched.