Currently dummy implementation of Execution API is basically a noop. We need to add some logic to be able to create actual "acceptance" style tests. Also, to reduce confusion, type should be called `DummyExecutor` (see also: #22). Also, `ExecuteTxs` and `GetTxs` are working completely wrong.
Currently dummy implementation of Execution API is basically a noop.
We need to add some logic to be able to create actual "acceptance" style tests.
Also, to reduce confusion, type should be called
DummyExecutor(see also: #22).Also,
ExecuteTxsandGetTxsare working completely wrong.