From e153c6dd893e5c90fe60836b293f8ee9ecb2a557 Mon Sep 17 00:00:00 2001 From: POPPIN-FUMI Date: Thu, 24 Oct 2024 22:00:28 +0200 Subject: [PATCH] Update Solana Testnet v2.0.14 --- .changeset/lovely-jeans-report.md | 44 +++++++++++++++++++++++ packages/solv/src/config/versionConfig.ts | 4 +-- 2 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 .changeset/lovely-jeans-report.md diff --git a/.changeset/lovely-jeans-report.md b/.changeset/lovely-jeans-report.md new file mode 100644 index 00000000..5bec340a --- /dev/null +++ b/.changeset/lovely-jeans-report.md @@ -0,0 +1,44 @@ +--- +'@epics-dao/solv': patch +--- + +Update Solana Testnet v2.0.14 + +- 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. +``` diff --git a/packages/solv/src/config/versionConfig.ts b/packages/solv/src/config/versionConfig.ts index 5f511d1f..08c6b7d1 100644 --- a/packages/solv/src/config/versionConfig.ts +++ b/packages/solv/src/config/versionConfig.ts @@ -1,6 +1,6 @@ -export const VERSION_TESTNET = '1.18.26' +export const VERSION_TESTNET = '2.0.14' export const VERSION_MAINNET = '1.18.25' -export const VERSION_JITO_TESTNET = '1.18.26' +export const VERSION_JITO_TESTNET = '2.0.14' export const VERSION_JITO_MAINNET = '1.18.26' export const VERSION_JITO_RPC = '2.0.14' export const VERSION_SOLANA_RPC = '1.18.26'