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/core/rawdb
lightclient 2e8e35f2ad
all: refactor so `NewBlock`, `WithBody` take `types.Body` (#29482)
7 months ago
..
ancienttest core/rawdb: implement in-memory freezer (#29135) 7 months ago
testdata
accessors_chain.go all: refactor so `NewBlock`, `WithBody` take `types.Body` (#29482) 7 months ago
accessors_chain_test.go all: refactor so `NewBlock`, `WithBody` take `types.Body` (#29482) 7 months ago
accessors_indexes.go
accessors_indexes_test.go all: refactor so `NewBlock`, `WithBody` take `types.Body` (#29482) 7 months ago
accessors_metadata.go
accessors_snapshot.go all: fix various typos (#29542) 7 months ago
accessors_state.go
accessors_sync.go
accessors_trie.go cmd/utils, core/rawdb, triedb/pathdb: flip hash to path scheme (#29108) 9 months ago
ancient_scheme.go core/rawdb: implement in-memory freezer (#29135) 7 months ago
ancient_utils.go core, cmd, trie: fix the condition of pathdb initialization (#28718) 11 months ago
chain_freezer.go core/rawdb: implement in-memory freezer (#29135) 7 months ago
chain_iterator.go core, core/rawdb, eth/sync: no tx indexing during snap sync (#28703) 10 months ago
chain_iterator_test.go all: refactor so `NewBlock`, `WithBody` take `types.Body` (#29482) 7 months ago
database.go core/rawdb: implement in-memory freezer (#29135) 7 months ago
database_test.go
freezer.go core/rawdb: implement in-memory freezer (#29135) 7 months ago
freezer_batch.go core/rawdb: fsync the index file after each freezer write (#28483) 1 year ago
freezer_memory.go core/rawdb: implement in-memory freezer (#29135) 7 months ago
freezer_memory_test.go core/rawdb: implement in-memory freezer (#29135) 7 months ago
freezer_meta.go
freezer_meta_test.go
freezer_resettable.go core/rawdb: implement in-memory freezer (#29135) 7 months ago
freezer_resettable_test.go core/rawdb: implement in-memory freezer (#29135) 7 months ago
freezer_table.go core/rawdb: implement size reporting for live items in freezer_table (#28525) 11 months ago
freezer_table_test.go all: fix typos in comments (#28881) 10 months ago
freezer_test.go core/rawdb: implement in-memory freezer (#29135) 7 months ago
freezer_utils.go core/rawdb: fsync the index file after each freezer write (#28483) 1 year ago
freezer_utils_test.go
key_length_iterator.go
key_length_iterator_test.go
schema.go core, triedb/pathdb: calculate the size for batch pre-allocation (#29106) 9 months ago
table.go
table_test.go