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.
Felix Lange
9e5f03b6c4
core/state: access trie through Database interface, track errors ( #14589 )
...
With this commit, core/state's access to the underlying key/value database is
mediated through an interface. Database errors are tracked in StateDB and
returned by CommitTo or the new Error method.
Motivation for this change: We can remove the light client's duplicated copy of
core/state. The light client now supports node iteration, so tracing and storage
enumeration can work with the light client (not implemented in this commit).
7 years ago
..
database.go
core/state: access trie through Database interface, track errors ( #14589 )
7 years ago
dump.go
core/state: access trie through Database interface, track errors ( #14589 )
7 years ago
iterator.go
core/state: access trie through Database interface, track errors ( #14589 )
7 years ago
iterator_test.go
core/state: access trie through Database interface, track errors ( #14589 )
7 years ago
journal.go
core/state: fixed (self)destructed objects
8 years ago
main_test.go
all: fix license headers one more time
9 years ago
managed_state.go
core, core/state, core/vm: remove exported account getters ( #3618 )
8 years ago
managed_state_test.go
core/state: access trie through Database interface, track errors ( #14589 )
7 years ago
state_object.go
core/state: access trie through Database interface, track errors ( #14589 )
7 years ago
state_test.go
core/state: access trie through Database interface, track errors ( #14589 )
7 years ago
statedb.go
core/state: access trie through Database interface, track errors ( #14589 )
7 years ago
statedb_test.go
core/state: access trie through Database interface, track errors ( #14589 )
7 years ago
sync.go
eth/downloader: separate state sync from queue ( #14460 )
7 years ago
sync_test.go
core/state: access trie through Database interface, track errors ( #14589 )
7 years ago