# EPF Week 7 Update (NC Navie Chan) ## Summary Been spending the entire week on coding and the basic implementation on the sync committtee reward api is finished. Still need to figure out how we test the code and determine if the code satisfies the beacon api spec. ## What I did - Coded and finished the basic implementation on sync committee rewards endpoint - Tried to figure out how to test the code but no luck so far. Should just be running a dev build of lighthouse instance and call the endpoint. ## Goal Next Week - Ask Sproul for pointer and tips on how we test the code - Though it is optional, but current implementation only returns a list of sync committee partcipants and their corresponding rewards and no info regarding whether the requested block is `execution_optimistic` and/or `finalized`. We've been pulling our hair to try find these info but failed. Will follow up with Sproul on this as well. - If everything goes well, will draft a PR so Sproul can review our first endpoint while we start working on the next endpoint