nimbus-eth1/nimbus/transaction
Jamie Lokier 8b4f5a1103 Transaction: Change transactions to go through unified EVM runner
Simplify transaction validations to use `runComputation`; drop other code.

Getting everything right up to this point to pass all the tests was trickier
than it looks.

Signed-off-by: Jamie Lokier <jamie@shareable.org>
2021-06-01 18:40:41 +03:00
..
call_common.nim Transaction: Skip balance & nonce updates option in `runComputation` 2021-06-01 18:40:41 +03:00
call_evm.nim Transaction: Change transactions to go through unified EVM runner 2021-06-01 18:40:41 +03:00
host_types.nim Transaction: New object `TransactionHost` for "EVMC host services" 2021-05-28 12:12:02 +01:00