0xPolygonZero / erigon

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

Make read list in zero trace agnostic to opcodes #5

Closed cffls closed 3 months ago

cffls commented 4 months ago

This commit will provide read list directly from state reader, instead of relying on tracing opcodes. In order to prevent unexpected bugs, the trace of opcode reads has not been removed in this commit.