1. 08 4月, 2015 1 次提交
    • O
      Changed how logs are being recorded · 1c872ddf
      obscuren 提交于
      Logs are now recorded per transactions instead of tossing them out after
      each transaction. This should also fix an issue with
      `eth_getFilterLogs` (#629) Also now implemented are the `transactionHash,
      blockHash, transactionIndex, logIndex` on logs. Closes #654.
      1c872ddf
  2. 07 4月, 2015 2 次提交
  3. 06 4月, 2015 1 次提交
  4. 05 4月, 2015 2 次提交
  5. 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
  6. 26 3月, 2015 1 次提交
  7. 24 3月, 2015 3 次提交
  8. 23 3月, 2015 1 次提交
  9. 21 3月, 2015 1 次提交
  10. 20 3月, 2015 1 次提交
  11. 19 3月, 2015 1 次提交
  12. 18 3月, 2015 3 次提交
  13. 17 3月, 2015 9 次提交
  14. 16 3月, 2015 2 次提交
  15. 14 3月, 2015 2 次提交
  16. 12 3月, 2015 1 次提交
  17. 06 3月, 2015 1 次提交
  18. 05 3月, 2015 1 次提交
  19. 04 3月, 2015 3 次提交
  20. 03 3月, 2015 1 次提交