good morning!!!!

Skip to content
Snippets Groups Projects
  1. Apr 15, 2016
  2. Jan 26, 2016
  3. Jan 21, 2016
  4. Jul 23, 2015
  5. Jul 22, 2015
  6. Jul 07, 2015
  7. Apr 15, 2015
  8. Apr 13, 2015
    • Viktor Trón's avatar
      blockpool stability fixes: · 3d57e377
      Viktor Trón authored
      - follow up locks and fix them
      - chainManager: call SetQueued for parentErr future blocks, uncomment TD checks, unskip test
      - make ErrIncorrectTD non-fatal to be forgiving to genuine mistaken nodes (temp) but demote them to guard against stuck best peers.
      - add purging to bounded nodeCache (config nodeCacheSize)
      - use nodeCache when creating blockpool entries and let non-best peers add blocks (performance boost)
      - minor error in addError
      - reduce idleBestPeerTimeout to 1 minute
      - correct status counts and unskip status passing status test
      - glogified logging
      3d57e377
  9. Apr 07, 2015
  10. Apr 04, 2015
  11. Apr 03, 2015
  12. Mar 23, 2015
  13. Mar 22, 2015
    • Viktor Trón's avatar
      independent flag for json structured logging · 78cff9e3
      Viktor Trón authored
      - logjson flag remove logformat flag
      - passed to eth Config
      - logsystem not a field of Ethereum
      - LogSystem does not need to expose GetLogLevel/SetLogLevel
      - message struct just implements more generic LogMsg interface
      - LogMsg is a fmt.Stringer with Level()
      - jsonMsg ([]byte) implements LogMsg
      - remove "raw" systems
      - move level logic inside StdLogSystem
      - logsystems only print their kind of msg: jsonLogSystem prints jsonMsg, StdLogSystem prints stdMsg
      78cff9e3
  14. Mar 21, 2015
  15. Mar 16, 2015
  16. Mar 11, 2015
  17. Mar 05, 2015
  18. Mar 03, 2015
  19. Mar 01, 2015
  20. Feb 25, 2015
  21. Feb 19, 2015
  22. Feb 18, 2015
  23. Feb 17, 2015
  24. Feb 11, 2015
  25. Feb 10, 2015
  26. Jan 21, 2015
Loading