Skip to content

@epics-dao/solv@4.1.8

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jun 08:07
· 508 commits to main since this release
a9701c9

Patch Changes

  • #183 ca2fdec Thanks @POPPIN-FUMI! - Update - solv restart

    $ solv restart

    This command will do this command below;

    solana-validator --ledger /mnt/ledger exit --max-delinquent-stake 5

    You can change --max-delinquent-stake value as you edit the solv configuration file.

    /home/solv/solv.config.json

    {
      ,...
      "maxDelinquentStake": 5
    }