go-pulse/cmd/swarm
Janos Guljas 7898e0d585 swarm: multiple --ens-api flags
Allow multiple --ens-api flags to be specified with value format
[tld:][contract-addr@]url.

Backward compatibility with only one --ens-api flag and --ens-addr
flag is preserved and conflict cases are handled:

 - multiple --ens-api with --ens-addr returns an error

 - single --ens-api with contract address and --ens-addr with
   different contract address returns an error

Previously implemented --ens-endpoint is removed. Its functionality
is replaced with multiple --ens-api flags.
2017-12-04 12:44:24 +01:00
..
db.go cmd/swarm: support exporting, importing chunk db (#14868) 2017-07-31 13:23:44 +02:00
hash.go Logger updates 3 (#3730) 2017-03-02 14:06:16 +01:00
list.go all: update license information 2017-04-14 10:29:00 +02:00
main_test.go swarm: multiple --ens-api flags 2017-12-04 12:44:24 +01:00
main.go swarm: multiple --ens-api flags 2017-12-04 12:44:24 +01:00
manifest.go all: update license information 2017-04-14 10:29:00 +02:00
run_test.go swarm/api: make api.NewManifest synchronous (#14880) 2017-07-31 15:58:19 +02:00
upload_test.go swarm/api: make api.NewManifest synchronous (#14880) 2017-07-31 15:58:19 +02:00
upload.go cmd/swarm: fix error handling in 'swarm up' (#14557) 2017-06-06 09:39:10 +02:00