zerosnacks

Results 379 comments of zerosnacks

Related: https://github.com/foundry-rs/foundry/issues/6099

Marking as `requires reproduction` @tkporter feel free to re-open with instructions to reproduce or a minimal example if you are still running into this

Hi @matthewliu10 Thanks for your PR! I've pushed some changes to fix the merge conflict (`glob.rs` was moved) and some additional tests

Hi @leovct thanks! I think dynamic documentation generation is beyond the scope of this specific ticket. It is sufficient to document only the non-obvious ones that users face regularly (such...

Related: https://github.com/foundry-rs/foundry/issues/7498 As noted by @cmontecoding this can be alleviated by using `vm.etch` / `anvil_setCode` There is ongoing research into how we can better support precompiles out of the box...

Related: https://github.com/foundry-rs/foundry/issues/7660 + https://github.com/foundry-rs/foundry/issues/7342 + https://github.com/alloy-rs/alloy/pull/1045 + https://github.com/trezor/trezor-firmware/pull/3952 Fix will be included in the next Alloy release

Marking as resolved by https://github.com/alloy-rs/alloy/releases/tag/v0.2.0 and Foundry having been bumped to 0.2.0 in https://github.com/foundry-rs/foundry/pull/8305/files#diff-2e9d962a08321605940b5a657135052fbcef87b5e360662bb527c96d9a615542 Please re-open if this is still an issue

Marking as `resolved` though unrelated to Foundry As OP stated, https://github.com/Uniswap/v3-core/blob/05c10bf6d547d6121622ac51c457f93775e1df09/contracts/UniswapV3Pool.sol#L119 expects the contract to be deployed by the [`UniswapV3PoolDeployer`](https://github.com/Uniswap/v3-core/blob/05c10bf6d547d6121622ac51c457f93775e1df09/contracts/UniswapV3PoolDeployer.sol) For future reference, make sure to add constructor arguments (or...

Hi @cameel, Is there a table or resource I can reference for what the minimal required OS version is to run `solc` on each platform? This would be useful for...

Marking as `resolved` by explanations above