- 23 Mar, 2015 12 commits
-
-
zelig authored
-
Jeffrey Wilcke authored
Fix Mist types build errors
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
getWork needs to return additional values
-
- 22 Mar, 2015 19 commits
-
-
Jeffrey Wilcke authored
common/common.go cleanup
-
Jeffrey Wilcke authored
using robertkrimen/otto, godeps updated
-
obscuren authored
-
-
obscuren authored
-
obscuren authored
* WIP missing arguments for submitting new work * GetWork **done**
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Jeffrey Wilcke authored
Frontier/blockpool
-
obscuren authored
-
obscuren authored
-
zelig authored
-
zelig authored
- logjson flag remove logformat flag - passed to eth Config - logsystem not a field of Ethereum - LogSystem does not need to expose GetLogLevel/SetLogLevel - message struct just implements more generic LogMsg interface - LogMsg is a fmt.Stringer with Level() - jsonMsg ([]byte) implements LogMsg - remove "raw" systems - move level logic inside StdLogSystem - logsystems only print their kind of msg: jsonLogSystem prints jsonMsg, StdLogSystem prints stdMsg
-
zelig authored
- fix status chain map uses common.Hash as key - add badPeers increment to IncorrectTD errors (forgotten) - signal head info update to head section process even if parent hash is not in pool (inserted), so that idle timer can be set to nil - suicideC -> peer.headInfoTimer - quit -> peer.bestIdleTimer - and they are properly set from within getBlockHashes and handleSection
-
- 21 Mar, 2015 9 commits