Official Go implementation of the Ethereum protocol
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
go-ethereum/trie
Roy Crihfield 68c0ec0815
trie: iterate values pre-order and fix seek behavior (#27838)
8 months ago
..
trienode core/rawdb, trie: improve db APIs for accessing trie nodes (#29362) 9 months ago
triestate core/rawdb, trie: improve db APIs for accessing trie nodes (#29362) 9 months ago
utils cmd, core, params, trie: add verkle access witness gas charging (#29338) 9 months ago
committer.go
database_test.go
encoding.go
encoding_test.go
errors.go all: fix various typos (#29600) 9 months ago
hasher.go core/rawdb, trie: improve db APIs for accessing trie nodes (#29362) 9 months ago
iterator.go trie: iterate values pre-order and fix seek behavior (#27838) 8 months ago
iterator_test.go trie: iterate values pre-order and fix seek behavior (#27838) 8 months ago
node.go
node_enc.go
node_test.go
proof.go all: fix various typos (#29600) 9 months ago
proof_test.go
secure_trie.go cmd, core, params, trie: add verkle access witness gas charging (#29338) 9 months ago
secure_trie_test.go
stacktrie.go
stacktrie_fuzzer_test.go core/rawdb, trie: improve db APIs for accessing trie nodes (#29362) 9 months ago
stacktrie_test.go
sync.go trie: update the `valid` function comments (#29809) 9 months ago
sync_test.go
tracer.go trie, consensus/clique: use maps.Clone (#29616) 9 months ago
tracer_test.go
trie.go
trie_id.go
trie_reader.go
trie_test.go core/rawdb, trie: improve db APIs for accessing trie nodes (#29362) 9 months ago
verkle.go cmd, core, params, trie: add verkle access witness gas charging (#29338) 9 months ago
verkle_test.go