## Week 5 & 6 - Updates Week 5 was spent on Presentation, Proposal and Learning about LogIndex and LogFilter for EIP-7745 implementation along with Nim learning. Week 6 was more focussed on Implementation of EIP-7745. ### Technical Updates - Updated `Log` struct in `nim-eth` code base to support initial implementation. - Fixed errors and test cases in `nim-eth` for updated `Log` type - Working on to implement new `LogIndex`, `LogEntry`, `LogMeta` e.t.c structs to replace existing Log handling. ### Next task Once the new Log handling helper functions are added, i will work following tasks - Add unit tests to check if the log entries are persisted with correct metadata - replace `logsBloom` with `logIndexRoot`. ## Feature Branches I am maintaining following branches for my implementation:- | Project | Branch | | --------------------------------------- | -------------------------------------------------------------------------| | nimbus-eth1 | https://github.com/vineetpant/nimbus-eth1/tree/eip-7745-log-value-index | | nim-eth | https://github.com/vineetpant/nim-eth/tree/adjust-log-types |