Skip to content

Commit

Permalink
Updated Go Relayer to use Stride v3 (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampocs authored Nov 21, 2022
1 parent 384178b commit faf3e7b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
path = deps/hermes
url = https://github.com/informalsystems/ibc-rs.git
[submodule "deps/relayer"]
# Commit: d1dd961969867414c499e89091137710a582cb03
# Branch: andrew/client_icq
# Commit: 41722f36d9859dbd903bb13340de135283c6c82c
# Branch: andrew/client_icq_stride_v3
path = deps/relayer
url = https://github.com/cosmos/relayer.git
[submodule "deps/gaia"]
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.relayer
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM golang:1.19-alpine3.15 AS builder

WORKDIR /src/

ENV COMMIT_HASH=d1dd961969867414c499e89091137710a582cb03
ENV COMMIT_HASH=41722f36d9859dbd903bb13340de135283c6c82c

RUN apk add --update git make gcc linux-headers libc-dev eudev-dev
RUN git clone https://github.com/cosmos/relayer.git \
Expand Down
2 changes: 1 addition & 1 deletion deps/relayer

0 comments on commit faf3e7b

Please sign in to comment.