eth2.0-specs/specs/lightclient
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
..
beacon-chain.md Bugfix in sync committee proposer rewards 2021-01-06 08:39:21 -08:00
lightclient-fork.md add base sanity light client tests 2020-12-16 17:14:42 -07:00
sync-protocol.md executable light client patch: beacon-chain.md (#2141) 2020-12-15 13:18:20 +08:00