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.
Ceyhun Onur
5065e6c935
triedb/pathdb: fix tester generator ( #30972 )
...
This change fixes is a rare bug in test generator: If the run is very unlucky it
can use `modifyAccountOp` / `deleteAccountOp` without creating any
account, leading to have a trie root same as the parent.
This change makes the first operation always be a creation.
1 month ago
..
buffer.go
triedb/pathdb: track flat state changes in pathdb (snapshot integration pt 2) ( #30643 )
2 months ago
database.go
trie/pathdb: state iterator (snapshot integration pt 4) ( #30654 )
2 months ago
database_test.go
triedb/pathdb: fix tester generator ( #30972 )
1 month ago
difflayer.go
triedb/pathdb: track flat state changes in pathdb (snapshot integration pt 2) ( #30643 )
2 months ago
difflayer_test.go
triedb/pathdb: track flat state changes in pathdb (snapshot integration pt 2) ( #30643 )
2 months ago
disklayer.go
triedb/pathdb: track flat state changes in pathdb (snapshot integration pt 2) ( #30643 )
2 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
holdable_iterator.go
trie/pathdb: state iterator (snapshot integration pt 4) ( #30654 )
2 months ago
holdable_iterator_test.go
trie/pathdb: state iterator (snapshot integration pt 4) ( #30654 )
2 months ago
iterator.go
trie/pathdb: state iterator (snapshot integration pt 4) ( #30654 )
2 months ago
iterator_binary.go
trie/pathdb: state iterator (snapshot integration pt 4) ( #30654 )
2 months ago
iterator_fast.go
all: use cmp.Compare ( #30958 )
1 month ago
iterator_test.go
trie/pathdb: state iterator (snapshot integration pt 4) ( #30654 )
2 months ago
journal.go
triedb/pathdb: track flat state changes in pathdb (snapshot integration pt 2) ( #30643 )
2 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 )
2 months ago
nodes.go
triedb/pathdb: track flat state changes in pathdb (snapshot integration pt 2) ( #30643 )
2 months ago
reader.go
trie/pathdb: state iterator (snapshot integration pt 4) ( #30654 )
2 months ago
states.go
trie/pathdb: state iterator (snapshot integration pt 4) ( #30654 )
2 months ago
states_test.go
trie/pathdb: state iterator (snapshot integration pt 4) ( #30654 )
2 months ago