ethereum / yellowpaper

The "Yellow Paper": Ethereum's formal specification
Creative Commons Attribution Share Alike 4.0 International
1.65k stars 511 forks source link

Fix DIFFICULTY opcode with PREVRANDAO #876

Closed ethosdev closed 9 months ago

ethosdev commented 2 years ago

Reference: https://eips.ethereum.org/EIPS/eip-4399

Since the Merge, opcode 0x44 returns the output of the randomness beacon provided by the beacon chain

yperbasis commented 2 years ago

At the moment the Yellow Paper corresponds to the Berlin upgrade. We first need to update it to London before The Merge.

yperbasis commented 9 months ago

Closing in favour of PR #894.