ethereum / beacon_chain

MIT License
211 stars 65 forks source link

add slot field to crosslink and update when required #86

Closed djrtwo closed 6 years ago

djrtwo commented 6 years ago

addresses #82

Note: the current Crosslink update function sets slot to block.slot_number, but this might change to be the cycle boundary instead of the block slot number.