quorum/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 cmd/geth: add tests for account commands 2016-04-12 15:58:07 +02:00
accountcmd.go cmd/geth: fixed a minor typo in the comments 2017-06-16 15:03:19 +02:00
accountcmd_test.go swarm/test: add integration test for 'swarm up' (#14353) 2017-06-21 14:54:23 +02:00
bugcmd.go cmd/geth: migrate bug command/flags 2017-05-03 14:33:08 +02:00
chaincmd.go core/state: access trie through Database interface, track errors (#14589) 2017-06-27 15:57:06 +02:00
config.go whisper: move flags from whisper package to utils 2017-06-21 10:49:14 +02:00
consolecmd.go whisper: use hexutil.UnmarshalFixedText for topic parsing 2017-06-21 12:58:00 +02:00
consolecmd_test.go swarm/test: add integration test for 'swarm up' (#14353) 2017-06-21 14:54:23 +02:00
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 cmd/geth: reorganise misc commands/flags 2017-05-03 14:33:07 +02:00
monitorcmd.go cmd/geth: migrate metric command/flags 2017-05-03 14:33:08 +02:00
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