quorum/eth/downloader
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).
2017-06-27 15:57:06 +02:00
..
api.go all: import "context" instead of "golang.org/x/net/context" 2017-03-22 20:49:15 +01:00
downloader.go eth/downloader: separate state sync from queue (#14460) 2017-06-22 15:26:03 +03:00
downloader_test.go core/state: access trie through Database interface, track errors (#14589) 2017-06-27 15:57:06 +02:00
events.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
metrics.go eth/downloader: separate state sync from queue (#14460) 2017-06-22 15:26:03 +03:00
modes.go cmd/geth: add --config file flag (#13875) 2017-04-12 17:27:23 +03:00
peer.go eth/downloader: separate state sync from queue (#14460) 2017-06-22 15:26:03 +03:00
queue.go eth/downloader: separate state sync from queue (#14460) 2017-06-22 15:26:03 +03:00
statesync.go eth/downloader: separate state sync from queue (#14460) 2017-06-22 15:26:03 +03:00
types.go eth, eth/downloader, eth/fetcher: delete eth/61 code 2016-07-22 13:17:19 +02:00