1. 17 1月, 2017 1 次提交
  2. 12 1月, 2017 1 次提交
  3. 09 1月, 2017 1 次提交
  4. 07 1月, 2017 2 次提交
  5. 14 12月, 2016 1 次提交
  6. 30 11月, 2016 1 次提交
  7. 29 11月, 2016 1 次提交
  8. 25 11月, 2016 1 次提交
  9. 23 11月, 2016 3 次提交
  10. 10 11月, 2016 2 次提交
  11. 09 11月, 2016 3 次提交
  12. 30 10月, 2016 1 次提交
  13. 29 10月, 2016 2 次提交
    • P
      f0dbec0c
    • P
      Godeps, vendor: convert dependency management to trash (#3198) · 289b3071
      Péter Szilágyi 提交于
      This commit converts the dependency management from Godeps to the vendor
      folder, also switching the tool from godep to trash. Since the upstream tool
      lacks a few features proposed via a few PRs, until those PRs are merged in
      (if), use github.com/karalabe/trash.
      
      You can update dependencies via trash --update.
      
      All dependencies have been updated to their latest version.
      
      Parts of the build system are reworked to drop old notions of Godeps and
      invocation of the go vet command so that it doesn't run against the vendor
      folder, as that will just blow up during vetting.
      
      The conversion drops OpenCL (and hence GPU mining support) from ethash and our
      codebase. The short reasoning is that there's noone to maintain and having
      opencl libs in our deps messes up builds as go install ./... tries to build
      them, failing with unsatisfied link errors for the C OpenCL deps.
      
      golang.org/x/net/context is not vendored in. We expect it to be fetched by the
      user (i.e. using go get). To keep ci.go builds reproducible the package is
      "vendored" in build/_vendor.
      289b3071
  14. 21 10月, 2016 1 次提交
  15. 19 10月, 2016 3 次提交
  16. 18 10月, 2016 1 次提交
  17. 16 9月, 2016 1 次提交
  18. 15 9月, 2016 1 次提交
  19. 05 9月, 2016 2 次提交
  20. 30 8月, 2016 1 次提交
  21. 23 8月, 2016 1 次提交
  22. 22 8月, 2016 1 次提交
  23. 17 8月, 2016 1 次提交
    • F
      cmd/utils, node: create account manager in package node · 312263c7
      Felix Lange 提交于
      The account manager was previously created by packge cmd/utils as part
      of flag processing and then passed down into eth.Ethereum through its
      config struct. Since we are starting to create nodes which do not have
      eth.Ethereum as a registered service, the code was rearranged to
      register the account manager as its own service. Making it a service is
      ugly though and it doesn't really fix the root cause: creating nodes
      without eth.Ethereum requires duplicating lots of code.
      
      This commit splits utils.MakeSystemNode into three functions, making
      creation of other node/service configurations easier. It also moves the
      account manager into Node so it can be used by those configurations
      without requiring package eth.
      312263c7
  24. 23 7月, 2016 1 次提交
  25. 15 7月, 2016 5 次提交
  26. 12 7月, 2016 1 次提交