ethereum / beacon_chain

MIT License
209 stars 65 forks source link

Add crosslink reward logic #119

Closed djrtwo closed 5 years ago

djrtwo commented 5 years ago

Issue

Crosslink rewards need to be calculated every State Recalculation. Current codebase just has a stub.

Blocker: Waiting on a couple of clarifying comments from vitalik

Proposed Implementation

Follow spec and use the stubbed calculate_crosslink_rewards function in state_transition.py