🥞 add note on PREVRANDAO

This commit is contained in:
bt3gl 2022-09-23 13:45:52 -07:00 committed by GitHub
parent 5a7b433216
commit 19af0f2721
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,12 @@
<br>
* post-merge, the `BLOCKHASH` opcode will still be available for use, but given that it will no longer be forged through the proof of work hashing process, the pseudorandomness provided by this opcode will be much weaker.
### post-merge notes
<br>
* `BLOCKHASH` opcode will still be available, but given that it will no longer be forged through the proof of work hashing process, the pseudorandomness provided by this opcode will be much weaker.
* `DIFFICULTY` is renamed to `PREVRANDAO`, and return the output of the randomness beacon provided by the beacon chain. It's stronger than `BLOCKHASH` but still biasable.
<br>