Skip to content

Releases: marinade-finance/validator-bonds

[SDK&CLI] 2.0.6

13 Jan 15:36
Compare
Choose a tag to compare

cli fix: claim-withdraw-request to work correctly with --stake-account

[SDK&CLI] 2.0.5

13 Jan 15:35
Compare
Choose a tag to compare

cli: claim-withdraw-request to having option --stake-account forcing to claim particular account (PR#158)

[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