Releases: marinade-finance/validator-bonds
Releases · marinade-finance/validator-bonds
[SDK&CLI] 2.0.4
[SDK&CLI] 2.0.3
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
Updates
claim-withdraw-request
not throwing error on already claimed request
Fixes
claim-withdraw-request
make possible to claim a bond with anactivating
stake account
when other funded accounts are alreadyactive
[SDK&CLI] 2.0.1
fund-bond
to show information and not an error when funding stake account is already fundedshow-bond
to accept stake account address and showing delegated voter
as base for PDA bond account addressshow-settlement
to better format merkle tree root data
[SDK&CLI] 2.0.0
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
- fixing
show-bond
SOL unit formatting
[SDK&CLI] 1.5.2
init-bond
andconfigure-bond
--max-stake-wanted
works with lamports (not SOLs)
[SDK&CLI] 1.5.1
show-bond
to simplify printing vote account datainit-withdraw-request
to limit the creation of the withdraw request to the minimal size of the stake account
[SDK&CLI] 1.5.0
configure-config
adds option--min-bond-max-stake-wanted
, a minimum value for the max-stake-wanted field (in lamports) inBond
accountconfigure-bond
adds option--max-stake-wanted
, the maximum stake amount (in SOLs) to be delegated to them- updates of
show-bond
to provide info oncpmpe
andmax-stake-wanted
fields, listing the content ofvote 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
show-bond
accept withdraw request address as argument ofaddress
init-withdraw-request
accepts parameter"ALL"
for--amount