Closed klkvr closed 3 weeks ago
Does this conflict with other features like printing traces and debugger?
It shouldn't, we set record_steps
to true for those: https://github.com/foundry-rs/foundry/blob/5a4cda00520177914e14dde3ab2128b702c5de8a/crates/evm/traces/src/lib.rs#L337
Motivation
ref https://t.me/foundry_support/57540
right now all recorded steps stay in memory until the end of tests execution which is not neccesarry
Solution