Jamie Lokier 072934272b
Transaction: Map evmc_result back to Computation result
This missing part of EVMC processing allows third-party EVMs to work.

It fixes EVMC result processing (at the top-level of calls, not nested calls)
to use the EVMC result object, instead of reading so much internal state of the
Nimbus `Computation` object.

It has been tested by calling [`evmone`](https://github.com/ethereum/evmone)
and getting useful results with tracing enabled (`showTxCalls = true`).  It's
even able to run parts of the fixtures test suite.

There are other issues with account balances, etc that need to be worked on to
get the correct _final_ results, but the EVM execution is correct with this.

Signed-off-by: Jamie Lokier <jamie@shareable.org>
2021-12-10 16:27:53 +00:00
..
2021-10-28 18:57:08 +07:00
2021-12-10 13:40:51 +00:00
2021-08-18 10:35:36 +07:00
2021-12-10 13:40:51 +00:00
2021-10-28 18:57:08 +07:00
2019-11-13 21:49:39 +07:00
2021-12-10 13:40:51 +00:00
2020-01-20 18:36:58 +02:00
2021-06-29 07:34:45 +07:00
2019-01-28 12:38:23 +02:00
2018-05-28 13:22:28 +03:00
2019-04-17 03:56:28 +02:00
2021-11-30 14:13:20 +07:00
2019-11-13 21:49:39 +07:00