EPF 4 Final Update
Project Description
This project sought to increase block proposer rewards for Lighthouse users. The project proposal lives here: Lighthouse Attestation Packing.
Current Status
The project is practically complete. We have gone through phases of optimization to arrive at something able to be merged into Lighthouse. The code is not yet merged though.
We switched the roadmap of the project after realizing that the optimal aggregation strategy with a greedy solution to the weighted maximum coverage problem results in the optimal solution on all test cases. Also my partner stopped working on the project so the whole roadmap outlined in the project was pushed back as I completed both sides.
I implemented the so called 'decomposition strategy' outlined by Satalia This took longer than I initially expected due to a lack of familiarity with the techniques on my part. I also implemented the 'enumeration approach' discussed in the paper linked above. That work can be found in this testing repository.