-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Solana Version for Testnet/Mainnet
- Loading branch information
1 parent
17f6de8
commit 0210ade
Showing
5 changed files
with
121 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
'@epics-dao/solv': patch | ||
--- | ||
|
||
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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.