mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-06-23 14:14:26 -04:00
🥞 add note on PREVRANDAO
This commit is contained in:
parent
5a7b433216
commit
19af0f2721
1 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue