-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feat/zetaclient-london-gas
- Loading branch information
Showing
127 changed files
with
2,679 additions
and
696 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ RUN go install cosmossdk.io/tools/cosmovisor/cmd/[email protected] | |
FROM golang:1.20.14-bookworm AS base-runtime | ||
|
||
RUN apt update && \ | ||
apt install -yq jq curl tmux python3 openssh-server iputils-ping iproute2 && \ | ||
apt install -yq jq yq curl tmux python3 openssh-server iputils-ping iproute2 && \ | ||
rm -rf /var/lib/apt/lists/* | ||
|
||
RUN ssh-keygen -A && \ | ||
|
@@ -46,6 +46,7 @@ ENV PATH /root/.zetacored/cosmovisor/current/bin/:/root/.zetaclientd/upgrades/cu | |
COPY contrib/localnet/scripts /root | ||
COPY contrib/localnet/ssh_config /etc/ssh/ssh_config.d/localnet.conf | ||
COPY contrib/localnet/zetacored /root/zetacored | ||
COPY cmd/zetae2e/config/localnet.yml /root/config.yml | ||
|
||
RUN chmod 755 /root/*.sh && \ | ||
chmod 644 /etc/ssh/ssh_config.d/localnet.conf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.