plugeth/cmd/geth
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
..
testdata
accountcmd_test.go swarm/test: add integration test for 'swarm up' (#14353) 2017-06-21 14:54:23 +02:00
accountcmd.go
bugcmd.go
chaincmd.go core/state: access trie through Database interface, track errors (#14589) 2017-06-27 15:57:06 +02:00
config.go
consolecmd_test.go swarm/test: add integration test for 'swarm up' (#14353) 2017-06-21 14:54:23 +02:00
consolecmd.go
dao_test.go swarm/test: add integration test for 'swarm up' (#14353) 2017-06-21 14:54:23 +02:00
genesis_test.go swarm/test: add integration test for 'swarm up' (#14353) 2017-06-21 14:54:23 +02:00
main.go Merge pull request #14540 from bas-vk/whisper-api 2017-06-26 13:44:35 +03:00
misccmd.go
monitorcmd.go
run_test.go swarm/test: add integration test for 'swarm up' (#14353) 2017-06-21 14:54:23 +02:00
usage.go cmd/geth: fix whisper flag group capitalization 2017-06-26 13:40:43 +03:00