mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-10 04:15:54 +00:00
fa74dc909e
`c.executeOpcodes` is called by some JSON fixture tests. These tests bypass some of the setup and return, and because of this call, continuations aren't processed either. Opcodes that use continuations will behave incorrectly. The opcodes used in these particular tests don't use continuations currently, so just add some assertions to verify this remains the case. This is only used by local tests, and the call to `c.executeOpcodes` will be replaced by the common entry point (that handles things like this correctly in all cases) so we don't need to spend more time on this. Signed-off-by: Jamie Lokier <jamie@shareable.org>