Skip to content

Commit

Permalink
chore: update reth version & return to upstream (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
danyalprout authored Aug 7, 2024
1 parent 44912b2 commit 37a3020
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
geth-data/
reth-data/
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/.idea/
/geth-data/
/reth-data/
/reth-data/
.DS_Store
5 changes: 2 additions & 3 deletions reth/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ WORKDIR /app

RUN apt-get update && apt-get -y upgrade && apt-get install -y git libclang-dev pkg-config curl build-essential

#TODO: Revert to upstream, once https://github.com/paradigmxyz/reth/pull/9105 is merged.
ENV REPO=https://github.com/danyalprout/reth.git
ENV COMMIT=c79cbf4a918480556bd37204942a2d69827fed9f
ENV REPO=https://github.com/paradigmxyz/reth.git
ENV COMMIT=29dc8fc05f74111c9ff67ddcd03638ee081b1dc0
RUN git clone $REPO . && git checkout $COMMIT

RUN cargo build --bin op-reth --locked --features $FEATURES --profile maxperf
Expand Down

0 comments on commit 37a3020

Please sign in to comment.