1. 18 6月, 2015 1 次提交
  2. 15 6月, 2015 1 次提交
  3. 09 6月, 2015 1 次提交
  4. 19 4月, 2015 1 次提交
  5. 07 4月, 2015 1 次提交
  6. 01 4月, 2015 5 次提交
  7. 20 3月, 2015 1 次提交
    • Z
      use own total difficulty to limit best peer · 391e89d7
      zelig 提交于
      - 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
      391e89d7
  8. 19 3月, 2015 1 次提交
  9. 18 3月, 2015 2 次提交
    • Z
      fix eth tests · ca8d1841
      zelig 提交于
      ca8d1841
    • Z
      private network support · b6aa88c0
      zelig 提交于
      - protocolversion, networkid global int flags to cli and mist
      - fix bug with protocolversion check using wrong db
      - log protocolversion & networkid in backend
      b6aa88c0
  10. 16 3月, 2015 1 次提交
  11. 08 3月, 2015 1 次提交
  12. 07 3月, 2015 1 次提交
  13. 02 3月, 2015 1 次提交
  14. 25 2月, 2015 1 次提交
    • Z
      integrate blockpool into eth · 16ecda95
      zelig 提交于
      - remove blockpool code
      - remove blockpool integration test (kinda embarrassing)
      - remove errors.go
      16ecda95
  15. 06 2月, 2015 1 次提交
  16. 05 2月, 2015 1 次提交
  17. 06 1月, 2015 2 次提交
    • F
      eth, p2p: remove EncodeMsg from p2p.MsgWriter · eb0e7b1b
      Felix Lange 提交于
      ...and make it a top-level function instead.
      
      The original idea behind having EncodeMsg in the interface was that
      implementations might be able to encode RLP data to their underlying
      writer directly instead of buffering the encoded data. The encoder
      will buffer anyway, so that doesn't matter anymore.
      
      Given the recent problems with EncodeMsg (copy-pasted implementation
      bug) I'd rather implement once, correctly.
      eb0e7b1b
    • O
      Merge · 6abf8ef7
      obscuren 提交于
      6abf8ef7
  18. 15 12月, 2014 4 次提交
    • Z
      eth protocol changes · 2dd8f411
      zelig 提交于
      - changed backend interface
      - using callbacks for blockPool
      - use rlp stream for lazy decoding
      - use peer as logger
      - add id (peer pubkey) to ethProtocol fields
      - add testPeer to protocol test (temporary)
      2dd8f411
    • Z
      initial commit for eth-p2p integration · 0add0c40
      zelig 提交于
      0add0c40
    • Z
      eth protocol changes · d957dd2c
      zelig 提交于
      - changed backend interface
      - using callbacks for blockPool
      - use rlp stream for lazy decoding
      - use peer as logger
      - add id (peer pubkey) to ethProtocol fields
      - add testPeer to protocol test (temporary)
      d957dd2c
    • Z
      initial commit for eth-p2p integration · e5aa38cb
      zelig 提交于
      e5aa38cb
  19. 10 12月, 2014 2 次提交
    • Z
      eth protocol changes · e74f9f27
      zelig 提交于
      - changed backend interface
      - using callbacks for blockPool
      - use rlp stream for lazy decoding
      - use peer as logger
      - add id (peer pubkey) to ethProtocol fields
      - add testPeer to protocol test (temporary)
      e74f9f27
    • Z
      initial commit for eth-p2p integration · 47793b60
      zelig 提交于
      47793b60