Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
USERNAME=appuser \
APP_PATH=/data

#* curl jq - required for readyness probe and to download genesis
#* curl jq - required for readiness probe and to download genesis
RUN apt update && \
apt -y dist-upgrade && \
apt install -y --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.cosmovisor
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
USERNAME=appuser \
APP_PATH=/data

#* curl jq - required for readyness probe and to download genesis
#* curl jq - required for readiness probe and to download genesis
RUN apt update && \
apt -y dist-upgrade && \
apt install -y --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.development
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
USERNAME=appuser \
APP_PATH=/data

#* curl jq - required for readyness probe and to download genesis
#* curl jq - required for readiness probe and to download genesis
#* bc - required for generate_genesis.sh
RUN apt update && \
apt -y dist-upgrade && \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ allorad --home=$APP_HOME q staking validators -o=json | \
`allorad --home=$APP_HOME status | jq -r '.validator_info.voting_power'`
- Output should be > 0

## Unstaking/unbounding a validator
## Unstaking/unbonding a validator

If you need to delete a validator from the chain, you just need to unbound the stake.

Expand Down