1. 19 10月, 2015 1 次提交
  2. 11 9月, 2015 2 次提交
  3. 25 8月, 2015 2 次提交
  4. 24 7月, 2015 1 次提交
  5. 23 7月, 2015 2 次提交
  6. 07 7月, 2015 2 次提交
  7. 30 6月, 2015 3 次提交
  8. 04 6月, 2015 1 次提交
  9. 30 4月, 2015 1 次提交
  10. 29 4月, 2015 1 次提交
  11. 23 4月, 2015 1 次提交
  12. 20 4月, 2015 1 次提交
  13. 09 4月, 2015 1 次提交
    • Z
      future queued block support · 262714fc
      zelig 提交于
      - queued       bool // flag for blockpool to skip TD check
      - set to true when future block queued
      - in checkTD: skip check if queued
      - TODO: add test (insertchain sets future block)
      262714fc
  14. 06 4月, 2015 1 次提交
  15. 01 4月, 2015 3 次提交
    • Z
      check TxMsg · 6ffea34d
      zelig 提交于
      - add validation on TxMsg checking for nil
      - add test for nil transaction
      - add test for zero value transaction (no extra validation needed)
      6ffea34d
    • Z
      test for invalid rlp encoding of block in BlocksMsg · 82da6bf4
      zelig 提交于
      - rename Validate -> ValidateFields not to confure consensus block validation
      - add nil transaction and nil uncle header validation
      - remove bigint field checks: rlp already decodes *big.Int to big.NewInt(0)
      - add test for nil header, nil transaction
      82da6bf4
    • Z
      eth: SEC-29 eth wire protocol decoding invalid message data crashes client · e1be34bc
      zelig 提交于
      - add validate method to types.Block
      - validate after Decode -> error
      - add tests for NewBlockMsg
      e1be34bc
  16. 24 3月, 2015 3 次提交
  17. 18 3月, 2015 1 次提交
  18. 17 3月, 2015 3 次提交
  19. 16 3月, 2015 2 次提交
  20. 14 3月, 2015 2 次提交
  21. 05 3月, 2015 1 次提交
  22. 04 3月, 2015 3 次提交
  23. 03 3月, 2015 1 次提交
  24. 28 2月, 2015 1 次提交