Skip to content

@epics-dao/solv@4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 May 07:25
· 201 commits to main since this release
5ccb88f

Major Changes

  • #147 0043376 Thanks @POPPIN-FUMI! - Update - solv4

    New Features

    • No Downtime Migration
    • Jito RPC Setup
    • Jito Relayer Setup
    • Compatible with Google Cloud (※You need to setup firewall and disk settings yourself)
    • New solv CLI Commands

    How to Update

    $ solv update

    No Downtime Migration

    Now you can migrate your validator without downtime.
    You need to setup your new server with solv4.
    (solv4 uses symbolic link to define the validator keypair path.)

    1. Setup your new server with solv4 as Dummy Server (Inactive Side)
      Please upload your main keys to the new server before setup.
    • mainnet-validator-keypair.json
    • mainnet-vote-account-keypair.json
    • mainnet-authority-keypair.json

    Please create SSH connection between your old server and new server.

    Create SSH Public Key.

    $ solv scp init

    Create SSH Connection.

    $ solv scp create

    Upload your keys to the new server.

    $ solv scp upload

    Download your keys from the old server.

    $ solv scp download
    1. Setup your new server with solv4 as Active Side
    $ solv setup

    Then, Please select Dummy Mode.

    Once the new server is ready, you can run solv change command to switch the server on Active Side to make it Inactive.

    $ solv change

    Then, immidiately run solv change command on the new server to switch the server on Active Side.

    $ solv change