# Update 14 ## week 14 updates rust-verkle got finally integrated in reth's disk storage, and I raised the pr for the same: [feat: verkle integration with disk db](https://github.com/paradigmxyz/reth/pull/10958) Two tests were added to the pr: * `verkle_storage_cursor_abstraction`: tests the cursor which iterates over verkle trie's storage in disk for reads. * `test_trie_root_commitment`: tests computation of trie root using the built `VerkleDb` reviews were added to this pr, it was found that my method is some what inefficient since the db-Transaction is kept open for a long time which may lead to db bloating due to general working of LMDB databases, will fix this now. ## week 15 roadmap Next will be focussed on raising prs for EIP-6800 execution-spec-tests and correcting this pr