# Updates 7 & 8 I couldn't do much work as I was hospitalized, but I managed to accomplish the following: - **Learned a lot about the AddrFactory**: - If you're in a private network and want to connect without NAT traversal, you can easily do so with the help of AddrFactory. I was actually unable to connect to the public netowrk but did so with AddrFactory - Completed the [project proposal](https://github.com/eth-protocol-fellows/cohort-five/blob/main/projects/Prysm_libP2P_Implementation.md) and the [project presentation](https://docs.google.com/presentation/d/1g-abvSBz0TFX4e2LKghsRUo8aabNDOHkz8BxvGO1Zo4/edit?usp=sharing). - Had a meeting with teammates to discuss further development of the project, focusing on the following areas of the Prysm codebase: - `tools/enr-calculator` - `runtime/messagehandler` - Also going thorugh the codebase of libp2p implementation of Nethermind in C#.Though a lot of work is still left, but can take reference too. ### Next Targets: - Discuss the project's further development with Manu. - Review the CLI of the [Prysm](link).