## EPF5 - Week 10 Updates Over the past two weeks, I have continued to focus on refactoring lighthouse's beacon node part, transitioning from `warp` to `axum`. The primary aspect of this refactor involves updating the error handling mechanisms. You can review the current changes on the following GitHub [branch](https://github.com/lean-apple/lighthouse/tree/axum). Further modifications are still required before moving to test and measure the perfomance of the changes. Yet one of my goal this week is to get feedback from these first changes.