Skip to content

Commit

Permalink
Merge pull request #280 from EpicsDAO/changeset-release/main
Browse files Browse the repository at this point in the history
update - solv update --migrate-config
  • Loading branch information
POPPIN-FUMI authored Sep 10, 2024
2 parents 3cf0c9d + 43b9db9 commit 86d2d4e
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 34 deletions.
33 changes: 0 additions & 33 deletions .changeset/tidy-dogs-know.md

This file was deleted.

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

## 4.5.6

### Patch Changes

- [#279](https://github.com/EpicsDAO/solv/pull/279) [`1dfeedd`](https://github.com/EpicsDAO/solv/commit/1dfeedd21caa5f4fae9cda555e8e34b1856ff526) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - Update - solv update --migrate-config

## Summary

This PR adds a new command `solv update --migrate-config` to migrate the old config file to the new config file.

`solv.config.json` to `solv4.config.json`

You can migrate the old config file to the new config file by running the following command:

```bash
solv update --migrate-config
```

## Config Update Command

This command will update the config file to the latest version.

```bash
solv update --config
```

## solv Discord Channel is now migrated to Validators DAO's Discord

Due to the increasing number of users, the solv Discord channel has been migrated to Validators DAO's Discord.

Now this community is more focused on Solana Validators and RPC Operators.

Validators DAO: https://discord.gg/8dhnZnvzuw

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

0 comments on commit 86d2d4e

Please sign in to comment.