This week I majorly worked on implementing the removeVisitor function. In besu (bonsai) the rollback feature was needed i.e. rolling back to the previous state therefore the deletion of values has to be done, though deletion is not actually a part of Verkle trie.
I got my PR merjed - feat: add RemoveVisitor and unit tests
Implementation is close to completion only Pederson commitments are left 🚀
Got my PR merged in the lambda ethereum consensus in elixir -
feat: add Metadata SSZ container + unit test (Thanks to Michael, consensus caught my interest)