Skip to content

Commit 97e1064

Browse files
authored
Upgrade node-reth to v0.1.3 (#486)
1 parent 9415dea commit 97e1064

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

versions.env

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
export BASE_RETH_NODE_COMMIT=7fe1d4e7c74d322d2cf78df55db40e14f466cfc6
1+
export BASE_RETH_NODE_COMMIT=f28c2751a0737d7617e52253a9e81070b87290b5
22
export BASE_RETH_NODE_REPO=https://github.com/base/node-reth.git
3-
export BASE_RETH_NODE_TAG=v0.1.2
4-
export NETHERMIND_COMMIT=2be1890ee4f21f921a471de058dcb57937bd9b90
3+
export BASE_RETH_NODE_TAG=v0.1.3
4+
export NETHERMIND_COMMIT=d3e7eb98b28d0b9c7b58a9fb45e83b640b2e17e6
55
export NETHERMIND_REPO=https://github.com/NethermindEth/nethermind.git
6-
export NETHERMIND_TAG=1.31.11
6+
export NETHERMIND_TAG=1.32.2
77
export OP_GETH_COMMIT=68075997f33907401a93216aa426514c5ddc8870
88
export OP_GETH_REPO=https://github.com/ethereum-optimism/op-geth.git
99
export OP_GETH_TAG=v1.101511.0
10-
export OP_NODE_COMMIT=b1e7c63bb2ffea46771c302bcb05f72ba1a7bf61
10+
export OP_NODE_COMMIT=7eedfced77eb30ae72cc8d0e7c793dd2d1b6f161
1111
export OP_NODE_REPO=https://github.com/ethereum-optimism/optimism.git
12-
export OP_NODE_TAG=op-node/v1.13.3
13-
export OP_RETH_COMMIT=127595e23079de2c494048d0821ea1f1107eb624
12+
export OP_NODE_TAG=op-node/v1.13.4
13+
export OP_RETH_COMMIT=61e38f9af154fe91e776d8f5e449d20a1571e8cf
1414
export OP_RETH_REPO=https://github.com/paradigmxyz/reth.git
15-
export OP_RETH_TAG=v1.4.8
15+
export OP_RETH_TAG=v1.5.0

versions.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"base_reth_node": {
33
"repoUrl": "https://github.com/base/node-reth.git",
4-
"tag": "v0.1.2",
5-
"commit": "7fe1d4e7c74d322d2cf78df55db40e14f466cfc6",
4+
"tag": "v0.1.3",
5+
"commit": "f28c2751a0737d7617e52253a9e81070b87290b5",
66
"commitUrl": "https://api.github.com/repos/base/node-reth/commits/",
77
"versionUrl": "https://api.github.com/repos/base/node-reth/releases",
88
"Owner": "base",
99
"Repo": "node-reth"
1010
},
1111
"nethermind": {
1212
"repoUrl": "https://github.com/NethermindEth/nethermind.git",
13-
"tag": "1.31.11",
14-
"commit": "2be1890ee4f21f921a471de058dcb57937bd9b90",
13+
"tag": "1.32.2",
14+
"commit": "d3e7eb98b28d0b9c7b58a9fb45e83b640b2e17e6",
1515
"commitUrl": "https://api.github.com/repos/NethermindEth/nethermind/commits/",
1616
"versionUrl": "https://api.github.com/repos/NethermindEth/nethermind/releases",
1717
"Owner": "NethermindEth",
@@ -28,8 +28,8 @@
2828
},
2929
"op_node": {
3030
"repoUrl": "https://github.com/ethereum-optimism/optimism.git",
31-
"tag": "op-node/v1.13.3",
32-
"commit": "b1e7c63bb2ffea46771c302bcb05f72ba1a7bf61",
31+
"tag": "op-node/v1.13.4",
32+
"commit": "7eedfced77eb30ae72cc8d0e7c793dd2d1b6f161",
3333
"commitUrl": "https://api.github.com/repos/ethereum-optimism/optimism/commits/",
3434
"versionUrl": "https://api.github.com/repos/ethereum-optimism/optimism/releases",
3535
"tagPrefix": "op-node",
@@ -38,8 +38,8 @@
3838
},
3939
"op_reth": {
4040
"repoUrl": "https://github.com/paradigmxyz/reth.git",
41-
"tag": "v1.4.8",
42-
"commit": "127595e23079de2c494048d0821ea1f1107eb624",
41+
"tag": "v1.5.0",
42+
"commit": "61e38f9af154fe91e776d8f5e449d20a1571e8cf",
4343
"commitUrl": "https://api.github.com/repos/paradigmxyz/reth/commits/",
4444
"versionUrl": "https://api.github.com/repos/paradigmxyz/reth/releases",
4545
"Owner": "paradigmxyz",

0 commit comments

Comments
 (0)