ethereum / beacon_chain

MIT License
209 stars 65 forks source link

remove `total_deposits` from CrystallizedState #104

Closed djrtwo closed 5 years ago

djrtwo commented 5 years ago

Issue

The v2.1 spec no longer has the field total_deposits in CrystallizedState.

Proposed Implementation

johnsBeharry commented 5 years ago

Currently implementing this change. FYI seems like total_deposit calculation needs to be done primarily for initialize_new_cycle().