omni-network / omni

Monorepo for Omni node, contracts and other related tools
https://omni.network
GNU General Public License v3.0
75 stars 42 forks source link

feat(octane): implement RANDAO #1309

Open ttarsi opened 2 months ago

ttarsi commented 2 months ago

in PrepareProposal() of octane/evmengine/abci.go - the Random attribute of the payload is a predictable hash of the latest block. This should be an actual random value.

arajasek commented 1 month ago

Note: Leaving in backlog, but we're not too concerned about this. Probably a fun-to-do / nice-to-have post-mainnet.