Latest updates from each client. Please ping @rudolf6 on Discord for updates/corrections.
October 2, 2023
CL
Lodestar (Gajinder)
- Lodestar<>Geth have tested for relaunch on Verkle genesis, and is good to go. Just waiting on further testing by Ops on kurtosis (some tooling needs update for verkle genesis) then we should be able to do Kaustinen relaunch with Lodestar.
- Ready for Kaustinen relaunch with electra activated post-capella. Have been testing local devnets and kurtosis runs with Guillaume's work, and helping him debug few issues regarding peer syncing off through transitions.
Lighthouse (Mac)
- Working on a new build of Lighthouse for the Kaustinen relaunch. Mostly done, just need to work out a few kinks here and there.
Nimbus (Zahary and Agnish)
- ipa+pedersen, along with the multipoint vector commitment in nim is at a pre-testing stage, most of the tasks are done. Banderwagon has been been merged to the nim cryptographic library (constantine).
- Verkle cryptography api is almost fully implemented in nim
- Banderwagon's primary element functions are tested in nim and they all work, thanks to Advaita.
Teku (Enrico)
Prysm
EL
Besu (Dragan and Thomas)
- Almost finished:
- correct impl of the trie-key hash
- computation of Pedersen commitment
- Next up:
- make verkle trie lib work with the actual pedersen commitments
- expose generating the proof call
- expose verifying the proof call