From d167730e680be35f1a45bfad62e9f7acc5b17b32 Mon Sep 17 00:00:00 2001 From: batphonghan Date: Mon, 11 Mar 2024 09:20:10 +0700 Subject: [PATCH 1/3] Client update --- shared/services/config/besu-params.go | 4 ++-- shared/services/config/geth-params.go | 4 ++-- shared/services/config/lodestar-config.go | 4 ++-- shared/services/config/nimbus-config.go | 8 ++++---- shared/services/config/prysm-config.go | 8 ++++---- shared/services/config/teku-config.go | 4 ++-- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/shared/services/config/besu-params.go b/shared/services/config/besu-params.go index bf1a2c52..656c58a6 100644 --- a/shared/services/config/besu-params.go +++ b/shared/services/config/besu-params.go @@ -25,8 +25,8 @@ import ( // Constants const ( - besuTagTest string = "hyperledger/besu:24.1.2" - besuTagProd string = "hyperledger/besu:24.1.2" + besuTagTest string = "hyperledger/besu:24.3.0" + besuTagProd string = "hyperledger/besu:24.3.0" besuEventLogInterval int = 1000 besuMaxPeers uint16 = 25 besuStopSignal string = "SIGTERM" diff --git a/shared/services/config/geth-params.go b/shared/services/config/geth-params.go index 10ea7500..0a920bec 100644 --- a/shared/services/config/geth-params.go +++ b/shared/services/config/geth-params.go @@ -28,8 +28,8 @@ import ( // Constants const ( - gethTagProd string = "ethereum/client-go:v1.13.12" - gethTagTest string = "ethereum/client-go:v1.13.12" + gethTagProd string = "ethereum/client-go:v1.13.14" + gethTagTest string = "ethereum/client-go:v1.13.14" gethEventLogInterval int = 1000 gethStopSignal string = "SIGTERM" ) diff --git a/shared/services/config/lodestar-config.go b/shared/services/config/lodestar-config.go index 48451e7f..4c3f99ad 100644 --- a/shared/services/config/lodestar-config.go +++ b/shared/services/config/lodestar-config.go @@ -24,8 +24,8 @@ import ( ) const ( - lodestarTagTest string = "chainsafe/lodestar:v1.15.1" - lodestarTagProd string = "chainsafe/lodestar:v1.15.1" + lodestarTagTest string = "chainsafe/lodestar:v1.16.0" + lodestarTagProd string = "chainsafe/lodestar:v1.16.0" defaultLodestarMaxPeers uint16 = 50 ) diff --git a/shared/services/config/nimbus-config.go b/shared/services/config/nimbus-config.go index 438192e2..62cf5ef6 100644 --- a/shared/services/config/nimbus-config.go +++ b/shared/services/config/nimbus-config.go @@ -27,12 +27,12 @@ import ( const ( // Testnet - nimbusBnTagTest string = "statusim/nimbus-eth2:multiarch-v24.2.1" - nimbusVcTagTest string = "statusim/nimbus-validator-client:multiarch-v24.2.1" + nimbusBnTagTest string = "statusim/nimbus-eth2:multiarch-v24.2.2" + nimbusVcTagTest string = "statusim/nimbus-validator-client:multiarch-v24.2.2" // Mainnet - nimbusBnTagProd string = "statusim/nimbus-eth2:multiarch-v24.2.1" - nimbusVcTagProd string = "statusim/nimbus-validator-client:multiarch-v24.2.1" + nimbusBnTagProd string = "statusim/nimbus-eth2:multiarch-v24.2.2" + nimbusVcTagProd string = "statusim/nimbus-validator-client:multiarch-v24.2.2" defaultNimbusMaxPeersArm uint16 = 100 defaultNimbusMaxPeersAmd uint16 = 160 diff --git a/shared/services/config/prysm-config.go b/shared/services/config/prysm-config.go index 48ec4d40..61f4a7bb 100644 --- a/shared/services/config/prysm-config.go +++ b/shared/services/config/prysm-config.go @@ -27,11 +27,11 @@ import ( ) const ( - prysmBnTagTest string = "staderlabs/prysm:v5.0.0" - prysmVcTagTest string = "staderlabs/prysm:v5.0.0" + prysmBnTagTest string = "staderlabs/prysm:v5.0.1" + prysmVcTagTest string = "staderlabs/prysm:v5.0.1" - prysmBnTagProd string = "staderlabs/prysm:v5.0.0" - prysmVcTagProd string = "staderlabs/prysm:v5.0.0" + prysmBnTagProd string = "staderlabs/prysm:v5.0.1" + prysmVcTagProd string = "staderlabs/prysm:v5.0.1" defaultPrysmRpcPort uint16 = 5053 defaultPrysmOpenRpcPort bool = false diff --git a/shared/services/config/teku-config.go b/shared/services/config/teku-config.go index bc0584e9..96752759 100644 --- a/shared/services/config/teku-config.go +++ b/shared/services/config/teku-config.go @@ -25,8 +25,8 @@ import ( ) const ( - tekuTagTest string = "consensys/teku:24.2.0" - tekuTagProd string = "consensys/teku:24.2.0" + tekuTagTest string = "consensys/teku:24.3.0" + tekuTagProd string = "consensys/teku:24.3.0" defaultTekuMaxPeers uint16 = 100 ) From 01a1fd89053e644374faff01cc7c62e196748ffb Mon Sep 17 00:00:00 2001 From: batphonghan Date: Mon, 11 Mar 2024 09:21:27 +0700 Subject: [PATCH 2/3] Bump ver --- shared/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/version.go b/shared/version.go index 05f22a1b..f88c4013 100644 --- a/shared/version.go +++ b/shared/version.go @@ -21,7 +21,7 @@ package shared const BinaryBucket string = "/stader-node-build/permissionless" const DockerAccount string = "staderlabs" -const StaderVersion string = "1.5.0" +const StaderVersion string = "1.5.1" const Logo string = ` _____ _ _ _ _ 𝅺 From 62bbb87955f2a738fd38dda8a925887af40f02c8 Mon Sep 17 00:00:00 2001 From: batphonghan Date: Mon, 11 Mar 2024 11:23:18 +0700 Subject: [PATCH 3/3] Update lighthouse --- shared/services/config/lighthouse-config.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shared/services/config/lighthouse-config.go b/shared/services/config/lighthouse-config.go index ed325c78..a885c19a 100644 --- a/shared/services/config/lighthouse-config.go +++ b/shared/services/config/lighthouse-config.go @@ -25,10 +25,10 @@ import ( ) const ( - lighthouseTagPortableTest string = "sigp/lighthouse:v5.0.0" - lighthouseTagPortableProd string = "sigp/lighthouse:v5.0.0" - lighthouseTagModernTest string = "sigp/lighthouse:v5.0.0-modern" - lighthouseTagModernProd string = "sigp/lighthouse:v5.0.0-modern" + lighthouseTagPortableTest string = "sigp/lighthouse:v5.1.0" + lighthouseTagPortableProd string = "sigp/lighthouse:v5.1.0" + lighthouseTagModernTest string = "sigp/lighthouse:v5.1.0-modern" + lighthouseTagModernProd string = "sigp/lighthouse:v5.1.0-modern" defaultLhMaxPeers uint16 = 80 )