| .. |
|
buffer.go
|
triedb/pathdb: enable trienode history (#32621)
|
2026-01-17 21:23:48 +08:00 |
|
config.go
|
core, eth, internal, triedb/pathdb: enable eth_getProofs for history (#32727)
|
2026-01-22 09:19:27 +08:00 |
|
context.go
|
|
|
|
database.go
|
triedb/pathdb: return nodeLoc by value to avoid heap allocation (#33819)
|
2026-02-11 22:14:43 +08:00 |
|
database_test.go
|
triedb/pathdb: implement trienode history indexing scheme (#33551)
|
2026-01-17 20:28:37 +08:00 |
|
difflayer.go
|
triedb/pathdb: return nodeLoc by value to avoid heap allocation (#33819)
|
2026-02-11 22:14:43 +08:00 |
|
difflayer_test.go
|
|
|
|
disklayer.go
|
triedb/pathdb: return nodeLoc by value to avoid heap allocation (#33819)
|
2026-02-11 22:14:43 +08:00 |
|
errors.go
|
|
|
|
execute.go
|
|
|
|
fileutils_unix.go
|
|
|
|
fileutils_windows.go
|
|
|
|
flush.go
|
|
|
|
generate.go
|
|
|
|
generate_test.go
|
|
|
|
history.go
|
core, eth, internal, triedb/pathdb: enable eth_getProofs for history (#32727)
|
2026-01-22 09:19:27 +08:00 |
|
history_index.go
|
triedb/pathdb: improve trienode reader for searching (#33681)
|
2026-01-27 20:05:35 +08:00 |
|
history_index_block.go
|
triedb/pathdb: improve trienode reader for searching (#33681)
|
2026-01-27 20:05:35 +08:00 |
|
history_index_block_test.go
|
triedb/pathdb: introduce extension to history index structure (#33399)
|
2026-01-08 09:57:35 +01:00 |
|
history_index_iterator.go
|
core, eth, internal, triedb/pathdb: enable eth_getProofs for history (#32727)
|
2026-01-22 09:19:27 +08:00 |
|
history_index_iterator_test.go
|
core, eth, internal, triedb/pathdb: enable eth_getProofs for history (#32727)
|
2026-01-22 09:19:27 +08:00 |
|
history_index_test.go
|
triedb/pathdb: introduce extension to history index structure (#33399)
|
2026-01-08 09:57:35 +01:00 |
|
history_indexer.go
|
core, eth, internal, triedb/pathdb: enable eth_getProofs for history (#32727)
|
2026-01-22 09:19:27 +08:00 |
|
history_indexer_test.go
|
|
|
|
history_inspect.go
|
|
|
|
history_reader.go
|
triedb/pathdb: improve trienode reader for searching (#33681)
|
2026-01-27 20:05:35 +08:00 |
|
history_reader_test.go
|
triedb/pathdb: implement trienode history indexing scheme (#33551)
|
2026-01-17 20:28:37 +08:00 |
|
history_state.go
|
triedb/pathdb: implement trienode history indexing scheme (#33551)
|
2026-01-17 20:28:37 +08:00 |
|
history_state_test.go
|
|
|
|
history_trienode.go
|
triedb/pathdb: preallocate slices in decodeRestartTrailer (#33715)
|
2026-01-30 21:14:15 +08:00 |
|
history_trienode_test.go
|
triedb/pathdb: improve trienode reader for searching (#33681)
|
2026-01-27 20:05:35 +08:00 |
|
history_trienode_utils.go
|
triedb/pathdb: implement trienode history indexing scheme (#33551)
|
2026-01-17 20:28:37 +08:00 |
|
history_trienode_utils_test.go
|
triedb/pathdb: implement trienode history indexing scheme (#33551)
|
2026-01-17 20:28:37 +08:00 |
|
holdable_iterator.go
|
|
|
|
holdable_iterator_test.go
|
|
|
|
iterator.go
|
|
|
|
iterator_binary.go
|
|
|
|
iterator_fast.go
|
|
|
|
iterator_test.go
|
|
|
|
journal.go
|
triedb/pathdb: enable trienode history (#32621)
|
2026-01-17 21:23:48 +08:00 |
|
layertree.go
|
|
|
|
layertree_test.go
|
|
|
|
lookup.go
|
|
|
|
metrics.go
|
core, eth, internal, triedb/pathdb: enable eth_getProofs for history (#32727)
|
2026-01-22 09:19:27 +08:00 |
|
nodes.go
|
core, eth, internal, triedb/pathdb: enable eth_getProofs for history (#32727)
|
2026-01-22 09:19:27 +08:00 |
|
nodes_test.go
|
rlp, trie, triedb/pathdb: compress trienode history (#32913)
|
2026-01-08 21:58:02 +08:00 |
|
reader.go
|
triedb/pathdb: return nodeLoc by value to avoid heap allocation (#33819)
|
2026-02-11 22:14:43 +08:00 |
|
states.go
|
triedb/pathdb: preallocate slices in encode methods (#33736)
|
2026-02-02 15:27:37 +08:00 |
|
states_test.go
|
|
|
|
verifier.go
|
|
|