Skip to content

Commit

Permalink
Merge pull request #255 from EpicsDAO/changeset-release/main
Browse files Browse the repository at this point in the history
Downgrade Solana Testnet Version to v2.0.5
  • Loading branch information
POPPIN-FUMI authored Aug 21, 2024
2 parents aa84d79 + 993e7c4 commit bf9c6e1
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 63 deletions.
62 changes: 0 additions & 62 deletions .changeset/forty-moose-lie.md

This file was deleted.

63 changes: 63 additions & 0 deletions packages/solv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,68 @@
# @epics-dao/solv

## 4.4.11

### Patch Changes

- [#254](https://github.com/EpicsDAO/solv/pull/254) [`5e8d471`](https://github.com/EpicsDAO/solv/commit/5e8d471aefcc78dede33eb36c995020b310a1a8c) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - ## Downgrade Solana Testnet Version to v2.0.5

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>
## 4.4.10
### 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.4.10",
"version": "4.4.11",
"description": "Solana Validator CLI SOLV",
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit bf9c6e1

Please sign in to comment.