From 8a6f9f158167176a5767d28c05be3f48bfbdefc1 Mon Sep 17 00:00:00 2001 From: Joe Clapis Date: Tue, 11 Nov 2025 13:10:35 -0500 Subject: [PATCH] Updated to v1.3.0 --- go.mod | 8 +++----- go.sum | 18 ++++++------------ hyperdrive-cli/commands/service/install.go | 4 ++-- install/packages/debian/debian/changelog | 6 ++++++ 4 files changed, 17 insertions(+), 19 deletions(-) diff --git a/go.mod b/go.mod index fb25d8a5..08f9061a 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ toolchain go1.24.2 require github.com/rocket-pool/node-manager-core v0.5.2-0.20250430074613-76bcf6bb1be0 -replace github.com/rocket-pool/node-manager-core => github.com/nodeset-org/node-manager-core v0.7.0 +replace github.com/rocket-pool/node-manager-core => github.com/nodeset-org/node-manager-core v0.7.1 require ( github.com/alessio/shellescape v1.4.2 @@ -21,8 +21,8 @@ require ( github.com/mholt/archiver/v4 v4.0.0-alpha.8 github.com/mitchellh/go-homedir v1.1.0 github.com/nodeset-org/hyperdrive-constellation v1.0.1 - github.com/nodeset-org/hyperdrive-daemon v1.3.0-b1 - github.com/nodeset-org/hyperdrive-stakewise v1.3.0-b1 + github.com/nodeset-org/hyperdrive-daemon v1.3.0 + github.com/nodeset-org/hyperdrive-stakewise v1.3.0 github.com/nodeset-org/osha v0.4.0 github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 github.com/rivo/tview v0.0.0-20230208211350-7dfff1ce7854 // DO NOT UPGRADE @@ -36,8 +36,6 @@ require ( gopkg.in/yaml.v3 v3.0.1 ) -// replace github.com/nodeset-org/hyperdrive-daemon => ../hyperdrive-daemon - require ( filippo.io/age v1.2.0 // indirect github.com/AdaLogics/go-fuzz-headers v0.0.0-20240716105424-66b64c4bb379 // indirect diff --git a/go.sum b/go.sum index 09e33895..097e88a0 100644 --- a/go.sum +++ b/go.sum @@ -462,18 +462,12 @@ github.com/nodeset-org/go-bip39 v1.1.0 h1:ySriJMxb7qR2a6NasMOGAW9KxEbyUeUB9EyO8+ github.com/nodeset-org/go-bip39 v1.1.0/go.mod h1:gUYDtqQw1JS3ZJ8UWVcGTGqqr6YIN3CWg+kkNaLt55U= github.com/nodeset-org/hyperdrive-constellation v1.0.1 h1:UWJAHR7fLS/40X7D+1lo2q9eqZ/S6eG7HsxXdsYuCHo= github.com/nodeset-org/hyperdrive-constellation v1.0.1/go.mod h1:48noDjJIS5agKoZKVQ4fJC+N9pVcum+WJEp5UuM8tHc= -github.com/nodeset-org/hyperdrive-daemon v1.2.3-0.20251021121306-41f88d3d2b5c h1:gzPHgTBVQJAzyCQ8NdjPDXUr70paMl2N35T9k1JsTtg= -github.com/nodeset-org/hyperdrive-daemon v1.2.3-0.20251021121306-41f88d3d2b5c/go.mod h1:49mMHrw4uTXdYAZ3q2b8W6u9JSyU0q/ibsV9FdcCBrk= -github.com/nodeset-org/hyperdrive-daemon v1.3.0-b1 h1:+nW4m4c3r5amNd4uLhTiNFdLRcLg6dy3gYReeQ95enU= -github.com/nodeset-org/hyperdrive-daemon v1.3.0-b1/go.mod h1:RqXbF0SKOph4nuK1W1027P6JaFxLOjvOwSZD0s8z8mU= -github.com/nodeset-org/hyperdrive-stakewise v1.2.3-0.20251020191749-5de32af3d72a h1:ARM9aMIYIarDCDUvS+bUEXvpPuMNwwnFxfNtFa8t764= -github.com/nodeset-org/hyperdrive-stakewise v1.2.3-0.20251020191749-5de32af3d72a/go.mod h1:VY2F8i6PgRpYqPfcRrx9HL6cji4sEyc239sAFC8Oc5w= -github.com/nodeset-org/hyperdrive-stakewise v1.3.0-b1 h1:vFNuSg8rjP+q0aaIKw5jmUF0CUyMRPHG/dZ7r4jio0g= -github.com/nodeset-org/hyperdrive-stakewise v1.3.0-b1/go.mod h1:ujzZPEczxaOiP9roA0dqZ1xFF3x2Ro5uwDF0eMbLtVU= -github.com/nodeset-org/node-manager-core v0.6.1-0.20251020134607-548fce73442e h1:OOpGMGi6AQ7BRBciWLj0iS6U1bySoceH6kQGYsq0UJg= -github.com/nodeset-org/node-manager-core v0.6.1-0.20251020134607-548fce73442e/go.mod h1:Wk7HmUGOXu9N+GF0O6sND2yT5v3gMMb70Y4HaZnv5v8= -github.com/nodeset-org/node-manager-core v0.7.0 h1:UCv9lAUetJe4+6u0ZxU6/3jCCs/ekzM33n/sE75t3ME= -github.com/nodeset-org/node-manager-core v0.7.0/go.mod h1:Wk7HmUGOXu9N+GF0O6sND2yT5v3gMMb70Y4HaZnv5v8= +github.com/nodeset-org/hyperdrive-daemon v1.3.0 h1:c57NXqK11O/9cWrz7dvjGoCLo8PIUFoTMZOcL+fwiQQ= +github.com/nodeset-org/hyperdrive-daemon v1.3.0/go.mod h1:7Gj8YlLaCaZkf6JWHiUgVC+C4tY/XEatP67X8/u9Cis= +github.com/nodeset-org/hyperdrive-stakewise v1.3.0 h1:1IlOeKT3sGrbzBVCcR1efer8Qrl3YO+ckdkooK+hseg= +github.com/nodeset-org/hyperdrive-stakewise v1.3.0/go.mod h1:UlclCQgXpHoYHFNjaq9Te0dxOV2xNWPnRM7eMF3RBD0= +github.com/nodeset-org/node-manager-core v0.7.1 h1:x4K/cpKCBTPj9IQ66ptcdXFtUmZvZJ6qVG3aVr+NqHg= +github.com/nodeset-org/node-manager-core v0.7.1/go.mod h1:Wk7HmUGOXu9N+GF0O6sND2yT5v3gMMb70Y4HaZnv5v8= github.com/nodeset-org/nodeset-client-go v1.3.1 h1:y1AYTDjlXauOPunO98ebb5VeOkckzeyLMBeewIoyQc4= github.com/nodeset-org/nodeset-client-go v1.3.1/go.mod h1:X7vNVv8nzjV5FaiRS9epHmj5woxGSRvY6+qn2l0JY4Q= github.com/nodeset-org/osha v0.4.0 h1:g5A6L33mzW26XMGtAOmiY4uWYO0EVaxAIe4+eizz/Qg= diff --git a/hyperdrive-cli/commands/service/install.go b/hyperdrive-cli/commands/service/install.go index a34a1d6c..0879fbcc 100644 --- a/hyperdrive-cli/commands/service/install.go +++ b/hyperdrive-cli/commands/service/install.go @@ -145,7 +145,7 @@ func printPatchNotes() { fmt.Println("You can now choose the way your Execution Client preserves data with the new History Mode setting in `hyperdrive service config`. You can choose between Post-Merge (which only keeps the data necessary for consensus), Full Node (which keeps all recent data but prunes old state), or Archive (which keeps all data forever). Note that changing this setting will require a resync of your Execution Client.") fmt.Println() - fmt.Printf("%s=== Fusaka on Hoodi ===%s\n", terminal.ColorGreen, terminal.ColorReset) - fmt.Println("The Fusaka network upgrade is schedule for Hoodi on 2025-10-28 18:53:12 UTC. This version of Hyperdrive is ready to go for it. Note that this is NOT ready for Fusaka on Mainnet yet.") + fmt.Printf("%s=== Fusaka on Mainnet ===%s\n", terminal.ColorGreen, terminal.ColorReset) + fmt.Println("The Fusaka network upgrade is schedule for Mainnet on 2025-12-03 21:49:11 UTC. This version of Hyperdrive is ready to go for it.") fmt.Println() } diff --git a/install/packages/debian/debian/changelog b/install/packages/debian/debian/changelog index 9beb04e4..1d476e3c 100644 --- a/install/packages/debian/debian/changelog +++ b/install/packages/debian/debian/changelog @@ -1,3 +1,9 @@ +hyperdrive (1.3.0) stable; urgency=medium + + * Updated all clients for Fusaka on Mainnet. + + -- NodeSet Inc. Tue, 11 Nov 2025 18:06:23 +0000 + hyperdrive (1.3.0~b1) unstable; urgency=medium * Redesigned the MEV system so it now supports both Commit-Boost PBS and MEV-Boost.