EVM Proxy-server: split the mockup kernels in two phases
In the design made by @lthms:
The execution is in two phases:
- Collect the block's propositions and fill the delayed inbox
- Execute the pending blocks queue
We want to have this worfklow in the EVM mockup kernel so others can potentially plug their real-world code.
I believe for our needs we can say that:
- A block's proposition is a list of transactions
- We have one block proposition per tezos level
