# Update 11 ## week 11 updates Latest verkle-devnet 7 test-fixtures has been released: [devnet-7 execution spec tests](https://github.com/gballet/go-ethereum/actions/runs/10560098743), once my verkle-trie get integrated completly in reth, and passes basic tests like `MPT_to_VKT_conversion_tests` then I will begin with these execution spec tests, after talking to Tanishq from Nethermind teamd and Ignacio from geth team, I will be starting with EIP-6800 tests first as they only test basic verkle-trie changes. also follow Ignacio's slide on describing these test-fixtures: [verkle testing updates](https://hackmd.io/@jsign/verkle-testing#/) ## week 12 roadmap Implement devnet-7 execution spec tests in reth, specifically 6800 tests: [eip6800_genesis_verkle_tree tests](https://github.com/ethereum/execution-spec-tests/tree/verkle/main/tests/verkle/eip6800_genesis_verkle_tree) ## references * [devnet-7 execution spec tests](https://github.com/gballet/go-ethereum/actions/runs/10560098743) * [verkle testing updates](https://hackmd.io/@jsign/verkle-testing#/) * [State-conversion test vectors](https://hackmd.io/@jsign/verkle-state-conversion-test-vectors)