From eeb16896f829050b76838923fdc152aa50ea8678 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 20 Aug 2024 06:24:01 +0000 Subject: [PATCH] solv new release --- .changeset/wet-pandas-tickle.md | 62 -------------------------------- packages/solv/CHANGELOG.md | 63 +++++++++++++++++++++++++++++++++ packages/solv/package.json | 2 +- 3 files changed, 64 insertions(+), 63 deletions(-) delete mode 100644 .changeset/wet-pandas-tickle.md diff --git a/.changeset/wet-pandas-tickle.md b/.changeset/wet-pandas-tickle.md deleted file mode 100644 index 67fcf6db..00000000 --- a/.changeset/wet-pandas-tickle.md +++ /dev/null @@ -1,62 +0,0 @@ ---- -'@epics-dao/solv': patch ---- - -## Update Solana Version v2.0.6 for Testnet - -If you are using solv MEV mode, ignore this step, It will be automatically updated. - -If you are NOT using solv MEV mode, you need to update the Agave CLI with the following command: - -```bash -$ solv update && solv update -b -``` - -## How to use solv mev mode? - -Run the following command: - -```bash -$ solv mev -? Do you want to enable solv MEV 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 MEV 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 mev mode? - -Run the following command: - -```bash -$ solv mev -? Do you want to enable solv MEV Mode?(You can change it again) (y/N) n -✅ Cron Job successfully removed. -``` - -## Added - solv update --config - -You can now update the solv configuration file with the following command: - -```bash -$ solv update --config -``` - -This command will update the default Solana version. - -## Validator Auto Operation Service - -We are providing a validator auto-operation service for those who want to operate a validator without any hassle. - -Epics DAO Discord: [https://discord.gg/HDTy96Wr2W](https://discord.gg/HDTy96Wr2W) diff --git a/packages/solv/CHANGELOG.md b/packages/solv/CHANGELOG.md index f266098b..c4429a03 100644 --- a/packages/solv/CHANGELOG.md +++ b/packages/solv/CHANGELOG.md @@ -1,5 +1,68 @@ # @epics-dao/solv +## 4.4.10 + +### Patch Changes + +- [#252](https://github.com/EpicsDAO/solv/pull/252) [`f6e0c34`](https://github.com/EpicsDAO/solv/commit/f6e0c340047b6071410a75eaa6c26092e70f892b) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - ## Update Solana Version v2.0.6 for Testnet + + If you are using solv MEV mode, ignore this step, It will be automatically updated. + + If you are NOT using solv MEV mode, you need to update the Agave CLI with the following command: + + ```bash + $ solv update && solv update -b + ``` + + ## How to use solv mev mode? + + Run the following command: + + ```bash + $ solv mev + ? Do you want to enable solv MEV 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 MEV 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 mev mode? + + Run the following command: + + ```bash + $ solv mev + ? Do you want to enable solv MEV Mode?(You can change it again) (y/N) n + ✅ Cron Job successfully removed. + ``` + + ## Added - solv update --config + + You can now update the solv configuration file with the following command: + + ```bash + $ solv update --config + ``` + + This command will update the default Solana version. + + ## Validator Auto Operation Service + + We are providing a validator auto-operation service for those who want to operate a validator without any hassle. + + Epics DAO Discord: [https://discord.gg/HDTy96Wr2W](https://discord.gg/HDTy96Wr2W) + ## 4.4.9 ### Patch Changes diff --git a/packages/solv/package.json b/packages/solv/package.json index 745e6ddb..28c99a26 100644 --- a/packages/solv/package.json +++ b/packages/solv/package.json @@ -1,6 +1,6 @@ { "name": "@epics-dao/solv", - "version": "4.4.9", + "version": "4.4.10", "description": "Solana Validator CLI SOLV", "main": "dist/index.js", "type": "module",