Revert "publish fixes"

This reverts commit 4d13d3871d.
This commit is contained in:
Michael Vines 2019-08-16 17:28:07 -07:00
parent 4d13d3871d
commit ccee6241a6
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
2 changed files with 4 additions and 6 deletions

View File

@ -103,9 +103,7 @@ impl ReplayStage {
let subscriptions = subscriptions.clone();
let bank_forks = bank_forks.clone();
let poh_recorder = poh_recorder.clone();
let my_pubkey: Pubkey = "9hhrtfrDFSeqkTeGf4EW85Q4ED42mP8Tv3YU6x3Ri5Ss"; // *my_pubkey;
let vote_account: Pubkey = "237U7NmeMeZuv7th647EPGYx7XN1gLE9V3cEY56Lb8tX";
let my_pubkey = *my_pubkey;
let mut tower = Tower::new(&my_pubkey, &vote_account, &bank_forks.read().unwrap());
// Start the replay stage loop
let leader_schedule_cache = leader_schedule_cache.clone();

View File

@ -175,8 +175,8 @@ local|tar|skip)
oom_score_adj "$pid" 1000
waitForNodeToInit
solana-validator-info publish --url http://"$entrypointIp":8899 \
config/bootstrap-leader/identity-keypair.json "$(hostname)" -k team/solana --force || true
solana-validator-info publish -u http://127.0.0.1:8899 \
bootstrap-leader/identity-keypair.json "$(hostname)" -k team/solana --force || true
;;
validator|blockstreamer)
if [[ $deployMethod != skip ]]; then
@ -280,7 +280,7 @@ local|tar|skip)
./multinode-demo/delegate-stake.sh "${args[@]}"
fi
solana-validator-info publish --url http://"$entrypointIp":8899 \
solana-validator-info publish -u http://127.0.0.1:8899 \
~/solana/fullnode-identity.json "$(hostname)" -k team/solana --force || true
;;
replicator)