foundry
foundry copied to clipboard
fix(cheatcodes): improve fork cheatcodes messages
Motivation
Closes #8908
follow up on https://github.com/foundry-rs/foundry/pull/8936#pullrequestreview-2321724224 not sure what's the best solution here but I hit this while doing some tests, the issue is with wrapped errors that are not displaying entirely when failed from cheatcodes and propagated to test result, https://github.com/foundry-rs/foundry/pull/8936 could be a better solution as will handle all other cases if any...
-
with this approach:
-
with https://github.com/foundry-rs/foundry/pull/8936 approach
-
current
@yash-atreya @mattsse @klkvr