# EPF Week 6 This week i tried to finish of some of the remaining focil work and started working on the eels tests for pureth. Main focus was to fix some of the potenital issues,discuss some implemntation details and choices and also what and what not to do for some parts of focil implemntation. Along with this is have started work on the eels test for eip-6404(ssz transactions) while also begenning the work for the same in nimbus el. ## FOCIL Updates At the final sub part implemntation for focil. There have been changes to the payload attributes but this is not reflected in the execution api spec,so a further discussion with my mentor is required. ### Technical Work: * Finished up draft implementation of IL logic and validator changes * Need to merge the 2 parts and start with testing soon ## Pureth Updates ### Development Progress * Began working on the adding the support for ssz transactions into eels.There is a need for the remerklable library work to be done for using get arounds for now. * Began work on ssz transactions for Nimbus el. * Also started to look into 2-d logs and hows and whats to better understand the changes and write the tests ## Upcoming Goals **Next week (Week 7)** will focus on: * Completing the FOCIL implementation and start testing efforts . * Finalizing implemntatation of testing the SSZ execution payload schema in a local fork of Nimbus-EL. * Writing initial test cases to validate log extraction and SSZ encoding compliance for new receipt structures. * writing initial test case of ssz transactions.