Let's flesh out a standard handler contract that people can build off of. References:
// src/Handler.sol
contract Handler is CommonBase, StdCheats, StdUtils {
// TODO Helpers for managing actors/addresses
// TODO Helpers for call summary data
// TODO What else?
}
cc @lucas-manuel @horsefacts @gakonst
Let's flesh out a standard handler contract that people can build off of. References:
cc @lucas-manuel @horsefacts @gakonst