zerosnacks
zerosnacks
Marking as duplicate of https://github.com/foundry-rs/foundry/issues/5479
Unable to reproduce this with the given setup Setup: In `foundry.toml` ``` [rpc_endpoints] mainnet = "${RPC_MAINNET}" ``` With test ``` contract CounterTest is Test { Counter public counter; function setUp()...
Hi @teddav thanks for your PR! Would be great to get this in a merge-able state for review. Do you see any blockers? Would you be able to resolve the...
Marking the ticket as `won't fix` per the conversation above
Hi @protocolwhisper how is it going? Do you need any pointers or have any questions?
Hi @jpgonzalezra thanks for the PR! Would be great to get this ready to be merged I support adding the `--skip` flag to this PR. Perhaps rather than `--silent` it...
> @zerosnacks Awesome, I'll fix the conflicts so we can merge. If we want to add anything else, I'll do it in a separate PR. What do you think? Great,...
Thanks @jpgonzalezra! Let me know if you run into any problems
Would it make sense to generalize this to `forge compiler --list`?
Pending next release of https://github.com/foundry-rs/compilers as it required minor changes upstream to test multi-compiler mode, specifically Vyper. Command name updated to `forge compiler resolve` Updated PR with compiler updates, added...