omni-network / omni

Monorepo for Omni node, contracts and other related tools

Home Page:https://omni.network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feat(octane): implement RANDAO

ttarsi opened this issue · comments

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.

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