Skip to content

@epics-dao/solv@4.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 May 08:45
· 227 commits to main since this release
cd933a2

Minor Changes

  • #156 39205e5 Thanks @POPPIN-FUMI! - ## New Features - v4.0.0~v4.1.0

    • Jito Relayer Setup
    • Jito RPC Setup
    • No Downtime Migration
    • Snapshot Download Speed Improved 100x~ Faster

    Snapshot Download Speed Improved 100x~ Faster

    solv integrated with solana snapshot finders for Solana Mainnet and Testnet.
    This will improve the snapshot download speed 100x~ faster than before.
    Greatly reduce the time to start the Solana Validator.

    Special Thanks to c29r3 for the great OSS ⭐️

    If your node does not start, you can try the following command.

    $ solv stop
    $ solv rm:snapshot
    $ solv get snapshot
    $ solv start

    No Downtime Migration

    solv supports no downtime migration for Solana Validator.
    You can migrate your Solana Validator to other servers without restarting the Solana Validator.

    solv change command will help you to migrate your Solana Validator to other servers.

    Prepare your new server(Inactive) and current server(Active) with the latest slot.
    Then run the following command on new server(Inactive) and current server(Active).

    ※ Please make sure to backup your keys before running the command.
    ※ Please make sure to setup the new server with solv4 as a dummy mode.
    ※ Please make sure to setup the current server with solv4 as NOT a dummy mode.

    Run the following command on the current server(Active).
    You will be asked to enter the new server IP address.

    $ solv change

    Then, you should quickly run the following command on the new server(Inactive).

    $ solv change

    This function was created with reference to the following link.

    Special Thanks to pumpkins-pool for the great OSS ⭐️

    Jito MEV Setup

    You can select the mainnet for Jito MEV or RPC Jito Client🎉

    Also you have option to select Jito Relayer.