nimbus-eth1/nimbus/evm/interpreter
Adam Spitz ddbdf34c3d
Some work on speculative execution (#1552)
* Recreating some of the speculative-execution code.

Not really using it yet. Also there's some new inefficiency in
memory.nim, but it's fixable - just haven't gotten around to it yet.

The big thing introduced here is the idea of "cells" for stack,
memory, and storage values. A cell is basically just a Future (though
there's also the option of making it an Identity - just a simple
distinct wrapper around a value - if you want to turn off the
asynchrony).

* Bumped nim-eth.

* Cleaned up a few comments.

* Bumped nim-secp256k1.

* Oops.

* Fixing a few compiler errors that show up with EVMC enabled.
2023-04-22 10:17:37 -04:00
..
op_handlers Some work on speculative execution (#1552) 2023-04-22 10:17:37 -04:00
utils Bump submodules and fix related issues (#1448) 2023-01-27 15:57:48 +01:00
forks_list.md saner source code grouping 2022-12-02 13:51:42 +07:00
forks_list.png saner source code grouping 2022-12-02 13:51:42 +07:00
gas_costs.nim Silence some compiler gossip -- part 6, evm (#1462) 2023-02-14 14:37:21 +00:00
gas_meter.nim saner source code grouping 2022-12-02 13:51:42 +07:00
op_codes.nim Some of Shanghai: EIP-3651, EIP-3855, EIP-3860 (#1406) 2023-01-04 08:11:33 -05:00
op_dispatcher.nim Some work on speculative execution (#1552) 2023-04-22 10:17:37 -04:00
op_handlers.nim Some of Shanghai: EIP-3651, EIP-3855, EIP-3860 (#1406) 2023-01-04 08:11:33 -05:00