# Week 8
1. Made Progress on LOG* Opcodes Implementation: https://github.com/NethermindEth/nethermind/pull/7290
2. Augemented exsiting IL-EVM tests to include LOG* Opcodes.
3. Current implementation is passing those tests.
4. Started Work on my upcomming task of Op Code stats. Some papers im reading realted to it :
- http://www.ijicic.org/ijicic-10-11039.pdf
- https://www.lirmm.fr/~poncelet/publications/papers/pkdd05_laur_al.pdf
- https://www.vldb.org/conf/2003/papers/S04P03.pdf
(edited)