go-ethereum icon indicating copy to clipboard operation
go-ethereum copied to clipboard

eth/catalyst: fix edge case in simulated backend

Open mask-pp opened this issue 6 months ago • 4 comments

geth cmd: geth --dev --dev.period 5 call: debug.setHead to rollback several blocks.

If the debug.setHead call is delayed, it will trigger a panic with a small probability, due to using the null point of fcResponse.PayloadID.

mask-pp avatar May 21 '25 16:05 mask-pp