mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-20 21:54:30 +00:00
Replace Keccak256+MSB tagging with SHA256. Remove leaf nodes entirely, replacing them with opaque stem hashes. Simplify NodeKind to just Terminator and Internal. Add HashStem (8-level binary SHA256 tree matching bintrie StemNode.Hash). Reduce max trie depth from 256 to 248 (31-byte stem path). Replace BuildTrie/LeafOp with BuildInternalTree/StemKeyValue. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| hasher.go | ||
| node.go | ||
| node_test.go | ||
| page.go | ||
| page_test.go | ||
| pagediff.go | ||
| pagediff_test.go | ||
| pageid.go | ||
| pageid_test.go | ||
| triepos.go | ||
| triepos_test.go | ||
| update.go | ||
| update_test.go | ||