github-actions
released this
03 Sep 20:21
·
249 commits
to main
since this release
Minor Changes
-
#266
3d1393e
Thanks @POPPIN-FUMI! - Minor Update - solv v4.5.0 ReleaseMainly We updated
solv setup
command!Now it's more user-friendly and easy to use. Easy to switch between different validators and RPC nodes.
Since solana clients is updated, we also updated solv to be compatible with the latest solana clients.
Update Install Script URL
$ bash -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv/v4.5.0/install")"
This update includes Solana version update for mainnet-beta and testnet.
To update your default solana version, run the following command:
$ solv update && solv update --config
To install the latest solana version, run the following command:
$ solv i
If you want to install a specific version, run the following command:
$ solv i -v <version>
To reflect the changes, restart the solana validator:
$ solv restart
New Features
solv setup
command is now more user-friendlysolv swap
command is now availablesolv jupiter
command is now availablesolv relayer
command is now availablesolv get ip
command is now availablesolv scp
command is now improved with new optionssolv balance
alias commandsolv b
is now availablesolv monitor
alias commandsolv m
is now availablesolv catchup
alias commandsolv c
is now availablesolv rm:snapshot
removes all the/mnt/ledger
and/mnt/accounts
directoriessolv restart --rm
command usessolv rm:snapshot
command above and restarts the validator
Changes
solv.config.json
file is now updated with new fields.
But this will be deprecated in the future.Now new config is migrating to
solv4.config.json
file.Bug Fixes
solv switch
command now works as expected.bigint
warning message is now resolved.