etclabscore / core-geth

A highly configurable Go implementation of the Ethereum protocol.
https://etclabscore.github.io/core-geth
GNU Lesser General Public License v3.0
267 stars 147 forks source link

Rename RANDOM to PREVRANDAO in instruction set activation #549

Closed ziogaschr closed 1 year ago

ziogaschr commented 1 year ago

During the merge from go-ethereum we wrongly handled the instruction to be activated for RANDOM which has been renamed to PREVRANDAO.

This can be found at https://github.com/ethereum/go-ethereum/commit/d30e39b2f833fb75f1e529cd405061fb6b548b8d#diff-3722385a96482d2250e1b71e50749b4a104968ca098dbb91331db536a37b3867L83