quorum/eth
zelig 391e89d70a use own total difficulty to limit best peer
- 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
2015-03-20 10:41:40 +00:00
..
backend.go use own total difficulty to limit best peer 2015-03-20 10:41:40 +00:00
protocol.go peer suspension to disallow reconnect after disconnect on fatal error for set period (PeerSuspensionInterval) 2015-03-20 10:41:40 +00:00
protocol_test.go use own total difficulty to limit best peer 2015-03-20 10:41:40 +00:00
wallet.go BlockManager => BlockProcessor 2015-01-05 00:18:44 +01:00