## EPF5 Dev Updates - Week 9
[◀️ *previous update*](https://hackmd.io/@hangleang/epf5-week7n8)
### Goals For This Week
- [x] Review back into libp2p networking backport
- [x] Debug more on peer disconnect issues
- [ ] Fix any bugs
### Activities
- I did review back into `eth2_libp2p` backport from Lighthouse's [`lighthouse_network`](https://github.com/sigp/lighthouse/tree/das/beacon_node/lighthouse_network) module, which my fellow done a few week ago, and he forgot to update those relevant changes in other modules, especially in the Grandine's [top layer networking](https://github.com/grandinetech/grandine/tree/das/p2p) module. So I have to trace back, and update forward to the current changes.
- At the same time, iteratedly build and test the update with other clients
- Setup development environment on new computer for easier rapid build/test interop and more capable on handle more nodes in local devnet.
### Plan For Next Week
- Cont. the review and make change accordingly
---
[▶️ *next update*](https://hackmd.io/@hangleang/epf5-week10)