Skip to content

Commit

Permalink
Merge pull request #304 from EpicsDAO/changeset-release/main
Browse files Browse the repository at this point in the history
Update Solana Mainnet Version v1.18.25
  • Loading branch information
POPPIN-FUMI authored Oct 7, 2024
2 parents 75b3334 + 0e3d581 commit 7959f6e
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 30 deletions.
29 changes: 0 additions & 29 deletions .changeset/fluffy-apples-divide.md

This file was deleted.

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

## 4.6.4

### Patch Changes

- [#303](https://github.com/EpicsDAO/solv/pull/303) [`dabdd7d`](https://github.com/EpicsDAO/solv/commit/dabdd7d1c821aba57031e183c820baef0e60117b) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - ## Update Solana Mainnet Version v1.18.25

First, update the solv version and update configuration.

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

Then, update the Solana Mainnet version.

```bash
solv i
```

Finally, restart the Solana Validator.

```bash
solv restart
```

## No-Downtime Update

If you want no-downtime updates, please refer to the following guide:

https://solv.epics.dev/en/doc/quickstart/no-downtime-update/

## 4.6.3

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

0 comments on commit 7959f6e

Please sign in to comment.