plugeth/cmd/geth
Felix Lange 85e6c40c00 accounts, crypto: move keystore to package accounts
The account management API was originally implemented as a thin layer
around crypto.KeyStore, on the grounds that several kinds of key stores
would be implemented later on. It turns out that this won't happen so
KeyStore is a superflous abstraction.

In this commit crypto.KeyStore and everything related to it moves to
package accounts and is unexported.
2016-04-12 15:56:49 +02:00
..
chaincmd.go cmd/geth, cmd/utils: improve input handling 2016-04-12 15:56:49 +02:00
info_test.json fix solc tests unskip 2015-05-20 02:47:13 +01:00
js_test.go accounts, crypto: move keystore to package accounts 2016-04-12 15:56:49 +02:00
js.go cmd/geth, cmd/utils: improve input handling 2016-04-12 15:56:49 +02:00
library_android.go Makefile, cmd/geth: support building Android archives 2015-12-14 14:28:14 +02:00
library.c Makefile, cmd/geth: assemble ios xcode frameworks 2015-12-08 18:05:43 +02:00
library.go Makefile, cmd/geth: assemble ios xcode frameworks 2015-12-08 18:05:43 +02:00
main.go cmd/geth, cmd/utils: improve input handling 2016-04-12 15:56:49 +02:00
monitorcmd.go Merge pull request #2206 from fjl/update-deps 2016-02-17 13:46:30 +01:00
usage.go Merge pull request #2359 from bas-vk/rpc-optional-args 2016-04-12 14:03:21 +02:00