1. 25 Jun, 2014 6 commits
  2. 24 Jun, 2014 1 commit
  3. 23 Jun, 2014 12 commits
    • 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
    • zelig's avatar
      refactor logging. Details: · 8e9cc369
      zelig authored
      - packages use tagged logger sending log messages to shared (process-wide) logging engine
      - log writers (interface ethlog.LogSystem) can be added to the logging engine by wrappers/guis/clients
      - shared logging engine dispatching to multiple log systems
      - log level can be set separately per log system
      - async logging thread: logging IO does not block main thread
      - log messages are synchronously stringified to avoid incorrectly logging of changed states
      - README.md
      - loggers_test
      8e9cc369
    • obscuren's avatar
      Let the state create the object · 61462475
      obscuren authored
      61462475
    • obscuren's avatar
      Minor fixes to vm output · d890258a
      obscuren authored
      d890258a
    • obscuren's avatar
      Removed comments · 803e4807
      obscuren authored
      803e4807
    • obscuren's avatar
      a4e26bf7
    • obscuren's avatar
      Do not keep on asking for the same chain · 9350ecd3
      obscuren authored
      9350ecd3
    • obscuren's avatar
      Added hex script method · 8c96c566
      obscuren authored
      8c96c566
    • obscuren's avatar
      Make sure that public key always uses 64 bytes · 842d52db
      obscuren authored
      842d52db
    • obscuren's avatar
      Clean up & refactored methods · bb1641e4
      obscuren authored
      bb1641e4
  4. 21 Jun, 2014 1 commit
  5. 20 Jun, 2014 2 commits
  6. 19 Jun, 2014 15 commits
  7. 18 Jun, 2014 3 commits