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
fbdb44dcc1
cmd/utils, rpc/comms: stop XEth when IPC connection ends
...
There are a bunch of changes required to make this work:
- in miner: allow unregistering agents, fix RemoteAgent.Stop
- in eth/filters: make FilterSystem.Stop not crash
- in rpc/comms: move listen loop to platform-independent code
Fixes #1930 . I ran the shell loop there for a few minutes and didn't see
any changes in the memory profile.
9 years ago
..
downloader
core, eth, trie: fix data races and merge/review issues
9 years ago
fetcher
core, eth, trie: fix data races and merge/review issues
9 years ago
filters
cmd/utils, rpc/comms: stop XEth when IPC connection ends
9 years ago
backend.go
rpc api: eth_getNatSpec
9 years ago
backend_test.go
core, eth, trie: fix data races and merge/review issues
9 years ago
cpu_mining.go
all: Add GPU mining, disabled by default
9 years ago
gasprice.go
eth, xeth: fix GasPriceOracle goroutine leak
9 years ago
gpu_mining.go
all: Add GPU mining, disabled by default
9 years ago
handler.go
core, eth, trie: fix data races and merge/review issues
9 years ago
handler_test.go
core, eth, trie: fix data races and merge/review issues
9 years ago
helper_test.go
eth: clean out light node notions from eth
9 years ago
metrics.go
core, eth, trie: fix data races and merge/review issues
9 years ago
peer.go
eth: time out status message exchange after 5s
9 years ago
protocol.go
eth: clean out light node notions from eth
9 years ago
protocol_test.go
eth: clean out light node notions from eth
9 years ago
sync.go
core, eth, trie: fix data races and merge/review issues
9 years ago
sync_test.go
core, eth, trie: fix data races and merge/review issues
9 years ago