# EPF Week 13 Update (NC Navie Chan) ## Summary This week for sync committee reward endpoint is mostly a back-and-forth between Sproul leaving PR comments and me addressing the comments. Some of the improvements including formatting code for readability, returning reward info in the correct format and following best coding practice. I have also started working on block reward endpoint- last endpoint of the project. I came up with an initial strategy for calculating block reward, including block proposal, proposer slashing, attester slashing and sync aggregate rewards. An initial implementation is done and will follow up with Sproul if I am on the right track. ## What I Did - Addressed some of the PR comments made by Sproul for sync committee reward endpoint - Drafted and coded an initial implementation of block reward ## Goal Next Week - Sync committee: Sproul left a new wave of PR comments so I will need to address it - Block reward: Will get an initial feedback from Sproul on my implementation and see if any change needs to be made