### 🌟 EPF-5 | Week 3 🌟 ## Sections ``` • 📅 Update • 📆 Next Week Plan ``` ## Update 📅 This week, I focused primarily on onboarding myself to the consensus layer P2P network and the Lighthouse implementation of this network. This step is crucial for the implementation of the one-bit attester idea for the Inclusion List, as I need to send data over this P2P network. Additionally, I worked on familiarizing myself with the Engine API. Understanding this API is essential because I need to add another API for the Inclusion List and update the fork choice logic based on the Inclusion List validation. ## Next Week Plan 📆 In the upcoming week, I plan to: - Continue my onboarding process with the Lighthouse codebase. - Further explore the Engine API to ensure I can effectively integrate the Inclusion List functionality. - Review other proposals on the Inclusion List to propose a comprehensive functional specification for the one-bit attester idea. The current one-bit attester concept is still in its early stages and has several gaps that need to be addressed for a complete implementation.