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
46e8940b19
accounts: streamline API
...
- Manager.Accounts no longer returns an error.
- Manager methods take Account instead of common.Address.
- All uses of Account with unkeyed fields are converted.
9 years ago
..
downloader
rpc: add pub/sub support
9 years ago
fetcher
eth: various typos
9 years ago
filters
rpc: add pub/sub support
9 years ago
api.go
accounts: streamline API
9 years ago
backend.go
accounts: streamline API
9 years ago
backend_test.go
core, eth, miner, xeth: clean up tx/receipt db accessors
9 years ago
cpu_mining.go
all: Add GPU mining, disabled by default
9 years ago
gasprice.go
core, eth, rpc: split out block validator and state processor
9 years ago
gpu_mining.go
eth: fix GPU miner chain config regression
9 years ago
handler.go
core: added basic chain configuration
9 years ago
handler_test.go
eth: various typos
9 years ago
helper_test.go
accounts, crypto: move keystore to package accounts
9 years ago
metrics.go
eth: various typos
9 years ago
peer.go
eth, p2p, rpc/api: polish protocol info gathering
9 years ago
protocol.go
eth, p2p, rpc/api: polish protocol info gathering
9 years ago
protocol_test.go
accounts, crypto: move keystore to package accounts
9 years ago
sync.go
eth: remove workaround for asynchronous processing in the downloader
9 years ago
sync_test.go
eth, p2p, rpc/api: polish protocol info gathering
9 years ago