advertise valid gossip address in drone and wallet (#1066)

* advertize valid gossip address in drone and wallet

get rid of asserts

check for valid ip address

check for valid address

ip address

* tests

* cleanup

* cleanup

* print error

* bump

* disable tests

* disable nightly
This commit is contained in:
anatoly yakovenko
2018-08-26 11:36:27 -07:00
committed by GitHub
parent 5b0bb7e607
commit 738247ad44
8 changed files with 95 additions and 49 deletions

View File

@ -42,4 +42,4 @@ fi
# shellcheck disable=SC2086 # $solana_wallet should not be quoted
exec $solana_wallet \
-l "$SOLANA_CONFIG_CLIENT_DIR"/leader.json -k "$client_id_path" --timeout 10 "$@"
-a 127.0.0.1 -l "$SOLANA_CONFIG_CLIENT_DIR"/leader.json -k "$client_id_path" --timeout 10 "$@"