1. 29 Jun, 2014 8 commits
  2. 28 Jun, 2014 1 commit
  3. 27 Jun, 2014 1 commit
  4. 26 Jun, 2014 11 commits
  5. 25 Jun, 2014 14 commits
  6. 24 Jun, 2014 1 commit
  7. 23 Jun, 2014 4 commits
    • obscuren's avatar
      Logging order · 16e8fc74
      obscuren authored
      16e8fc74
    • zelig's avatar
      merge upstream · f58c7ac5
      zelig authored
      f58c7ac5
    • zelig's avatar
      refactor config (transitional). Details: · 63157c79
      zelig authored
      - ReadConfig initialiser sets up global ethutil.Config via config file passed from wrappers
      - does not write out adhoc default (not meant to) but creates empty config file if it does not exist so that globalconf does not complain if persists a flag
      - default datadir and default config file set together with other flag defaults in wrappers
      - default assetpath set together with other command line flags defaults in gui wrapper (not in ethutil.Config or ui/ui_lib)
      - add EnvPrefix, to handle environment variable options too via globalconf
      - this is still transitional: global Config should just be a wrapper around globalconfig config handler and should be moved to go-ethereum
      - actual eth stack config should not be global instead config handled properly with explicit dependency injectioninto eth stack component instances
      63157c79
    • zelig's avatar
      modified logging API · b9e8a3e0
      zelig authored
      - package vars for tagged loggers
      - weed out spurious fmt.PrintX and log.PrintX logging
      - tried to second guess loglevel for some :)
      b9e8a3e0