- 22 Mar, 2015 6 commits
-
-
obscuren authored
-
obscuren authored
* WIP missing arguments for submitting new work * GetWork **done**
-
Jeffrey Wilcke authored
Frontier/blockpool
-
obscuren authored
-
obscuren authored
-
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 13 commits
-
-
obscuren authored
-
Jeffrey Wilcke authored
Fix link to build instructions in the readme
-
obscuren authored
-
obscuren authored
Conflicts: rpc/responses.go
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
- 20 Mar, 2015 21 commits
-
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
-
Felix Lange authored
Blocktests are now integrated in cmd/ethereum.
-
Felix Lange authored
The generic pointer decoder did not advance the input position for empty values. This can lead to strange issues and even infinite loops.
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
Merge branch 'frontier/blockpool' of https://github.com/ethersphere/go-ethereum into ethersphere-frontier/blockpool
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
Taylor Gerring authored
Conflicts: rpc/api.go
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Felix Lange authored
-
Felix Lange authored
I don't see why we would need two different accessors for a public field.
-
Felix Lange authored
This makes Value 24 bytes smaller on 64bit systems.
-
Felix Lange authored
Value.{Encode,Decode} are gone. It implements rlp.Encoder and rlp.Decoder instead, so Value can be decoded into directly.
-