Update 13

week 13 updates

This week I started working on reth finally, the project started with integration of rust-verkle in reth's disk db.
Two methods currently are supported in rust-verkle for any one to utilise rust-verkle:

  1. see rocksDB impl either implement similar functionality for reth's MDBX or
  2. create a DB struct and implement required traits for it (Flush, ReadOnlyHigherDb, WriteOnlyHigherDb)
    see here for more reference

week 14 roadmap

Next week I will focus on completing and raising my pr