Skip to content

Commit

Permalink
Merge pull request #358 from EpicsDAO/changeset-release/main
Browse files Browse the repository at this point in the history
Update Solana Version for Testnet/Mainnet
  • Loading branch information
POPPIN-FUMI authored Nov 20, 2024
2 parents 0210ade + 461f078 commit 541ca12
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 26 deletions.
25 changes: 0 additions & 25 deletions .changeset/fuzzy-cameras-complain.md

This file was deleted.

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

## 4.7.5

### Patch Changes

- [`0210ade`](https://github.com/EpicsDAO/solv/commit/0210ade38b17be654e2f660cff86158ccbb457cd) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - Update Solana Version for 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
```

solv auto restart mode is disabled for this Testnet update since some of users are experiencing issues with it.
If your node face a problem, please add this argument to the command: `--no-poh-speed-test` in `start-validator.sh` file.

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

## 4.7.4

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

0 comments on commit 541ca12

Please sign in to comment.