foundry-rs / forge-std

Forge Standard Library is a collection of helpful contracts for use with forge and foundry. It leverages forge's cheatcodes to make writing tests easier and faster, while improving the UX of cheatcodes. For more in-depth usage examples checkout the tests.
Apache License 2.0
850 stars 335 forks source link

feat(Vm): add new cheatcodes #610

Closed DaniPopes closed 2 months ago

DaniPopes commented 2 months ago

Includes:

I've also split the interfaceId test into two so that you can get both values to update at once.

Supersedes https://github.com/foundry-rs/forge-std/pull/608.