- Mar 20, 2015
-
-
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.
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
Merge branch 'frontier/blockpool' of https://github.com/ethersphere/go-ethereum into ethersphere-frontier/blockpool
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke 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.
-
Felix Lange authored
This seems to be the last remaining use of it.
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Viktor Trón authored
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Viktor Trón authored
-
Viktor Trón authored
-
Viktor Trón authored
-
Viktor Trón authored
-
Viktor Trón authored
-
Viktor Trón authored
-
Viktor Trón authored
- add ErrIncorrectTD - checkTD called after insertChain successful - fix tests, use blockPoolTester.tds to map block index to TD
-
Viktor Trón authored
-
Viktor Trón authored
- update blockpool td by subscribing to ChainHeadEvent - if ahead of best peer, demote it - addPeer now take own td as current td - removePeer now take own td as current td - add relevant tests to peers_test - eth: backend now calls blockpool with eth.eventMux and chainManager.Td
-
Viktor Trón authored
peer suspension to disallow reconnect after disconnect on fatal error for set period (PeerSuspensionInterval)
-
Jeffrey Wilcke authored
-
Jeffrey Wilcke authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-
Taylor Gerring authored
-