Try   HackMD

Update

This last week I worked on:

  • storing BeaconStates in our database #211
  • requesting missing blocks from peers #225 #228
  • adding the SSZ containers associated to a BlocksByRange request and response #215
  • adding list de/serialization and hashing to the SSZ NIF, specifically for transactions and withdrawals #222 #223
  • porting spec functions used to calculate the ForkDigestValue #210
  • improving the spec test documentation #226 #227

With this, and once we are capable of checkpoint sync, we can start filling missing blocks from the current slot to previous ones, and in the future validate them from the last finalized state.

Next steps

Improve the blocks request, since batch requesting and empty slots are not supported. Integrate it with checkpoint sync logic, and start working on the validation logic.