## TLDR - Set up a stable development environment on my laptop. - Investigated a potential bug in Prysm. - Started looking at how a database for light client updates should be implemented. ## Recap of last week Last week I mostly read the codebase to get more familiar with it. I also started to develop a testing tool for cross checking the API results with other consensus clients. ## What happened this week This week I started with writing the draft of the project proposal which we finalized with Rahul and Rupam. I then set up a stable development environment on my laptop, running Prysm in GoLand and Geth on a remote server. I am still figuring out some things to make the process as easy as possible. Then I investigated a potential bug that Radek and I suspected during our talk at EthCC. As far as I could test, some confusing things were happening. I have asked Radek to take a look. And I started looking at how Lodestar and Nimbus have implemented the database for the light client updates. it seems pretty straightforward. ## What's next In the coming weeks I will put more time and effort on the project. I should: - Look into the database models in Prysm to figure out how to add a table for the lc updates. - Continue following up on the mentioned bug. - Also participate in the project presentation at the week 7 office hours. ## Other notes