From 8549e19c6b944093fa116eb95b606c595319bb5c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 29 Jul 2024 13:46:04 +0000 Subject: [PATCH] solv new release --- .changeset/odd-cars-explain.md | 46 --------------------------------- packages/solv/CHANGELOG.md | 47 ++++++++++++++++++++++++++++++++++ packages/solv/package.json | 2 +- 3 files changed, 48 insertions(+), 47 deletions(-) delete mode 100644 .changeset/odd-cars-explain.md diff --git a/.changeset/odd-cars-explain.md b/.changeset/odd-cars-explain.md deleted file mode 100644 index 57e3092..0000000 --- a/.changeset/odd-cars-explain.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -'@epics-dao/solv': patch ---- - -Update Solana Version v1.18.20 for mainnet - -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. -``` diff --git a/packages/solv/CHANGELOG.md b/packages/solv/CHANGELOG.md index f8227e8..19bb196 100644 --- a/packages/solv/CHANGELOG.md +++ b/packages/solv/CHANGELOG.md @@ -1,5 +1,52 @@ # @epics-dao/solv +## 4.4.3 + +### Patch Changes + +- [#238](https://github.com/EpicsDAO/solv/pull/238) [`ac2945a`](https://github.com/EpicsDAO/solv/commit/ac2945a7be326c5c20c502dfca75842a887832d3) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - Update Solana Version v1.18.20 for mainnet + + 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. + ``` + ## 4.4.2 ### Patch Changes diff --git a/packages/solv/package.json b/packages/solv/package.json index a532b05..2fad52b 100644 --- a/packages/solv/package.json +++ b/packages/solv/package.json @@ -1,6 +1,6 @@ { "name": "@epics-dao/solv", - "version": "4.4.2", + "version": "4.4.3", "description": "Solana Validator CLI SOLV", "main": "dist/index.js", "type": "module",