You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve Binary Trie multi-block state persistence issues
Skip DumpToCollector entirely for Binary Trie mode and use only
DumpBinTrieLeaves, which correctly handles all leaf types in the unified tree.
- Modified transition.go to conditionally skip DumpToCollector for Binary Trie
- Only use DumpBinTrieLeaves when in Binary Trie mode (IsVerkle check)
All 52 tests in eip6800_genesis_verkle_tree now PASSIN
This fix resolves the critical multi-block persistence issues that were
preventing Binary Trie state from being correctly reconstructed between blocks.
0 commit comments