Skip to content

Commit

Permalink
Merge pull request #315 from EpicsDAO/changeset-release/main
Browse files Browse the repository at this point in the history
Testnet Rollback and Restart
  • Loading branch information
POPPIN-FUMI authored Oct 16, 2024
2 parents 6f7afee + 77e7398 commit b257265
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 32 deletions.
31 changes: 0 additions & 31 deletions .changeset/kind-birds-rush.md

This file was deleted.

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

## 4.6.9

### Patch Changes

- [#314](https://github.com/EpicsDAO/solv/pull/314) [`ebb5584`](https://github.com/EpicsDAO/solv/commit/ebb5584ad43b91c21dcd4783de529e0f92c88905) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - ## Testnet Rollback and Restart

This release is to support the Testnet Rollback and Restart.

Please update your Solv CLI to the latest version by running the following commands:

```bash
solv update && solv update -b
```

If your node does not automatically restart, please delete the snapshot and restart the node by running the following commands:

```bash
solv stop
solv rm:snapshot
solv start
```

Solana Official Instructions: https://github.com/anza-xyz/agave/wiki/2024-10-16-Testnet-Rollback-and-Restart

## solv switch

This update also includes the following changes:

- solv switch to use `--require-tower`
- solv scp download - not include `unstaked-keypair.json` in the download
- solv setup - key generation always generate a new unstaked keypair

## 4.6.8

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

0 comments on commit b257265

Please sign in to comment.