quorum/vendor/github.com
Felix Lange 30d706c35e cmd/geth: add --config file flag (#13875)
* 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
2017-04-12 17:27:23 +03:00
..
Azure .travis, build: autodelete old unstable archives (#13867) 2017-04-06 12:53:33 +02:00
aristanetworks/goarista vendor: update dependencies with github.com/kardianos/govendor 2017-02-16 13:44:09 +01:00
btcsuite/btcd crypto: add btcec fallback for sign/recover without cgo (#3680) 2017-02-18 09:24:12 +01:00
cespare/cp Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
davecgh/go-spew vendor: pull in azure sdk and openpgp signer 2016-11-03 10:32:57 +02:00
dgrijalva/jwt-go .travis, build: autodelete old unstable archives (#13867) 2017-04-06 12:53:33 +02:00
edsrzf/mmap-go crypto, pow, vendor: hash optimizations, mmap ethash 2017-03-09 15:50:14 +01:00
ethereum/ethash/src/libethash all: finish integrating Go ethash, delete C++ vendor 2017-03-09 15:50:14 +01:00
fatih/color vendor: update dependencies with github.com/kardianos/govendor 2017-02-16 13:44:09 +01:00
gizak/termui vendor: update dependencies with github.com/kardianos/govendor 2017-02-16 13:44:09 +01:00
go-stack/stack log, vendor: vendor in log15 inline into our codebase 2017-02-23 12:00:02 +02:00
golang/snappy vendor: update dependencies with github.com/kardianos/govendor 2017-02-16 13:44:09 +01:00
hashicorp/golang-lru vendor: update dependencies with github.com/kardianos/govendor 2017-02-16 13:44:09 +01:00
huin/goupnp vendor: update dependencies with github.com/kardianos/govendor 2017-02-16 13:44:09 +01:00
jackpal/go-nat-pmp vendor: update dependencies with github.com/kardianos/govendor 2017-02-16 13:44:09 +01:00
karalabe/hid vendor: update HID library for glibc < v2.17 build 2017-02-27 12:58:09 +02:00
maruel/panicparse vendor: update all dependencies except Azure SDK 2017-01-10 22:33:24 +01:00
mattn vendor: update dependencies with github.com/kardianos/govendor 2017-02-16 13:44:09 +01:00
mitchellh/go-wordwrap Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
naoina cmd/geth: add --config file flag (#13875) 2017-04-12 17:27:23 +03:00
nsf/termbox-go vendor: update dependencies with github.com/kardianos/govendor 2017-02-16 13:44:09 +01:00
olekukonko/tablewriter cmd/puppeth: your Ethereum private network manager (#13854) 2017-04-11 01:25:53 +02:00
pborman/uuid vendor: update dependencies with github.com/kardianos/govendor 2017-02-16 13:44:09 +01:00
peterh/liner vendor: update dependencies with github.com/kardianos/govendor 2017-02-16 13:44:09 +01:00
rcrowley/go-metrics vendor: update dependencies with github.com/kardianos/govendor 2017-02-16 13:44:09 +01:00
rjeczalik/notify vendor: update dependencies with github.com/kardianos/govendor 2017-02-16 13:44:09 +01:00
robertkrimen/otto vendor: update dependencies with github.com/kardianos/govendor 2017-02-16 13:44:09 +01:00
rs vendor: update dependencies with github.com/kardianos/govendor 2017-02-16 13:44:09 +01:00
syndtr/goleveldb vendor: update all dependencies except Azure SDK 2017-01-10 22:33:24 +01:00