# EPF Week 9 Update (NC Navie Chan) ## Summary This week Kevin, Sproul and I had another meeting before the holiday started. Sproul pretty much covered the detail on testing the reward endpoints, had a review of our current code, and the plan for rest of the fellowship program. Since we are progressing slower than expected, we will only be focusing on Sync Committee and Attestation rewards endpoint. We put Block reward to lower priority since Lighthouse has something similar already existed. (But still need to restructure it to meet the Beacon API spec). Code wise, this week is all about testing and refining Sync Committee reward endpoint. Hopefully it will be PR-ready soon. ## What I did - Touched base with Sproul - Refactored code to make it more unit testable - Wrote some basic unit tests - Updated code to use pre-state (state before a block was applied) to calculate sync committee rewards ## Goal Next Week - Perform testing by spinning up a local instance, make a reward request and cross-check result with the rewards posted on `beaconcha.in` - See if Kevin needs any help since he's been working on attestation rewards