From f2738cea374a467514425d282ba2cf8b297da852 Mon Sep 17 00:00:00 2001 From: Evaldo Felipe Date: Wed, 25 Jun 2025 16:56:06 -0300 Subject: [PATCH 1/6] Test build Across Signed-off-by: Evaldo Felipe --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 5d0a08cd72..15ee332e44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,8 @@ WORKDIR /across-relayer # Clode the relayer code and copy it to the across-relayer directory. Remove the package directory. RUN git clone https://github.com/across-protocol/relayer-v2.git . +# Temporary test branch +RUN git clone -b address-staging https://github.com/across-protocol/relayer.git . # This command fix a concurrency issue when the package was not found. RUN npx -y only-allow npm From 67f1bbddf55ca7e1d68ad29ffdaacdd54787e243 Mon Sep 17 00:00:00 2001 From: Evaldo Felipe Date: Wed, 25 Jun 2025 17:12:11 -0300 Subject: [PATCH 2/6] fix typo Signed-off-by: Evaldo Felipe --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 15ee332e44..c68bf350bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN yarn build WORKDIR /across-relayer # Clode the relayer code and copy it to the across-relayer directory. Remove the package directory. -RUN git clone https://github.com/across-protocol/relayer-v2.git . +#RUN git clone https://github.com/across-protocol/relayer-v2.git . # Temporary test branch RUN git clone -b address-staging https://github.com/across-protocol/relayer.git . From 86ebe52e8db8b7a930dacbba1aec87b03c5a451a Mon Sep 17 00:00:00 2001 From: bennett Date: Tue, 1 Jul 2025 16:30:09 -0500 Subject: [PATCH 3/6] switch branch to bz/solanaExecutor Signed-off-by: bennett --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c68bf350bc..6de9777f2e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ WORKDIR /across-relayer # Clode the relayer code and copy it to the across-relayer directory. Remove the package directory. #RUN git clone https://github.com/across-protocol/relayer-v2.git . # Temporary test branch -RUN git clone -b address-staging https://github.com/across-protocol/relayer.git . +RUN git clone -b bz/solanaExecutor https://github.com/across-protocol/relayer.git . # This command fix a concurrency issue when the package was not found. RUN npx -y only-allow npm From 59bdfe45ea37c8f8357abe3807acaefffc2a5408 Mon Sep 17 00:00:00 2001 From: bennett Date: Tue, 15 Jul 2025 12:28:42 -0500 Subject: [PATCH 4/6] update branch to bz/optimisticProposer Signed-off-by: bennett --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6de9777f2e..93caee4f57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ WORKDIR /across-relayer # Clode the relayer code and copy it to the across-relayer directory. Remove the package directory. #RUN git clone https://github.com/across-protocol/relayer-v2.git . # Temporary test branch -RUN git clone -b bz/solanaExecutor https://github.com/across-protocol/relayer.git . +RUN git clone -b bz/optimisticProposer https://github.com/across-protocol/relayer.git . # This command fix a concurrency issue when the package was not found. RUN npx -y only-allow npm From f0514c339283dc4f982d17d49a753e2f9274a7c2 Mon Sep 17 00:00:00 2001 From: Faisal Usmani Date: Tue, 15 Jul 2025 13:44:12 -0400 Subject: [PATCH 5/6] revert back to master --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 93caee4f57..c6ca417208 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ WORKDIR /across-relayer # Clode the relayer code and copy it to the across-relayer directory. Remove the package directory. #RUN git clone https://github.com/across-protocol/relayer-v2.git . # Temporary test branch -RUN git clone -b bz/optimisticProposer https://github.com/across-protocol/relayer.git . +RUN git clone https://github.com/across-protocol/relayer.git . # This command fix a concurrency issue when the package was not found. RUN npx -y only-allow npm From 2e4b045b0a75a46ef794fdc581927d56a723015b Mon Sep 17 00:00:00 2001 From: bennett Date: Tue, 15 Jul 2025 12:54:03 -0500 Subject: [PATCH 6/6] Revert "revert back to master" This reverts commit f0514c339283dc4f982d17d49a753e2f9274a7c2. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c6ca417208..93caee4f57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ WORKDIR /across-relayer # Clode the relayer code and copy it to the across-relayer directory. Remove the package directory. #RUN git clone https://github.com/across-protocol/relayer-v2.git . # Temporary test branch -RUN git clone https://github.com/across-protocol/relayer.git . +RUN git clone -b bz/optimisticProposer https://github.com/across-protocol/relayer.git . # This command fix a concurrency issue when the package was not found. RUN npx -y only-allow npm