Skip to content

Commit b284f35

Browse files
authored
chore: bump node reth to 0.1.8 (#545)
* bump node reth to 0.1.7 * 0.1.8 * bump vanilla op-reth as well, use rust 1.88 * update json file for vanilla op-reth
1 parent 0357d33 commit b284f35

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

reth/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN . /tmp/versions.env && git clone $OP_NODE_REPO --branch $OP_NODE_TAG --singl
1313
RUN . /tmp/versions.env && cd op-node && \
1414
make VERSION=$OP_NODE_TAG op-node
1515

16-
FROM rust:1.87 AS reth
16+
FROM rust:1.88 AS reth
1717

1818
WORKDIR /app
1919

@@ -27,7 +27,7 @@ RUN . /tmp/versions.env && git clone $OP_RETH_REPO --branch $OP_RETH_TAG --singl
2727

2828
RUN cargo build --bin op-reth --profile maxperf --manifest-path crates/optimism/bin/Cargo.toml
2929

30-
FROM rust:1.87 AS reth-base
30+
FROM rust:1.88 AS reth-base
3131

3232
WORKDIR /app
3333

versions.env

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
export BASE_RETH_NODE_COMMIT=329e1ad3707e023a748a4b60019aeeeb9a4ace6f
1+
export BASE_RETH_NODE_COMMIT=6bd19d5c2076bd47093ed9d1fdb684dc5757d7b2
22
export BASE_RETH_NODE_REPO=https://github.com/base/node-reth.git
3-
export BASE_RETH_NODE_TAG=v0.1.6
3+
export BASE_RETH_NODE_TAG=v0.1.8
44
export NETHERMIND_COMMIT=080637edc24c43fbc9f9fde153f73a240a602163
55
export NETHERMIND_REPO=https://github.com/NethermindEth/nethermind.git
66
export NETHERMIND_TAG=1.32.3
@@ -10,6 +10,6 @@ export OP_GETH_TAG=v1.101511.1
1010
export OP_NODE_COMMIT=7a0ab04ea2db5421da689eb77a68e674e4ae9cfe
1111
export OP_NODE_REPO=https://github.com/ethereum-optimism/optimism.git
1212
export OP_NODE_TAG=op-node/v1.13.5
13-
export OP_RETH_COMMIT=d8451e54e7267f9f1634118d6d279b2216f7e2bb
13+
export OP_RETH_COMMIT=e6608be51ea34424b8e3693cf1f946a3eb224736
1414
export OP_RETH_REPO=https://github.com/paradigmxyz/reth.git
15-
export OP_RETH_TAG=v1.6.0
15+
export OP_RETH_TAG=v1.8.1

versions.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"base_reth_node": {
3-
"tag": "v0.1.6",
4-
"commit": "329e1ad3707e023a748a4b60019aeeeb9a4ace6f",
3+
"tag": "v0.1.8",
4+
"commit": "6bd19d5c2076bd47093ed9d1fdb684dc5757d7b2",
55
"owner": "base",
66
"repo": "node-reth",
77
"tracking": "tag"
@@ -29,8 +29,8 @@
2929
"tracking": "tag"
3030
},
3131
"op_reth": {
32-
"tag": "v1.6.0",
33-
"commit": "d8451e54e7267f9f1634118d6d279b2216f7e2bb",
32+
"tag": "v1.8.1",
33+
"commit": "e6608be51ea34424b8e3693cf1f946a3eb224736",
3434
"owner": "paradigmxyz",
3535
"repo": "reth",
3636
"tracking": "tag"

0 commit comments

Comments
 (0)