Skip to content

Commit

Permalink
remove the patch that is no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
gzukel committed Mar 1, 2024
1 parent cfd2d4b commit 375410e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions contrib/docker-scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -211,15 +211,6 @@ function start_network {
--minimum-gas-prices 1.0azeta "--grpc.enable=true"
}

function patch_12_2_0 {
ls -lah /root/.zetacored/cosmovisor/upgrades/
mkdir -p ${DAEMON_HOME}/cosmovisor/upgrades/v12.2.0 || logt "directory exists."
mkdir -p ${DAEMON_HOME}/cosmovisor/upgrades/v12.2.0/bin || logt "directory exists."
ls -lah ${DAEMON_HOME}/cosmovisor/upgrades/v12.2.1/
ls -lah ${DAEMON_HOME}/cosmovisor/upgrades/v12.2.1/bin
cp ${DAEMON_HOME}/cosmovisor/upgrades/v12.2.1/bin/zetacored ${DAEMON_HOME}/cosmovisor/upgrades/v12.2.0/bin/zetacored
}

function load_defaults {
#DEFAULT: Mainnet Statesync.
export DAEMON_HOME=${DAEMON_HOME:=/root/.zetacored}
Expand Down Expand Up @@ -317,9 +308,6 @@ else
logt "Move root binaries to current"
move_zetacored_binaries

logt "Patch 12.2.1 o 12.2.0"
patch_12_2_0

logt "Start sequence has completed, echo into file so on restart it doesn't download snapshots again."
echo "START_SEQUENCE_COMPLETE" >> ${DAEMON_HOME}/start_sequence_status

Expand Down

0 comments on commit 375410e

Please sign in to comment.