nimbus-eth1/nimbus/evm
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
..
async Some work on speculative execution (#1552) 2023-04-22 10:17:37 -04:00
interpreter Some work on speculative execution (#1552) 2023-04-22 10:17:37 -04:00
blake2b_f.nim saner source code grouping 2022-12-02 13:51:42 +07:00
blscurve.nim saner source code grouping 2022-12-02 13:51:42 +07:00
code_stream.nim saner source code grouping 2022-12-02 13:51:42 +07:00
computation.nim Some work on speculative execution (#1552) 2023-04-22 10:17:37 -04:00
evmc_api.nim Silence some compiler gossip -- part 6, evm (#1462) 2023-02-14 14:37:21 +00:00
evmc_helpers.nim saner source code grouping 2022-12-02 13:51:42 +07:00
interpreter_dispatch.nim More work on stateless mode (#1535) 2023-04-12 08:39:11 -04:00
map_to_curve_g1.nim saner source code grouping 2022-12-02 13:51:42 +07:00
memory.nim Some work on speculative execution (#1552) 2023-04-22 10:17:37 -04:00
message.nim saner source code grouping 2022-12-02 13:51:42 +07:00
nimdoc.cfg saner source code grouping 2022-12-02 13:51:42 +07:00
precompiles.nim cleanup numeric utils and remove unstable rangeToPadded 2022-12-21 18:41:03 +07:00
stack.nim Some work on speculative execution (#1552) 2023-04-22 10:17:37 -04:00
state.nim fix processTransaction's gasLimit 2023-04-19 12:37:18 +07:00
state_transactions.nim fix macro assembler and reenable disabled tests 2023-03-22 18:18:37 +07:00
transaction_tracer.nim Some work on speculative execution (#1552) 2023-04-22 10:17:37 -04:00
types.nim fix processTransaction's gasLimit 2023-04-19 12:37:18 +07:00
validation.nim saner source code grouping 2022-12-02 13:51:42 +07:00