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.
rjl493456442
05148d972c
triedb/pathdb: track flat state changes in pathdb (snapshot integration pt 2) ( #30643 )
...
This pull request ports some changes from the main state snapshot
integration one, specifically introducing the flat state tracking in
pathdb.
Note, the tracked flat state changes are only held in memory and won't
be persisted in the disk. Meanwhile, the correspoding state retrieval in
persistent state is also not supported yet. The states management in
disk is more complicated and will be implemented in a separate pull
request.
Part 1: https://github.com/ethereum/go-ethereum/pull/30752
3 months ago
..
buffer.go
triedb/pathdb: track flat state changes in pathdb (snapshot integration pt 2) ( #30643 )
3 months ago
database.go
triedb/pathdb: track flat state changes in pathdb (snapshot integration pt 2) ( #30643 )
3 months ago
database_test.go
triedb/pathdb: track flat state changes in pathdb (snapshot integration pt 2) ( #30643 )
3 months ago
difflayer.go
triedb/pathdb: track flat state changes in pathdb (snapshot integration pt 2) ( #30643 )
3 months ago
difflayer_test.go
triedb/pathdb: track flat state changes in pathdb (snapshot integration pt 2) ( #30643 )
3 months ago
disklayer.go
triedb/pathdb: track flat state changes in pathdb (snapshot integration pt 2) ( #30643 )
3 months ago
errors.go
all: remove duplicate word in comments ( #29531 )
10 months ago
execute.go
core, trie, triedb: minor changes from snapshot integration ( #30599 )
4 months ago
flush.go
core, trie, triedb: minor changes from snapshot integration ( #30599 )
4 months ago
history.go
core, trie, triedb: minor changes from snapshot integration ( #30599 )
4 months ago
history_inspect.go
core/rawdb: implement in-memory freezer ( #29135 )
10 months ago
history_test.go
core, trie, triedb: minor changes from snapshot integration ( #30599 )
4 months ago
journal.go
triedb/pathdb: track flat state changes in pathdb (snapshot integration pt 2) ( #30643 )
3 months ago
layertree.go
core, trie, triedb: minor changes from snapshot integration ( #30599 )
4 months ago
metrics.go
triedb/pathdb: track flat state changes in pathdb (snapshot integration pt 2) ( #30643 )
3 months ago
nodes.go
triedb/pathdb: track flat state changes in pathdb (snapshot integration pt 2) ( #30643 )
3 months ago
reader.go
triedb/pathdb: track flat state changes in pathdb (snapshot integration pt 2) ( #30643 )
3 months ago
states.go
triedb/pathdb: track flat state changes in pathdb (snapshot integration pt 2) ( #30643 )
3 months ago
states_test.go
triedb/pathdb: track flat state changes in pathdb (snapshot integration pt 2) ( #30643 )
3 months ago