nimbus-eth1/nimbus/core/executor
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
..
calculate_reward.nim Silence compiler gossip after nim upgrade (#1454) 2023-01-30 22:10:23 +00:00
executor_helpers.nim fix processTransaction's gasLimit 2023-04-19 12:37:18 +07:00
process_block.nim Some work on speculative execution (#1552) 2023-04-22 10:17:37 -04:00
process_transaction.nim Some work on speculative execution (#1552) 2023-04-22 10:17:37 -04:00