grandizzy

Results 349 comments of grandizzy

> I'm not a fan of multi-line errors because it skews formatting for the whole test report, it would be better if it was flattened into one line Agree, multi...

related https://github.com/foundry-rs/foundry/issues/8731

just to simplify tracking, going to dupe it in favor of https://github.com/foundry-rs/foundry/issues/8731 which is the same request

@mshakeg cast is a standalone tool, independent of forge, hence not configurable in foundry.toml

we determine chain id by making a call to provider but if `--chain` is already provided (as chain name or EIP-155 chain ID) then we use that one and save...

yeah, we discussed at some point cast and anvil to adhere to foundry.toml, will bring this back in discussion. CC @zerosnacks

@zarkk01 this would be really good to have, wonder if you have time time to wrap up the work (accommodate comments and test to check warnings are emitted). thank you!

replaying tx with cast results in ``` Error: Failed to execute transaction: 0xf7ca20b00441b6277b0ed25ae3f8520be299cfdcdc6cd1420babc31643a4922e in block 22614117 Context: - Error #0: EVM error - Error #1: transaction validation error: priority fee...

@Mouradif you need to set the proper execution evm, use vm.setEvmVersion with latest nightly build / upcoming 1.5

@hellwolf is this still an issue? I tried to reproduce but wasn't able, though noticed the solc version was changed since issue reported ```bash [⠢] Compiling... [⠆] Compiling 209 files...