1. 02 May, 2014 11 commits
  2. 01 May, 2014 3 commits
  3. 30 Apr, 2014 3 commits
  4. 29 Apr, 2014 2 commits
    • obscuren's avatar
      API changes · e85d5dd4
      obscuren authored
      e85d5dd4
    • obscuren's avatar
      Split off External applications from main library · 64c2550b
      obscuren authored
      External applications now accept containers which function as the
      frontend where the ExtApplication functions as the backend. Containers
      execute within their own engine and have their own context and are
      destroyed when released.
      64c2550b
  5. 28 Apr, 2014 3 commits
  6. 27 Apr, 2014 3 commits
  7. 25 Apr, 2014 3 commits
  8. 24 Apr, 2014 2 commits
  9. 23 Apr, 2014 4 commits
  10. 20 Apr, 2014 3 commits
  11. 16 Apr, 2014 3 commits
    • zelig's avatar
      typo interrupt · 59a7b130
      zelig authored
      59a7b130
    • zelig's avatar
      non-interactive option · 32b09d65
      zelig authored
      - add -y flag for non-interactive use
      - refactor main
      - output to logfile (not ideal..) but not to all ethutil loggers for privacy
      32b09d65
    • zelig's avatar
      logfile · f4c13f86
      zelig authored
      - add logfile option to ethereum client flags
      - fallback to StdOut
      - Logger appended to ethutil.Config.Log loggers
      - wrapper uses ethutil.Config.Log
      f4c13f86