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
a40e61b4ac
rpc: remove NotifierContextKey
...
Context keys must have a unique type in order to prevent
any unintented clashes. The code used int(1) as key.
Fix it by implementing the pattern recommended by package context.
9 years ago
..
downloader
rpc: remove NotifierContextKey
9 years ago
fetcher
eth: various typos
9 years ago
filters
rpc: remove NotifierContextKey
9 years ago
api.go
rpc: remove NotifierContextKey
9 years ago
backend.go
core, core/types, eth: add and use Block.Body
9 years ago
backend_test.go
all: update license information
9 years ago
cpu_mining.go
all: update license information
9 years ago
gasprice.go
core, eth, rpc: split out block validator and state processor
9 years ago
gpu_mining.go
all: update license information
9 years ago
handler.go
all: fix go vet warnings
9 years ago
handler_test.go
all: fix go vet warnings
9 years ago
helper_test.go
all: fix go vet warnings
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
all: fix go vet warnings
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