mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-03 12:34:56 -05:00
* Separated out proposer from validators * Update 0_beacon-chain.md * Update specs/core/0_beacon-chain.md Co-Authored-By: vbuterin <v@buterin.com> * Update specs/core/0_beacon-chain.md Co-Authored-By: vbuterin <v@buterin.com> * get_proposer -> get_beacon_proposer, block -> slot * Move proposer sig to the end of a block * Update specs/core/0_beacon-chain.md Co-Authored-By: vbuterin <v@buterin.com> * sig -> signature * add type hints for get_beacon_proposer