Complete implementation of the EVM module. Right now, StateDB lives under x/evm/types. I imagine we'll need a keeper that has a reference to this. We'll need to implement a message handler (only a single ethereum TX for now), and an end-blocker most likely.