Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Backwards compatibility with Arbitrum Nitro v3.2.1 #41

Merged
merged 4 commits into from
Nov 21, 2024
Merged
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
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion nitro-testnode
Loading