Skip to content

Commit 6dd5f29

Browse files
authored
Merge pull request #366 from EpicsDAO/changeset-release/main
Update Solana Version - Testnet/Mainnet
2 parents 17aa3d0 + 14ff512 commit 6dd5f29

File tree

3 files changed

+26
-25
lines changed

3 files changed

+26
-25
lines changed

.changeset/light-carpets-raise.md

-24
This file was deleted.

packages/solv/CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# @epics-dao/solv
22

3+
## 4.7.7
4+
5+
### Patch Changes
6+
7+
- [#365](https://github.com/EpicsDAO/solv/pull/365) [`3ffd06a`](https://github.com/EpicsDAO/solv/commit/3ffd06a7a018c940be039d9262b8bed0deb7a488) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - Update Solana Version - Testnet/Mainnet
8+
9+
Update solv version and the default config.
10+
11+
```bash
12+
solv update && solv update --config
13+
solv i
14+
```
15+
16+
Then manually restart the node.
17+
18+
```bash
19+
solv restart
20+
```
21+
22+
or stop and start the node.
23+
24+
```bash
25+
solv stop && solv start
26+
```
27+
328
## 4.7.6
429

530
### Patch Changes

packages/solv/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@epics-dao/solv",
3-
"version": "4.7.6",
3+
"version": "4.7.7",
44
"description": "Solana Validator CLI SOLV",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)