Hello everyone! Here's my development update for Week 8 of Ethereum Protocol Fellowship Cohort 4!
2 new fuzzers have been added as well as 2 new messages: 1 message on the discv4 and 1 message on the rlpx.
With these new additions the project now has 24 different fuzz tests!
I discovered 3 new potential issues on various implementations thanks to my fuzzers, I contacted Felix to tell him about them before making them public or sending them to the ethereum bounty program.
I continued to study the devp2p specifications and fuzzing techniques.
I sent a pr to update the rpctestgen project in order to add tests to the pr: https://github.com/ethereum/execution-apis/pull/398 .
I've also written some code to update the chain generated by rpctestgen by adding blob tx, I've sent the code to lightclient and I'm waiting for a response from him to move on.
I'm still waiting for the review of my vulnerability report that I sent last week to the ethereum bounty program.