zerosnacks

Results 379 comments of zerosnacks

@reem is this still relevant to your use case? If so, I think the best next step is to break this ticket up into its own actionable tickets so they...

Marking as `not planned` given there has been no conversation or requests since. We will take the request into consideration when we will evaluate the specification and requirements of `reth-anvil`....

This ties into an ongoing exploration for an asynchronous runtime for scripting

> why is `libusb` needed for `foundryup` in the first place? not obvious to me... it is required for signing with hardware wallets it does raise the point if there...

Confirming that this is still unexpected `forge test --debug "testFuzz_SetNumber"` ```solidity function testFuzz_SetNumber(bytes32 x) public { counter.setNumber(uint256(x)); assertEq(counter.number(), uint256(x)); } function testFuzz_SetNumber(uint256 x) public { counter.setNumber(x); assertEq(counter.number(), x); } ```...

Thanks for looking into this and the PR @qiweiii!

Marking as duplicate of https://github.com/foundry-rs/foundry/issues/6704 I think this will be resolved by https://github.com/foundry-rs/foundry/pull/8571 as a diff can be derived by the recorded state changes, let me know if this PR...

Closing in favor of https://github.com/foundry-rs/foundry/issues/1803

> I'm interested! Assigned! Related: https://github.com/foundry-rs/foundry/issues/9067, this is a static multiplier for `gas price` for `forge script / forge test` whereas this ticket proposes an iteratively bumping up to a...

cc @0xrusowsky a good test case here is to run `forge lint` on `forge-std`, there are quite a few false positives and things we would want to be able to...