### tracing-integration
I continued to work on the tracing integration PR and dragged my way through the boring & repetitive part and fortunately didn't come across any weird errors.
- Added tracing to `beacon_node,common,consensus,slasher,validator_client` crate
- here's the new PR(last one got a bit messy,so had to open a fresh one): https://github.com/sigp/lighthouse/pull/6339
Most of the crates have been migrated to `tracing`(there're still some parts in `beacon_node/lighthouse_network` that are using `slog`,I'll be obliterating them soon)
And as the tedious part of work is done,I can move on to work on the [fun parts](https://github.com/sigp/lighthouse/pull/6070#pullrequestreview-2199204855) now
### lighthouse-reth
- The thing that I've realized while trying to work on both of the projects simultaneously is that I've severely underestimated the time,effort & skills it would've required to finish both of them by November.
- So I'm planning to focus my efforts solely on finishing off tracing integration from now on and I'm putting a pause on lighthouse-reth
- I'll make relevant adjustments to the project proposal by this week