File tree Expand file tree Collapse file tree 10 files changed +23
-23
lines changed
Expand file tree Collapse file tree 10 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 88
99// Constants
1010const (
11- gethTagProd string = "ethereum/client-go:v1.15.7 "
12- gethTagTest string = "ethereum/client-go:v1.15.7 "
11+ gethTagProd string = "ethereum/client-go:v1.15.9 "
12+ gethTagTest string = "ethereum/client-go:v1.15.9 "
1313 gethEventLogInterval int = 1000
1414 gethStopSignal string = "SIGTERM"
1515)
Original file line number Diff line number Diff line change 55)
66
77const (
8- lighthouseTagPortableTest string = "sigp/lighthouse:v7.0.0-beta.5 "
9- lighthouseTagPortableProd string = "sigp/lighthouse:v6 .0.1 "
8+ lighthouseTagPortableTest string = "sigp/lighthouse:v7.0.0"
9+ lighthouseTagPortableProd string = "sigp/lighthouse:v7 .0.0 "
1010 defaultLhMaxPeers uint16 = 100
1111)
1212
Original file line number Diff line number Diff line change 55)
66
77const (
8- lodestarTagTest string = "chainsafe/lodestar:v1.28.1 "
9- lodestarTagProd string = "chainsafe/lodestar:v1.28.1 "
8+ lodestarTagTest string = "chainsafe/lodestar:v1.29.0 "
9+ lodestarTagProd string = "chainsafe/lodestar:v1.29.0 "
1010 defaultLodestarMaxPeers uint16 = 100
1111)
1212
Original file line number Diff line number Diff line change 99
1010// Constants
1111const (
12- mevBoostTagProd string = "flashbots/mev-boost:1.8 "
13- mevBoostTagTest string = "flashbots/mev-boost:1.9rc3 "
12+ mevBoostTagProd string = "flashbots/mev-boost:1.9 "
13+ mevBoostTagTest string = "flashbots/mev-boost:1.9 "
1414 mevDocsUrl string = "https://docs.rocketpool.net/guides/node/mev.html"
1515 RegulatedRelayDescription string = "Select this to enable the relays that comply with government regulations (e.g. OFAC sanctions), "
1616 UnregulatedRelayDescription string = "Select this to enable the relays that do not follow any sanctions lists (do not censor transactions), "
Original file line number Diff line number Diff line change 99
1010// Constants
1111const (
12- nethermindTagProd string = "nethermind/nethermind:1.31.6 "
13- nethermindTagTest string = "nethermind/nethermind:1.31.6 "
12+ nethermindTagProd string = "nethermind/nethermind:1.31.9 "
13+ nethermindTagTest string = "nethermind/nethermind:1.31.9 "
1414 nethermindEventLogInterval int = 1000
1515 nethermindStopSignal string = "SIGTERM"
1616)
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ import (
88
99const (
1010 // Testnet
11- nimbusBnTagTest string = "statusim/nimbus-eth2:multiarch-v25.3.1 "
12- nimbusVcTagTest string = "statusim/nimbus-validator-client:multiarch-v25.3.1 "
11+ nimbusBnTagTest string = "statusim/nimbus-eth2:multiarch-v25.4.0 "
12+ nimbusVcTagTest string = "statusim/nimbus-validator-client:multiarch-v25.4.0 "
1313
1414 // Mainnet
15- nimbusBnTagProd string = "statusim/nimbus-eth2:multiarch-v25.3.1 "
16- nimbusVcTagProd string = "statusim/nimbus-validator-client:multiarch-v25.3.1 "
15+ nimbusBnTagProd string = "statusim/nimbus-eth2:multiarch-v25.4.0 "
16+ nimbusVcTagProd string = "statusim/nimbus-validator-client:multiarch-v25.4.0 "
1717
1818 defaultNimbusMaxPeersArm uint16 = 100
1919 defaultNimbusMaxPeersAmd uint16 = 160
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ import (
55)
66
77const (
8- prysmBnTest string = "rocketpool/prysm:v5.3.2 "
9- prysmBnProd string = "rocketpool/prysm:v5.3.2 "
10- prysmVcTest string = "rocketpool/prysm:v5.3.2 "
11- prysmVcProd string = "rocketpool/prysm:v5.3.2 "
8+ prysmBnTest string = "rocketpool/prysm:v6.0.0 "
9+ prysmBnProd string = "rocketpool/prysm:v6.0.0 "
10+ prysmVcTest string = "rocketpool/prysm:v6.0.0 "
11+ prysmVcProd string = "rocketpool/prysm:v6.0.0 "
1212 defaultPrysmRpcPort uint16 = 5053
1313 defaultPrysmOpenRpcPort string = string (config .RPC_Closed )
1414 defaultPrysmMaxPeers uint16 = 70
Original file line number Diff line number Diff line change 99
1010// Constants
1111const (
12- rethTagProd string = "ghcr.io/paradigmxyz/reth:v1.3.4 "
13- rethTagTest string = "ghcr.io/paradigmxyz/reth:v1.3.4 "
12+ rethTagProd string = "ghcr.io/paradigmxyz/reth:v1.3.12 "
13+ rethTagTest string = "ghcr.io/paradigmxyz/reth:v1.3.12 "
1414 rethEventLogInterval int = 1000
1515 rethStopSignal string = "SIGTERM"
1616)
Original file line number Diff line number Diff line change 66)
77
88const (
9- tekuTagTest string = "consensys/teku:25.4.0 "
10- tekuTagProd string = "consensys/teku:25.4.0 "
9+ tekuTagTest string = "consensys/teku:25.4.1 "
10+ tekuTagProd string = "consensys/teku:25.4.1 "
1111 defaultTekuMaxPeers uint16 = 100
1212)
1313
Original file line number Diff line number Diff line change 11package shared
22
3- const RocketPoolVersion string = "1.15.4 "
3+ const RocketPoolVersion string = "1.15.5 "
44
55const Logo string = `______ _ _ ______ _
66| ___ \ | | | | | ___ \ | |
You can’t perform that action at this time.
0 commit comments