Roberto Cano
Roberto Cano
I believe the example for this optimization is not completely correct. Immutable should be used when the state variable is assigned in the constructor. If it is directly assigned in...
**Description** Adds tests to demonstrate an issue when an `async` callback is used for `returns` and a contract call is made in that callback. Contract state seems to be updated...
**Is your feature request related to a problem? Please describe.** We've decided to switch to viem for our project, and we were previously using Smock for our tests. Unfortunately Smock...