go-ethereum/trie/bintrie
CPerezz b3b86a873a
trie/bintrie: merge makeKeyPath into keyToPath
Drop the panic-on-error variant. All callers are inside methods
that already propagate errors, so the error-returning form is the
right default.
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: merge makeKeyPath into keyToPath 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: merge makeKeyPath into keyToPath 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