This repository has been archived by the owner on Jul 1, 2021. It is now read-only.
Implement eth1_data_vote
processing per block
#326
Labels
eth1_data_vote
processing per block
#326
What is wrong?
We need to implement the per-epoch processing for eth1 data votes.
Reference: https://github.com/ethereum/eth2.0-specs/blob/dev/specs/core/0_beacon-chain.md#eth1-data-1
How can it be fixed
# TODO: state = process_eth1_data_votes(state, self.config)
in the codebase.edit: add correct link -- this is for epoch processing, not block processing
The text was updated successfully, but these errors were encountered: