## EPF5 Dev Updates - Week 10 [◀️ *previous update*](https://hackmd.io/@hangleang/epf5-week9) ### Goals For This Week - [x] Cont. the review and make change accordingly ### Activities - Update [p2p module](https://github.com/hangleang/grandine/tree/feature/das/p2p) - top-level networking layer til the [commit](https://github.com/sigp/lighthouse/commit/515382e98b4669010490487c2c7f14f5012862fe) - Change peerDAS configs based on the [latest specs](https://github.com/ethereum/consensus-specs/blob/dev/specs/_features/eip7594/das-core.md) with the [commit](https://github.com/hangleang/grandine/commit/f98661ce47b4548de7c6fad89dd8d0b637dbc39d) - Running interop devnet with other clients implementation, there still some missed or orphaned slot from grandine which I haven't forward sync with all the latest changes according to the specs and `eth2_libp2p` backport from lighthouse. ![local-interop](https://hackmd.io/_uploads/Hkvzt9li0.png) ### Plan For Next Week - Refactor `RequestId` structure based on changes in [`eth2_libp2p`](https://github.com/hangleang/eth2_libp2p/commit/5817e312eab1a764055bd13e5e6a5d567381b36e) - Cont. the review and make change accordingly --- [▶️ *next update*](https://hackmd.io/@hangleang/epf5-week11)