EPF Week 18 Updates This week, I mostly focused on unit test fixes and adding some beacon chain functionality per the spec. The `gloas-containers` branch was rebased with the latest unstable, and a few tests were failing, so I made a couple PR's to lighthouse resolve: - [gloas - temporary proposer_boost_re_org_test test fixes PR](https://github.com/sigp/lighthouse/pull/8214) - [Gloas containers http api temp fixes PR](https://github.com/sigp/lighthouse/pull/8226) Additionally, my [PR](https://github.com/sigp/lighthouse/pull/8227) to add some additions to the containers and presets per latest spec was reviewed, and I resolved the comments. Then, I made a [PR](https://github.com/shane-moore/lighthouse/pull/23) to incorperate `builder_pending_payments` and `builder_pending_withdrawals` amounts into the `get_pending_balance_to_withdraw` helper function, which is mostly used to make sure a staker can only withdraw from their balance that which is not pending. I am hoping we're at a good point to start moving over my local PR's for gloas to sigp, so I'm going through them to check if tests pass. I noticed my [PR](https://github.com/shane-moore/lighthouse/pull/4) to add `process_withdrawals` was failing, so I made a commit to resolve. Additionally, I closely followed the debate on whether to keep trustless payments included for glamsterdam. This took a good bit of studying to understand the pro's and cons, and I gained a good bit of perspective on how off-protocol builders are currently handled and how they can be supported just as easily once they become in-protocol, just have to stake now. In the end, ACDC decided to keep trustless payments in the spec for glamsterdam.