diff --git a/.changeset/sour-months-begin.md b/.changeset/sour-months-begin.md deleted file mode 100644 index 333c13b..0000000 --- a/.changeset/sour-months-begin.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -'@epics-dao/solv': patch ---- - -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 -} -``` diff --git a/packages/solv/CHANGELOG.md b/packages/solv/CHANGELOG.md index 8788b8b..0fea697 100644 --- a/packages/solv/CHANGELOG.md +++ b/packages/solv/CHANGELOG.md @@ -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 diff --git a/packages/solv/package.json b/packages/solv/package.json index 21e0b83..30d7ef4 100644 --- a/packages/solv/package.json +++ b/packages/solv/package.json @@ -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",