organize chapters for the ongoing research, remove dead links, add new resources

This commit is contained in:
bt3gl 2024-11-04 18:42:30 +07:00
parent 1748d1ed22
commit 184e917000
98 changed files with 421 additions and 11268 deletions

View file

@ -2,24 +2,23 @@
<br>
### post-merge notes
### tl; dr
<br>
#### 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>
----
### resources
### cool resources
* [ethereum randomness ](https://eth2book.info/altair/part2/building_blocks/randomness)
* [randao github](https://github.com/randao/randao)
* [exploring the randao game in pos ethereum](https://ethereum.github.io/beaconrunner/notebooks/randao/randao.html)
* **[ethereum randomness ](https://eth2book.info/altair/part2/building_blocks/randomness)**
* **[randao github](https://github.com/randao/randao)**
* **[exploring the randao game in pos ethereum](https://ethereum.github.io/beaconrunner/notebooks/randao/randao.html)**