go-ethereum/trie/bintrie
CPerezz 84c61897b3
trie/bintrie: use type alias for HashedNode
Replace the single-field struct with a type alias on common.Hash.
Both have identical layout (32 bytes, no pointers) and noscan span
placement, but the alias matches master's style and reads more
naturally. A zero-arg Hash() method keeps call sites terse.
2026-04-18 18:38:37 +02:00
..
binary_node.go fix: Strip group-depth from GC 2026-04-18 18:38:35 +02:00
binary_node_test.go fix: Strip group-depth from GC 2026-04-18 18:38:35 +02:00
hashed_node.go trie/bintrie: use type alias for HashedNode 2026-04-18 18:38:37 +02:00
hashed_node_test.go fix: Strip group-depth from GC 2026-04-18 18:38:35 +02:00
hasher.go Update trie/bintrie/hasher.go 2026-04-18 18:38:37 +02:00
internal_node.go trie/bintrie: trim verbose doc comments to essentials 2026-04-18 18:38:37 +02:00
internal_node_test.go fix: Strip group-depth from GC 2026-04-18 18:38:35 +02:00
iterator.go trie/bintrie: use type alias for HashedNode 2026-04-18 18:38:37 +02:00
iterator_test.go trie/bintrie: gofmt 2026-04-18 18:38:37 +02:00
key_encoding.go trie/bintrie: spec change, big endian hashing of slot key (#34670) 2026-04-13 09:42:37 +02:00
node_ref.go trie/bintrie: update copyright year on newly added files 2026-04-18 18:38:37 +02:00
node_store.go trie/bintrie: use type alias for HashedNode 2026-04-18 18:38:37 +02:00
stem_node.go trie/bintrie: trim verbose doc comments to essentials 2026-04-18 18:38:37 +02:00
stem_node_test.go fix: Strip group-depth from GC 2026-04-18 18:38:35 +02:00
store_commit.go trie/bintrie: use type alias for HashedNode 2026-04-18 18:38:37 +02:00
store_ops.go trie/bintrie: use type alias for HashedNode 2026-04-18 18:38:37 +02:00
trie.go trie/bintrie: gofmt 2026-04-18 18:38:37 +02:00
trie_test.go trie/bintrie: gofmt 2026-04-18 18:38:37 +02:00