zerosnacks

Results 376 comments of zerosnacks

I think one aspect that it key is that the bug only (?) occurs when you wait some time between launching the forks I think that if the block on...

Note for future reference: `forge script` implements this functionality under the `--gas-estimate-multiplier` flag, the goal of the ticket would be to implement this for `cast send` and `forge create`.

Hi @409H `--gas-estimate-multiplier` decreases / the gas limit of the transaction by a scalar, you can see an example here: https://holesky.etherscan.io/tx/0x16f18c36af6f987282d846b58e9ab982f9c813f53f9deb8b947c01c3c8b693f4 `1,067,150 | 106,733 (10%)` when `-g` is set to...

Ping @kbknapp, install currently throws - should be resolved by this PR: ``` error[E0282]: type annotations needed for `Box` --> /home//.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.30/src/format_description/parse/mod.rs:83:9 | 83 | let items = format_items | ^^^^^...

I think this may now be unblocked, see https://x.com/pcaversaccio/status/1896524917086056672

Closing in favor of https://github.com/foundry-rs/foundry/pull/10808

> if possible, we can do this in smaller chunks because this pr is a conflict magnet Noted, I've tried to keep the changes to a minimum but due to...

Moving back to draft, splitting out proposed global `--json` flag as it contained a breaking change and needs more consideration

Applied fixes from review cc @DaniPopes, would you mind checking one more time? To avoid visual regression, applied a change to style warning message content in yellow and error message...

Applied a minor fix for conditional rendering of failed tests when `--junit` flag is passed to avoid modifying the global shell behavior