Skip to content

Commit

Permalink
Merge pull request #366 from EpicsDAO/changeset-release/main
Browse files Browse the repository at this point in the history
Update Solana Version - Testnet/Mainnet
  • Loading branch information
POPPIN-FUMI authored Nov 27, 2024
2 parents 17aa3d0 + 14ff512 commit 6dd5f29
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 25 deletions.
24 changes: 0 additions & 24 deletions .changeset/light-carpets-raise.md

This file was deleted.

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

## 4.7.7

### Patch Changes

- [#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

Update solv version and the default config.

```bash
solv update && solv update --config
solv i
```

Then manually restart the node.

```bash
solv restart
```

or stop and start the node.

```bash
solv stop && solv start
```

## 4.7.6

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

0 comments on commit 6dd5f29

Please sign in to comment.