plugeth/cmd
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
..
abigen cmd/abigen: parse contract name as abi identifier 2017-02-06 18:16:56 +01:00
bootnode cmd/bootnode: stop after generating/writing nodekey 2017-04-24 10:40:20 +02:00
evm core/state: access trie through Database interface, track errors (#14589) 2017-06-27 15:57:06 +02:00
faucet cmd/faucet: fix a few typos 2017-05-24 17:12:07 +03:00
geth core/state: access trie through Database interface, track errors (#14589) 2017-06-27 15:57:06 +02:00
internal/browser cmd/geth: added 'geth bug' command (#3684) 2017-02-20 15:26:21 +02:00
puppeth cmd/puppeth: fix key reuse during faucet deploys 2017-06-23 13:34:21 +03:00
rlpdump cmd/rlpdump: support dumping only the first entity 2017-04-12 14:27:34 +03:00
swarm cmd/swarm: disable TestCLISwarmUp because it's flaky 2017-06-22 22:17:53 +02:00
utils whisper: move flags from whisper package to utils 2017-06-21 10:49:14 +02:00
wnode whisperv5: integrate whisper and add whisper RPC simulator 2017-06-15 11:53:15 +02:00