rust-verkle got finally integrated in reth's disk storage, and I raised the pr for the same: feat: verkle integration with disk db
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
Next will be focussed on raising prs for EIP-6800 execution-spec-tests and correcting this pr