Skip to content

Releases: marinade-finance/validator-bonds

[SDK&CLI] 2.0.4

08 Oct 09:19
Compare
Choose a tag to compare

Updates

  • cli: bond-address to display address of withdraw request for the bond (PR#128)
  • cli: claim-withdraw-request to work with addresses of stake accounts (PR#123)

Fixes

  • cli: handle better errors when bond or withdraw request exist on chain on init (PR#122)
  • cli: show-event to correctly parse cpi event data of the contract (PR#118)
  • sdk: configureConfig to accept 0 as a valid value (PR#105)

[SDK&CLI] 2.0.3

02 Sep 08:57
Compare
Choose a tag to compare

Updates

  • possible to use long version of -u parameter that is --url to define rpc url address
  • show-bond to display number of SOLs locked in bond

[SDK&CLI] 2.0.2

26 Aug 15:58
Compare
Choose a tag to compare

Updates

  • claim-withdraw-request not throwing error on already claimed request

Fixes

  • claim-withdraw-request make possible to claim a bond with an activating stake account
    when other funded accounts are already active

[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