References/Notes
RANDAO(n) Discussion: https://ethereum-magicians.org/t/expanding-eip-4399-prevrandao-with-randao-n/19741
Randomness Discussion: https://www.paradigm.xyz/2023/01/eth-rng
RANDAO(n) Thoughts - Markus Waas: https://soliditydeveloper.com/prevrandao
Assembly Block Verifier: https://github.com/Keydonix/uniswap-oracle/blob/master/contracts/source/BlockVerifier.sol
Project that used RandaoLib: https://github.com/ethstorage/storage-contracts-v1/blob/main/contracts/RandaoLib.sol
On Chain RLP Encoder (Not used): https://github.com/bakaoh/solidity-rlp-encode/tree/master
NOTE: Many APIs still use the antiquated nomenclature
mixHash
when retrieving block information, but this is referring to therandao
value. (mixHash
is from PoW,randao
is from PoS).
Last updated