Skip to content

Commit

Permalink
Merge pull request #184 from EpicsDAO/changeset-release/main
Browse files Browse the repository at this point in the history
solv new release
  • Loading branch information
POPPIN-FUMI authored Jun 7, 2024
2 parents c1d12d0 + 61d3f74 commit a9701c9
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 27 deletions.
26 changes: 0 additions & 26 deletions .changeset/sour-months-begin.md

This file was deleted.

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

## 4.1.8

### Patch Changes

- [#183](https://github.com/EpicsDAO/solv/pull/183) [`ca2fdec`](https://github.com/EpicsDAO/solv/commit/ca2fdecbf8168953ad7ef4e40b1f1398029932e3) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - Update - solv restart

```bash
$ solv restart
```

This command will do this command below;

```bash
solana-validator --ledger /mnt/ledger exit --max-delinquent-stake 5
```

You can change `--max-delinquent-stake` value as you edit the `solv` configuration file.

`/home/solv/solv.config.json`

```json
{
,...
"maxDelinquentStake": 5
}
```

## 4.1.7

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

0 comments on commit a9701c9

Please sign in to comment.