mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 17:44:29 +00:00
84f31c873e
This PR separates ENGINE from Ethbackend. It makes it so: 1) EthBackend not a god class 2) We can abstract away engine API so that we can make it CL-like and enable Consensus-Execution driven design 3) Objective is Json-RPC -> Engine Consensus Module -> Execution module. |
||
---|---|---|
.. | ||
engine_backend.go | ||
eth_backend.go | ||
eth_mining.go | ||
eth_txpool.go |