MathisGD
MathisGD
Feel free to reach out if you still have issues
So we modify the contract without redeploying it? Then I would also modify "BaseBundler"
Why not renaming the "BaseBundler"?
I believe that this is linked to the change in huffc which raises an error when there are duplicate macros in a compiled file (including imports), while in the past...
It would be great to have a vm.clearTransientStorage() cheat as well, like mentioned here: https://github.com/foundry-rs/foundry/issues/6908
> There are two APPROVE() macros. Removed the old incorrect macro. I opened an [issue](https://github.com/huff-language/huff-rs/issues/291) on huff-rs for this.
EOAs can't directly use CREATE2, although they can call a contract that does a CREATE2. When a CREATE2 is in a forge script, the transaction is actually a call to...
Hey @DaniPopes! When do you plan to do the refactor for `fmt`? Otherwise do you think that this could be a first good issue? Note that fmt stills breaks with...
This would break [EIP-2612](https://eips.ethereum.org/EIPS/eip-2612) Also you wouldn't be able to decrease the allowance using permit (not sure that there is a use-case for this, but flagging anyway).
Hey @grandizzy! When is the fix planned? This is basically making `--mt` `--mc` or `--rerun` unusable if you have one single deployment through getCode, which is quite annoying... Thanks in...