diff --git a/Dockerfile b/Dockerfile index 0b29aa0c5..3390dd7e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -205,8 +205,7 @@ RUN apt-get update && apt-get install -y unzip wget curl WORKDIR /workspace/machines # Download WAVM machines -# Since these replay artifacts are only used for core arbitrum functionality -# we don't need to fetch legacy artifacts +# no fetch since these replay artifacts are only used for backwards compatibility for Arbitrum One and Nova COPY ./scripts/download-machine.sh . #RUN ./download-machine.sh consensus-v1-rc1 0xbb9d58e9527566138b682f3a207c0976d5359837f6e330f4017434cca983ff41 #RUN ./download-machine.sh consensus-v2.1 0x9d68e40c47e3b87a8a7e6368cc52915720a6484bb2f47ceabad7e573e3a11232 @@ -303,7 +302,8 @@ USER user WORKDIR /home/user/ ENTRYPOINT [ "/usr/local/bin/nitro" ] -FROM offchainlabs/nitro-node:v2.3.4-rc.5-b4cc111 AS nitro-legacy +## Fetch the old nitro-node release +FROM offchainlabs/nitro-node:v3.2.1-d81324d AS nitro-legacy FROM nitro-node-slim AS nitro-node USER root diff --git a/contracts b/contracts index 3ccca596f..a2de1c3ef 160000 --- a/contracts +++ b/contracts @@ -1 +1 @@ -Subproject commit 3ccca596fa23c625c5d5fabe322e945defb4af3b +Subproject commit a2de1c3ef227bde09b0b6ebfe272c66f441345f9 diff --git a/nitro-testnode b/nitro-testnode index 345f178d2..859571cac 160000 --- a/nitro-testnode +++ b/nitro-testnode @@ -1 +1 @@ -Subproject commit 345f178d26692456df1e1ad8d72ad90676529777 +Subproject commit 859571caca3d5fd7d62b6236f1114bde25125800