1. 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
  2. 06 4月, 2015 1 次提交
  3. 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
  4. 24 3月, 2015 3 次提交
  5. 18 3月, 2015 1 次提交
  6. 17 3月, 2015 3 次提交
  7. 16 3月, 2015 2 次提交
  8. 14 3月, 2015 2 次提交
  9. 05 3月, 2015 1 次提交
  10. 04 3月, 2015 3 次提交
  11. 03 3月, 2015 1 次提交
  12. 28 2月, 2015 1 次提交
  13. 18 2月, 2015 1 次提交
  14. 14 2月, 2015 2 次提交
  15. 04 2月, 2015 1 次提交
  16. 07 1月, 2015 1 次提交
  17. 06 1月, 2015 1 次提交
  18. 02 1月, 2015 1 次提交
  19. 30 12月, 2014 1 次提交
  20. 24 12月, 2014 1 次提交
  21. 23 12月, 2014 2 次提交
  22. 18 12月, 2014 1 次提交
    • O
      Locks, refactor, tests · 49e0267f
      obscuren 提交于
      * Added additional chain tests
      * Added proper mutex' on chain
      * Removed ethereum dependencies
      49e0267f
  23. 10 12月, 2014 1 次提交
  24. 04 12月, 2014 2 次提交
  25. 18 11月, 2014 1 次提交
  26. 14 11月, 2014 1 次提交
  27. 12 11月, 2014 1 次提交