1. 05 1月, 2017 1 次提交
  2. 04 1月, 2017 1 次提交
  3. 29 11月, 2016 2 次提交
  4. 28 11月, 2016 1 次提交
    • V
      cmd/bzzd: swarm daemon fixes (#3359) · e949a2ed
      Viktor Trón 提交于
      * cmd/bzzd: add missing p2p/discovery flags
      * cmd/bzzd: fix two bugs crashing bzzd if bootnodes flag given
      * cmd/bzzd: make no swap default, renamed flag bzznoswap->bzzswap
      * internal/web3ext: correct methods for bzz IPC module
      * cmd/bzzd: ethapi param not mandatory. Warning if no blockchain
      * cmd/bzzd: correct default IPC modules in help string
      * cmd/utils: fix help description for networkId - add Ropsten
      * cmd/bzz, swarm/api, swarm/network: add swarm networkId flag
      * cmd/bzzd: change nosync flag to sync and BootTFlag
      e949a2ed
  5. 25 11月, 2016 2 次提交
  6. 23 11月, 2016 3 次提交
  7. 16 11月, 2016 2 次提交
  8. 15 11月, 2016 3 次提交
  9. 14 11月, 2016 1 次提交
  10. 13 11月, 2016 3 次提交
  11. 09 11月, 2016 2 次提交
  12. 29 10月, 2016 4 次提交
    • P
      f0dbec0c
    • G
      whisper: project restructured, version 5 introduced (#3022) · 79789af2
      gluk256 提交于
      whisper: project restructured, version 5 introduced
      
      This commits adds a draft version of the new shh v5 protocol.
      The new version is not on by default, --shh still selects version 2.
      79789af2
    • P
    • 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
  13. 19 10月, 2016 1 次提交
  14. 15 10月, 2016 1 次提交
    • J
      core, core/vm: added gas price variance table · 64af2aaf
      Jeffrey Wilcke 提交于
      This implements 1b & 1c of EIP150 by adding a new GasTable which must be
      returned from the RuleSet config method. This table is used to determine
      the gas prices for the current epoch.
      
      Please note that when the CreateBySuicide gas price is set it is assumed
      that we're in the new epoch phase.
      
      In addition this PR will serve as temporary basis while refactorisation
      in being done in the EVM64 PR, which will substentially overhaul the gas
      price code.
      64af2aaf
  15. 16 9月, 2016 2 次提交
  16. 15 9月, 2016 1 次提交
  17. 05 9月, 2016 1 次提交
  18. 30 8月, 2016 1 次提交
  19. 22 8月, 2016 1 次提交
  20. 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
  21. 16 7月, 2016 1 次提交
  22. 15 7月, 2016 3 次提交
  23. 29 6月, 2016 2 次提交