quorum/cmd
holisticode 32516c768e cmd/swarm: add config file (#15548)
This commit adds a TOML configuration option to swarm. It reuses
the TOML configuration structure used in geth with swarm
customized items.

The commit:

* Adds a "dumpconfig" command to the swarm executable which
  allows printing the (default) configuration to stdout, which
  then can be redirected to a file in order to customize it.
* Adds a "--config <file>" option to the swarm executable which will
  allow to load a configuration file in TOML format from the
  specified location in order to initialize the Swarm node The
  override priorities are like follows: environment variables
  override command line arguments override config file override
  default config.
2017-12-11 22:56:06 +01:00
..
abigen cmd/abigen: parse contract name as abi identifier 2017-02-06 18:16:56 +01:00
bootnode cmd/bootnode: stop after generating/writing nodekey 2017-04-24 10:40:20 +02:00
evm cmd/evm: print stateroot in evm utility (#15341) 2017-10-20 13:22:06 +03:00
faucet cmd/faucet, cmd/puppeth: drop GitHub support at official request 2017-11-21 15:09:39 +02:00
geth cmd/geth: add support for geth attach --testnet (#15597) 2017-12-05 11:17:38 +01:00
internal/browser cmd/geth: added 'geth bug' command (#3684) 2017-02-20 15:26:21 +02:00
p2psim p2p: add network simulation framework (#14982) 2017-09-25 10:08:07 +02:00
puppeth cmd/puppeth: fix typo in comment (#15539) 2017-11-24 10:58:28 +02:00
rlpdump cmd/rlpdump: allow hex input to have leading '0x' 2017-10-27 09:40:52 +01:00
swarm cmd/swarm: add config file (#15548) 2017-12-11 22:56:06 +01:00
utils cmd/utils, eth: init etherbase from within eth (#15528) 2017-12-09 23:42:23 +01:00
wnode whisperv5: integrate whisper and add whisper RPC simulator 2017-06-15 11:53:15 +02:00