1. 31 7月, 2017 1 次提交
  2. 04 7月, 2017 1 次提交
  3. 30 6月, 2017 1 次提交
  4. 26 6月, 2017 1 次提交
  5. 22 5月, 2017 1 次提交
  6. 13 4月, 2017 1 次提交
  7. 12 4月, 2017 2 次提交
    • F
      cmd/geth: add --config file flag (#13875) · 30d706c3
      Felix Lange 提交于
      * p2p/discover, p2p/discv5: add marshaling methods to Node
      
      * p2p/netutil: make Netlist decodable from TOML
      
      * common/math: encode nil HexOrDecimal256 as 0x0
      
      * cmd/geth: add --config file flag
      
      * cmd/geth: add missing license header
      
      * eth: prettify Config again, fix tests
      
      * eth: use gasprice.Config instead of duplicating its fields
      
      * eth/gasprice: hide nil default from dumpconfig output
      
      * cmd/geth: hide genesis block in dumpconfig output
      
      * node: make tests compile
      
      * console: fix tests
      
      * cmd/geth: make TOML keys look exactly like Go struct fields
      
      * p2p: use discovery by default
      
      This makes the zero Config slightly more useful. It also fixes package
      node tests because Node detects reuse of the datadir through the
      NodeDatabase.
      
      * cmd/geth: make ethstats URL settable through config file
      
      * cmd/faucet: fix configuration
      
      * cmd/geth: dedup attach tests
      
      * eth: add comment for DefaultConfig
      
      * eth: pass downloader.SyncMode in Config
      
      This removes the FastSync, LightSync flags in favour of a more
      general SyncMode flag.
      
      * cmd/utils: remove jitvm flags
      
      * cmd/utils: make mutually exclusive flag error prettier
      
      It now reads:
      
         Fatal: flags --dev, --testnet can't be used at the same time
      
      * p2p: fix typo
      
      * node: add DefaultConfig, use it for geth
      
      * mobile: add missing NoDiscovery option
      
      * cmd/utils: drop MakeNode
      
      This exposed a couple of places that needed to be updated to use
      node.DefaultConfig.
      
      * node: fix typo
      
      * eth: make fast sync the default mode
      
      * cmd/utils: remove IPCApiFlag (unused)
      
      * node: remove default IPC path
      
      Set it in the frontends instead.
      
      * cmd/geth: add --syncmode
      
      * cmd/utils: make --ipcdisable and --ipcpath mutually exclusive
      
      * cmd/utils: don't enable WS, HTTP when setting addr
      
      * cmd/utils: fix --identity
      30d706c3
    • V
      cmd/swarm: add --password (#3748) · dd37064a
      Victor Farazdagi 提交于
      dd37064a
  8. 06 4月, 2017 1 次提交
  9. 05 4月, 2017 1 次提交
    • L
      cmd/swarm, swarm/api/client: add HTTP API client and 'swarm ls' command (#3742) · b319f027
      Lewis Marshall 提交于
      This adds a swarm ls command which lists files and directories stored in a
      manifest. Rather than listing all files, it uses "directory prefixes" in case there are a
      lot of files in a manifest but you just want to traverse it.
      
      This also includes some refactoring to the tests and the introduction of a
      swarm/api/client package to make things easier to test.
      b319f027
  10. 23 3月, 2017 1 次提交
  11. 02 3月, 2017 1 次提交
    • P
      Logger updates 3 (#3730) · 9184249b
      Péter Szilágyi 提交于
      * accounts, cmd, eth, ethdb: port logs over to new system
      
      * ethdb: drop concept of cache distribution between dbs
      
      * eth: fix some log nitpicks to make them nicer
      9184249b
  12. 23 2月, 2017 2 次提交
  13. 13 2月, 2017 6 次提交
  14. 27 1月, 2017 1 次提交
    • N
      cmd/swarm, swarm/api: bzzr improve + networkid prio · 7669c5b5
      nolash 提交于
      fixes #3444
      fixes #3494
      networkid override
      
      Added comments to explain why test against 0 appears twice
      
      * Command line overrides saved config, saved config overrides system default
      
      ---
      
      fixes #3476
      bzzr get with path
      
      Finally a hopefully clean commit for this PR
      Added check for empty path to avoid SIGSEGV in path parser and resolver
      Added requested tests for empty path and non-existing manifest.
      However signature for StartHTTPServer had changed.
      Now it's hacked as so:
      
      	StartHttpServer(api.API, &Server{Addr: "127.0.0.1:8504", CorsString: ""})
      
      * Parse url before resolve when path and ENS is supplied, example
      * swarm/api/http proxy server test for retrieval of subpath through get
      * Removed nil entry assignment on subtrie leaf in recursive key retrieval
      * Cleaned up path-or-no-path condition in proxy server get handler
      * swarm: processed with gofmt refers to lash/go-ethereum@90daa7a
      * swarm: Added public access method Parse alias to parse
      * swarm: processed with gofmt References nolash/go-ethereum@2ec3fd7
      * Rename parse to Parse, removed alias
      7669c5b5
  15. 07 1月, 2017 1 次提交
  16. 06 1月, 2017 1 次提交
  17. 05 1月, 2017 1 次提交
  18. 14 12月, 2016 1 次提交
  19. 13 12月, 2016 5 次提交
  20. 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
  21. 23 11月, 2016 1 次提交
  22. 11 11月, 2016 1 次提交