# Week 1 updates
- Wrapped up EIP-4444 research
- Started looking into pureth meta [EIP-7919](https://eips.ethereum.org/EIPS/eip-7919)
- Went through [EIP-7745](https://eips.ethereum.org/EIPS/eip-7745) Light client and DHT friendly log index
- Went through its geth implementation in detail - [filtermaps](https://github.com/ethereum/go-ethereum/blob/master/core/filtermaps/filtermaps.go)
# Week 2 plans
- Track the EIP-7745 issue on reth - https://github.com/paradigmxyz/reth/issues/16999
- Go through other clients implementation to improve `eth_getLogs` performance
- Nethermind: https://github.com/NethermindEth/nethermind/pull/8464/
# References
- Pureth meta: https://eips.ethereum.org/EIPS/eip-7919
- log filtermaps: https://eips.ethereum.org/EIPS/eip-7745
- Etan's talk on Pureth: https://youtu.be/uoCNpufygBE?si=ip6yoRL2Uaks0qk5