plugeth/eth
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
..
downloader rpc: add pub/sub support 2016-04-01 18:26:35 +02:00
fetcher eth: various typos 2016-03-15 11:27:49 -07:00
filters rpc: add pub/sub support 2016-04-01 18:26:35 +02:00
api.go rpc: various fixes/enhancements 2016-04-12 11:02:39 +02:00
backend_test.go core, eth, miner, xeth: clean up tx/receipt db accessors 2015-11-19 16:03:32 +02:00
backend.go rpc: various fixes/enhancements 2016-04-12 11:02:39 +02:00
cpu_mining.go all: Add GPU mining, disabled by default 2015-10-07 13:19:30 +02:00
gasprice.go core, eth, rpc: split out block validator and state processor 2015-11-18 14:24:42 +01:00
gpu_mining.go eth: fix GPU miner chain config regression 2016-04-11 17:31:00 +03:00
handler_test.go eth: various typos 2016-03-15 11:27:49 -07:00
handler.go core: added basic chain configuration 2016-04-01 01:01:10 +02:00
helper_test.go accounts, crypto: move keystore to package accounts 2016-04-12 15:56:49 +02:00
metrics.go eth: various typos 2016-03-15 11:27:49 -07:00
peer.go eth, p2p, rpc/api: polish protocol info gathering 2015-10-28 12:44:15 +02:00
protocol_test.go accounts, crypto: move keystore to package accounts 2016-04-12 15:56:49 +02:00
protocol.go eth, p2p, rpc/api: polish protocol info gathering 2015-10-28 12:44:15 +02:00
sync_test.go eth, p2p, rpc/api: polish protocol info gathering 2015-10-28 12:44:15 +02:00
sync.go eth: remove workaround for asynchronous processing in the downloader 2015-11-19 14:18:34 +01:00