Try   HackMD

Hey there, I am Manav Darji and these are my updates for week 14 and 15 (16/10 - 29/10). The goal of this week was to write some tests for inclusion list implementation in geth PoC.

Updates

  • Geth PoC
    • Wrote tests for the inclusion list verification functions.
    • Used appropriate patterns to mock certain functions (e.g. getStateNonce in txpool module).
    • Writing tests in this way allowed me to explicitly test the core verification logic without external dependencies.
    • Fixed a few bugs encountered with the tests.

Next steps

  • Try to simulate CL to demo the whole EL flow for inclusion lists.

Back