1. 17 1月, 2017 1 次提交
  2. 09 1月, 2017 1 次提交
  3. 05 1月, 2017 1 次提交
  4. 22 12月, 2016 2 次提交
  5. 02 12月, 2016 1 次提交
  6. 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
  7. 25 11月, 2016 1 次提交
  8. 11 11月, 2016 2 次提交
  9. 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
  10. 31 8月, 2016 1 次提交
    • Ξ
      swarm: plan bee for content storage and distribution on web3 · 4d300e4d
      ΞTHΞЯSPHΞЯΞ 提交于
      This change imports the Swarm protocol codebase. Compared to the 'swarm'
      branch, a few mostly cosmetic changes had to be made:
      
      * The various redundant log message prefixes are gone.
      * All files now have LGPLv3 license headers.
      * Minor code changes were needed to please go vet and make the tests
        pass on Windows.
      * Further changes were required to adapt to the go-ethereum develop
        branch and its new Go APIs.
      
      Some code has not (yet) been brought over:
      
      * swarm/cmd/bzzhash: will reappear as cmd/bzzhash later
      * swarm/cmd/bzzup.sh: will be reimplemented in cmd/bzzup
      * swarm/cmd/makegenesis: will reappear somehow
      * swarm/examples/album: will move to a separate repository
      * swarm/examples/filemanager: ditto
      * swarm/examples/files: will not be merged
      * swarm/test/*: will not be merged
      * swarm/services/swear: will reappear as contracts/swear when needed
      4d300e4d