diff --git a/shared/services/config/geth-params.go b/shared/services/config/geth-params.go index 84b2d11ed..238d16352 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.2" - gethTagTest string = "ethereum/client-go:v1.13.2" + gethTagProd string = "ethereum/client-go:v1.13.4" + gethTagTest string = "ethereum/client-go:v1.13.4" gethEventLogInterval int = 1000 gethStopSignal string = "SIGTERM" ) diff --git a/stader-cli/node/register.go b/stader-cli/node/register.go index a84c2d1a4..1d9835c9a 100644 --- a/stader-cli/node/register.go +++ b/stader-cli/node/register.go @@ -12,7 +12,6 @@ import ( ) func registerNode(c *cli.Context, operatorName string) error { - staderClient, err := stader.NewClientFromCtx(c) if err != nil { return err @@ -83,7 +82,12 @@ func registerNode(c *cli.Context, operatorName string) error { } // Log & return - fmt.Printf("Congratulation, your node is now registered on the Stader \nnetwork. Your current Operator and Reward address is the same. We \nstrongly recommend changing your Reward address. To do so, run the \nfollowing command: ~/bin/stader-cli node set-reward-address -ora .\n") + fmt.Println("Congratulation, your node is now registered on the Stader network. Your current Operator and Reward address is the same. We strongly recommend changing your Reward address. To do so, run the following command: ~/bin/stader-cli node set-reward-address -ora .") + + fmt.Printf("%sNOTE: Make sure to replace  with the New Reward Address you want to use.\n%s", + colorYellow, + colorReset) + return nil } diff --git a/stader-cli/node/update-operator-reward-address.go b/stader-cli/node/update-operator-reward-address.go index 63ba96488..68e0538a5 100644 --- a/stader-cli/node/update-operator-reward-address.go +++ b/stader-cli/node/update-operator-reward-address.go @@ -114,7 +114,7 @@ To confirm the Reward Address change please follow these steps: Step 1: Visit the PermissionlessNodeRegistry Smart Contract: https://etherscan.io/address/%s#writeProxyContract#F3 Step 2: Confirm the Reward Address change by connecting your New Reward Address wallet with the Smart Contract and execute the "ConfirmRewardAddressChange" function. -Please refer to the Reward Address change guide here - https://staderlabs.notion.site/staderlabs/Stader-ETHx-Reward-address-change-flow-Mainnet-Permissionless-8ef1137e9c2647c88db3911da1642ca2 +Please refer to the Reward Address change guide here - https://www.staderlabs.com/docs-v1/Ethereum/Node-operator/permissionless-node-operator/Update-reward-address/ Note: Stader will continue to send rewards to your existing Reward Address until you confirm the change using your new Reward Address. ` @@ -128,7 +128,7 @@ To confirm the Reward Address change please follow these steps: Step 1: Visit the PermissionlessNodeRegistry Smart Contract: https://goerli.etherscan.io/address/%s#writeProxyContract#F3 Step 2: Confirm the Reward Address change by connecting your New Reward Address wallet with the Smart Contract and execute the "ConfirmRewardAddressChange" function. -Please refer to the Reward Address change guide here - https://staderlabs.notion.site/staderlabs/Stader-ETHx-Reward-address-change-flow-Testnet-Permissionless-db692621a305426bab2e3ad232acbc14 +Please refer to the Reward Address change guide here - https://www.staderlabs.com/docs-v1/Ethereum/Node-operator/permissionless-node-operator/Update-reward-address/ Note: Stader will continue to send rewards to your existing Reward Address until you confirm the change using your new Reward Address.` msg = fmt.Sprintf(msg, contractAddr.String()) @@ -149,7 +149,7 @@ Follow these steps for your Reward address change: Step 1: Propose the Reward Address change by connecting your Existing Reward Address wallet with the Smart Contract and execute the "ProposeRewardAddress" function. Step 2: Confirm the Reward Address change by connecting your New Reward Address wallet with the Smart Contract and execute the "ConfirmRewardAddressChange" function -Please refer to the Reward Address change guide here - https://staderlabs.notion.site/staderlabs/Stader-ETHx-Reward-address-change-flow-Mainnet-Permissionless-8ef1137e9c2647c88db3911da1642ca2 +Please refer to the Reward Address change guide here - https://www.staderlabs.com/docs-v1/Ethereum/Node-operator/permissionless-node-operator/Update-reward-address/ Note: Stader will continue to send rewards to your existing Reward Address until you confirm the change using your New Reward Address. ` @@ -163,7 +163,7 @@ Follow these steps for your Reward Address change: Step 1: Propose the Reward Address change by connecting your Existing Reward Address wallet with the Smart Contract and execute the "ProposeRewardAddress" function. Step 2: Confirm the Reward Address change by connecting your New Reward Address wallet with the Smart Contract and execute the "ConfirmRewardAddressChange" function -Please refer to the Reward Address change guide here - https://staderlabs.notion.site/staderlabs/Stader-ETHx-Reward-address-change-flow-Testnet-Permissionless-db692621a305426bab2e3ad232acbc14 +Please refer to the Reward Address change guide here - https://www.staderlabs.com/docs-v1/Ethereum/Node-operator/permissionless-node-operator/Update-reward-address/ Note: Stader will continue to send rewards to your existing Reward Address until you confirm the change using your New Reward Address. `