nimbus-eth1/nimbus/rpc
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
..
merge Some work on speculative execution (#1552) 2023-04-22 10:17:37 -04:00
common.nim Reduce Nim 1.6 compiler warnings & hints 2023-01-31 13:38:08 +01:00
cors.nim Silence compiler gossip after nim upgrade cont1 (#1455) 2023-01-31 01:32:17 +00:00
debug.nim Silence compiler gossip after nim upgrade cont1 (#1455) 2023-01-31 01:32:17 +00:00
engine_api.nim Some work on speculative execution (#1552) 2023-04-22 10:17:37 -04:00
filters.nim Silence compiler gossip after nim upgrade cont1 (#1455) 2023-01-31 01:32:17 +00:00
hexstrings.nim eth: adapt to smaller eth_types (#1210) 2022-09-03 20:15:35 +02:00
jwt_auth.nim Silence compiler gossip after nim upgrade cont3 (#1466) 2023-02-14 20:27:17 +00:00
p2p.nim Time based forking (#1465) 2023-02-16 12:40:07 +01:00
rpc_types.nim Some quick fixes for Shanghai support in Fluffy (#1541) 2023-04-12 14:20:52 +02:00
rpc_utils.nim Fix the ReceiptObject JSON-RPC type (#1522) 2023-03-27 21:10:43 +02:00