Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
9 years ago
..
bootnodes.go
cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacks
9 years ago
client.go
cmd, node, rpc: readd inproc RPC client, expose via node
9 years ago
cmd.go
cmd/geth, cmd/utils: improve input handling
9 years ago
customflags.go
cmd/utils: fix path expansion on windows
9 years ago
customflags_test.go
cmd/utils: fix path expansion on windows
9 years ago
fdlimit_test.go
cmd, eth, ethdb, node: prioritise chaindata for resources, bump cache
9 years ago
fdlimit_unix.go
cmd, eth, ethdb, node: prioritise chaindata for resources, bump cache
9 years ago
fdlimit_windows.go
cmd, eth, ethdb, node: prioritise chaindata for resources, bump cache
9 years ago
flags.go
accounts, crypto: move keystore to package accounts
9 years ago
input.go
cmd/geth, cmd/utils: improve input handling
9 years ago
jeth.go
cmd/geth, cmd/utils: improve input handling
9 years ago