nimbus-eth1/nimbus/core
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
..
chain Pre functional snap to full sync (#1546) 2023-04-14 23:28:57 +01:00
clique Silence compiler gossip after nim upgrade cont3 (#1466) 2023-02-14 20:27:17 +00:00
executor Some work on speculative execution (#1552) 2023-04-22 10:17:37 -04:00
pow Time based forking (#1465) 2023-02-16 12:40:07 +01:00
tx_pool Some work on speculative execution (#1552) 2023-04-22 10:17:37 -04:00
block_import.nim saner source code grouping 2022-12-02 13:51:42 +07:00
casper.nim More work on withdrawals (#1482) 2023-03-09 18:40:55 -05:00
chain.nim saner source code grouping 2022-12-02 13:51:42 +07:00
clique.nim Silence compiler gossip after nim upgrade (#1454) 2023-01-30 22:10:23 +00:00
dao.nim saner source code grouping 2022-12-02 13:51:42 +07:00
eip4844.nim Silence compiler gossip after nim upgrade (#1454) 2023-01-30 22:10:23 +00:00
executor.nim saner source code grouping 2022-12-02 13:51:42 +07:00
gaslimit.nim Silence compiler gossip after nim upgrade (#1454) 2023-01-30 22:10:23 +00:00
pow.nim Silence compiler gossip after nim upgrade (#1454) 2023-01-30 22:10:23 +00:00
sealer.nim More work on withdrawals (#1482) 2023-03-09 18:40:55 -05:00
tx_pool.nim Silence compiler gossip after nim upgrade (#1454) 2023-01-30 22:10:23 +00:00
validate.nim t8n tools support withdrawals records 2023-03-21 18:36:22 +07:00
withdrawals.nim Silence compiler gossip after nim upgrade (#1454) 2023-01-30 22:10:23 +00:00