Skip to content

Commit

Permalink
solv new release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 9, 2024
1 parent fdb6f5b commit 76c71cf
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 57 deletions.
56 changes: 0 additions & 56 deletions .changeset/shiny-windows-provide.md

This file was deleted.

57 changes: 57 additions & 0 deletions packages/solv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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: <https://dao.validators.solutions>
## 4.6.5
### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solv/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 76c71cf

Please sign in to comment.