eth2.0-specs/specs
Alex Stokes a3bf632b4f
Bugfix in sync committee proposer rewards
The variable used to accumulate proposer rewards across the sync committee processing was shadowed by the per-participant proposer reward.

This means the total proposer reward would simply be twice the output of `get_proposer_reward` for the last participant in the sync committee.

I believe we want to sum all contributions to the proposer reward across sync committee participants which is what this PR does.
2021-01-06 08:39:21 -08:00
..
lightclient Bugfix in sync committee proposer rewards 2021-01-06 08:39:21 -08:00
phase0 Update specs/phase0/weak-subjectivity.md 2021-01-05 21:13:35 -08:00
phase1 Update README.md (#2164) 2020-12-26 14:53:42 +08:00