nimbus-eth1 icon indicating copy to clipboard operation
nimbus-eth1 copied to clipboard

Check proof-of-stakiness based on block header

Open arnetheduck opened this issue 3 weeks ago • 0 comments

In several places, we do a check similar to com.consensus == ConsensusType.POS to determine block validation rules - similar to #2322 the block should be checked based on its own header information rather than a global com state.

arnetheduck avatar Jun 13 '24 13:06 arnetheduck