ledgerwatch / erigon

Ethereum implementation on the efficiency frontier
GNU Lesser General Public License v3.0
3.02k stars 1.04k forks source link

Serve receipts by P2P #10320

Open AskAlexSharov opened 1 month ago

AskAlexSharov commented 1 month ago

Maybe LRU. Maybe intraBlockExec. See also Receipts LRU in RPCDaemon. Also need same logic in ExecutionAPI - because external CL use it.

Giulio2002 commented 1 month ago

My 2 cents: this should be priority low and probably be not a "requirement" for E3 alpha

AskAlexSharov commented 1 month ago

agree. created beta milestone. moved issue there.