Releases: EpicsDAO/solv
@epics-dao/[email protected]
Patch Changes
- #301
873a77c
Thanks @POPPIN-FUMI! - Update firedancer config
@epics-dao/[email protected]
Patch Changes
-
#294
602f0c3
Thanks @POPPIN-FUMI! - ## New Features - solv v4.6.x ReleaseNow you can easily setup Yellowstone Geyser plugin and Firedancer!
Yellowstone Geyser gRPC Interface Support
solv setup --geyser
- Yellowstone Geyser Doc - https://github.com/rpcpool/yellowstone-grpc
Firedancer Setup Support (Frankendancer)
solv setup --firedancer
Please update the VALIDATOR_TYPE value to
frankendancer
in thesolv4.config.json
file.
solv start will automatically read firedancer.service instead of solv.service.- Firedancer Doc - https://firedancer-io.github.io/firedancer/
@epics-dao/[email protected]
Patch Changes
- #292
22ec57d
Thanks @POPPIN-FUMI! - Update Solana Version v2.0.13 for Testnet Validator
@epics-dao/[email protected]
Minor Changes
-
#290
20728ed
Thanks @POPPIN-FUMI! - Add Geyser/Firedancer Setup OptionSetup Geyser Yellowstone
solv setup --geyser
Setup Firedancer (Frankendancer)
solv setup --firedancer
@epics-dao/[email protected]
Patch Changes
-
a51e3cd
Thanks @POPPIN-FUMI! - Update Solana Testnet Version v2.0.10If you are using solv MEV mode, ignore this step, It will be automatically updated.
If you are NOT using solv MEV mode, you need to update with the following command:
$ solv update && solv update -b
How to use solv mev mode?
Run the following command:
$ solv mev ? Do you want to enable solv MEV Mode?(You can change it again) (y/N) ? Do you want to enable AUTO UPDATE? (Recommended) (y/N) ? Do you want to enable AUTO RESTART? (Recommended) (y/N) ※ Please turn off if you are using no-downtime migration. ? Enter your Discord Webhook URL (https://discord.com/api/webhooks/1234)
- Enable solv MEV Mode.
- Enable AUTO UPDATE.
- Enable AUTO RESTART.
※ Please turn off if you are using no-downtime migration.
※ No-downtime migration requires spare server and manual restart. - Enter your Discord Webhook URL.
※ You can receive notifications about the Solana/solv version update. - Enter RPC URL (Mainnet Only)
- Enter Harvest Account (Mainnet Only)
How to disable solv mev mode?
Run the following command:
$ solv mev ? Do you want to enable solv MEV Mode?(You can change it again) (y/N) n ✅ Cron Job successfully removed.
Validator Auto Operation Service
We are providing a validator auto-operation service for those who want to operate a validator without any hassle.
Validators DAO Discord: https://discord.gg/HDTy96Wr2W
@epics-dao/[email protected]
Patch Changes
-
#285
7627876
Thanks @POPPIN-FUMI! - Update - rm priority fee- small bug fix
- added new option to
solv swap
command
@epics-dao/[email protected]
Patch Changes
-
#283
e204751
Thanks @POPPIN-FUMI! - Update Solana Version for Testnet v2.0.9solv update
solv update --config
solv restart
or
solv update && solv update -b
Validators DAO:
@epics-dao/[email protected]
Patch Changes
-
#279
1dfeedd
Thanks @POPPIN-FUMI! - Update - solv update --migrate-configSummary
This PR adds a new command
solv update --migrate-config
to migrate the old config file to the new config file.solv.config.json
tosolv4.config.json
You can migrate the old config file to the new config file by running the following command:
solv update --migrate-config
Config Update Command
This command will update the config file to the latest version.
solv update --config
solv Discord Channel is now migrated to Validators DAO's Discord
Due to the increasing number of users, the solv Discord channel has been migrated to Validators DAO's Discord.
Now this community is more focused on Solana Validators and RPC Operators.
Validators DAO: https://discord.gg/8dhnZnvzuw
@epics-dao/[email protected]
Patch Changes
- #277
f4fa6d7
Thanks @POPPIN-FUMI! - fix - solv log
@epics-dao/[email protected]
Patch Changes
- #273
acf7b1a
Thanks @POPPIN-FUMI! - small bug fix