From 76c71cfbc005bc280c43719cc28c36a3a1fce94b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 9 Oct 2024 08:10:25 +0000 Subject: [PATCH] solv new release --- .changeset/shiny-windows-provide.md | 56 ---------------------------- packages/solv/CHANGELOG.md | 57 +++++++++++++++++++++++++++++ packages/solv/package.json | 2 +- 3 files changed, 58 insertions(+), 57 deletions(-) delete mode 100644 .changeset/shiny-windows-provide.md diff --git a/.changeset/shiny-windows-provide.md b/.changeset/shiny-windows-provide.md deleted file mode 100644 index 25fe5e4a..00000000 --- a/.changeset/shiny-windows-provide.md +++ /dev/null @@ -1,56 +0,0 @@ ---- -'@epics-dao/solv': patch ---- - -Downgrade Instruction for Testnet - -Solana Official Instructions: https://github.com/anza-xyz/agave/wiki/2024-10-09-Testnet-Rollback-and-Restart - -- For users who is using solv Auto Operation Mode: No action is required. - -※ The name solv Mev mode will be changed to solv Auto Operation Mode. - -- For users who are not using solv Auto Operation Mode: Please follow the instructions below. - -```bash -$ solv update && solv update -b -``` - -## How to use solv Auto Operation Mode? - -Run the following command: - -```bash -$ solv auto -? Do you want to enable solv Auto Operation Mode?(You can change it again) (y/N) -? Do you want to enable AUTO UPDATE? (Recommended) (y/N) -? Do you want to enable AUTO RESTART? (Recommended) (y/N) -※ Please turn off if you are using no-downtime migration. -? Enter your Discord Webhook URL (https://discord.com/api/webhooks/1234) -``` - -1. Enable solv Auto Operation Mode. -2. Enable AUTO UPDATE. -3. Enable AUTO RESTART. - ※ Please turn off if you are using no-downtime migration. - ※ No-downtime migration requires spare server and manual restart. -4. Enter your Discord Webhook URL. - ※ You can receive notifications about the Solana/solv version update. -5. Enter RPC URL (Mainnet Only) -6. Enter Harvest Account (Mainnet Only) - -## How to disable solv Auto Operation Mode? - -Run the following command: - -```bash -$ solv auto -? Do you want to enable solv Auto Operation Mode?(You can change it again) (y/N) n -✅ Cron Job successfully removed. -``` - -## Validator Auto Operation Service - -We are providing a validator auto-operation service for those who want to operate a validator without any hassle. - -Validators DAO: diff --git a/packages/solv/CHANGELOG.md b/packages/solv/CHANGELOG.md index 9daf94bf..1ab2b6fe 100644 --- a/packages/solv/CHANGELOG.md +++ b/packages/solv/CHANGELOG.md @@ -1,5 +1,62 @@ # @epics-dao/solv +## 4.6.6 + +### Patch Changes + +- [#308](https://github.com/EpicsDAO/solv/pull/308) [`510c692`](https://github.com/EpicsDAO/solv/commit/510c69279054ee65a1fce3dcd1b4557b09747b66) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - Downgrade Instruction for Testnet + + Solana Official Instructions: https://github.com/anza-xyz/agave/wiki/2024-10-09-Testnet-Rollback-and-Restart + + - For users who is using solv Auto Operation Mode: No action is required. + + ※ The name solv Mev mode will be changed to solv Auto Operation Mode. + + - For users who are not using solv Auto Operation Mode: Please follow the instructions below. + + ```bash + $ solv update && solv update -b + ``` + + ## How to use solv Auto Operation Mode? + + Run the following command: + + ```bash + $ solv auto + ? Do you want to enable solv Auto Operation Mode?(You can change it again) (y/N) + ? Do you want to enable AUTO UPDATE? (Recommended) (y/N) + ? Do you want to enable AUTO RESTART? (Recommended) (y/N) + ※ Please turn off if you are using no-downtime migration. + ? Enter your Discord Webhook URL (https://discord.com/api/webhooks/1234) + ``` + + 1. Enable solv Auto Operation Mode. + 2. Enable AUTO UPDATE. + 3. Enable AUTO RESTART. + ※ Please turn off if you are using no-downtime migration. + ※ No-downtime migration requires spare server and manual restart. + 4. Enter your Discord Webhook URL. + ※ You can receive notifications about the Solana/solv version update. + 5. Enter RPC URL (Mainnet Only) + 6. Enter Harvest Account (Mainnet Only) + + ## How to disable solv Auto Operation Mode? + + Run the following command: + + ```bash + $ solv auto + ? Do you want to enable solv Auto Operation Mode?(You can change it again) (y/N) n + ✅ Cron Job successfully removed. + ``` + + ## Validator Auto Operation Service + + We are providing a validator auto-operation service for those who want to operate a validator without any hassle. + + Validators DAO: + ## 4.6.5 ### Patch Changes diff --git a/packages/solv/package.json b/packages/solv/package.json index 8e748a2e..9ff787ea 100644 --- a/packages/solv/package.json +++ b/packages/solv/package.json @@ -1,6 +1,6 @@ { "name": "@epics-dao/solv", - "version": "4.6.5", + "version": "4.6.6", "description": "Solana Validator CLI SOLV", "main": "dist/index.js", "type": "module",