Skip to content
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

Closed
ralexstokes opened this issue Feb 27, 2019 · 0 comments · Fixed by #375
Closed

Implement eth1_data_vote processing per block #326

ralexstokes opened this issue Feb 27, 2019 · 0 comments · Fixed by #375
Assignees
Labels

Comments

@ralexstokes
Copy link
Member

ralexstokes commented Feb 27, 2019

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

  • Implement the spec
  • uncomment the line that is marked as # TODO: state = process_eth1_data_votes(state, self.config) in the codebase.

edit: add correct link -- this is for epoch processing, not block processing

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants