Releases: marinade-finance/validator-bonds
Releases · marinade-finance/validator-bonds
[SDK&CLI] 2.0.6
[SDK&CLI] 2.0.5
cli: claim-withdraw-request
to having option --stake-account
forcing to claim particular account (PR#158)
[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