Skip to content

Releases: marinade-finance/validator-bonds

[SDK&CLI] 2.0.1

05 Aug 09:50
Compare
Choose a tag to compare
  • fund-bond to show information and not an error when funding stake account is already funded
  • show-bond to accept stake account address and showing delegated voter
    as base for PDA bond account address
  • show-settlement to better format merkle tree root data

[SDK&CLI] 2.0.0

11 Jul 10:49
Compare
Choose a tag to compare

Breaking

  • CLI and SDK updated to be aligned with changes in contract v2.0.0

Updates

  • added command bond-address to show PDA based on vote account address and config account address
  • show-bond does not show information about funded stake account by default,
    parameter --with-funding has to be used explicitly

Fixes

  • show-bond fix on showing negative number after floating point when withdraw amount is bigger than available bond amount

[SDK&CLI] 1.5.3

30 Jun 18:04
Compare
Choose a tag to compare
  • fixing show-bond SOL unit formatting

[SDK&CLI] 1.5.2

27 Jun 13:31
Compare
Choose a tag to compare
  • init-bond and configure-bond --max-stake-wanted works with lamports (not SOLs)

[SDK&CLI] 1.5.1

17 Jun 09:36
Compare
Choose a tag to compare
  • show-bond to simplify printing vote account data
  • init-withdraw-request to limit the creation of the withdraw request to the minimal size of the stake account

[SDK&CLI] 1.5.0

14 Jun 08:15
Compare
Choose a tag to compare
  • configure-config adds option --min-bond-max-stake-wanted, a minimum value for the max-stake-wanted field (in lamports) in Bond account
  • configure-bond adds option --max-stake-wanted, the maximum stake amount (in SOLs) to be delegated to them
  • updates of show-bond to provide info on cpmpe and max-stake-wanted fields, listing the content of vote account
  • default CLI error reporting does not print the whole exception, to get it printed use --debug
  • CLI show information about the latest available version in the NPM registry when an error occurs

NOTE: version 1.4.0 was skipped deliberately to align with the contract update version (which is 1.5.0)

[SDK&CLI] 1.3.6

13 May 17:08
Compare
Choose a tag to compare
  • show-bond accept withdraw request address as argument of address
  • init-withdraw-request accepts parameter "ALL" for --amount

[SDK&CLI] 1.3.5

06 May 10:42
Compare
Choose a tag to compare
  • CLI: fixing withdraw claim command that was wrongly filtering stake accounts possible for claiming
  • fixing issue with CLI bin publishing from 1.3.4

[SDK&CLI] 1.3.3

27 Apr 05:52
Compare
Choose a tag to compare

Fixes&Breaking

  • show-bond uses in printing term number instead of amount
  • fund-bond, configure-bond works with parameter <address> to be bond or vote account

[SDK&CLI] 1.3.2

15 Apr 12:16
Compare
Choose a tag to compare
  • CLI --help to show global args for subcommands