Releases: marinade-finance/validator-bonds
Releases · marinade-finance/validator-bonds
[SDK&CLI] 1.3.5
- 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
Fixes&Breaking
show-bond
uses in printing term number instead of amountfund-bond
,configure-bond
works with parameter<address>
to be bond or vote account
[SDK&CLI] 1.3.2
- CLI
--help
to show global args for subcommands
[SDK&CLI] 1.3.1
- CLI show-bond to not querying
getEpochInfo
for every loaded stake account
[SDK&CLI] 1.3.0
- align with contract v1.4.0 update
[SDL&CLI] 1.2.0
Updates
CLI and SDK aligned with contract release v1.3.0
CLI Features
init-withdraw-request
,cancel-withdraw-request
,claim-withdraw-request
commands were added to work with funding and withdrawing stake accounts to Bonds Programmint-bond
command were added to make possible to configure the bond account without signing CLI with validator identityconfigure-bond
command adjusted to work withmint-bond
SPL tokensshow-bond
adjusted to show funded amountspause
,resume
commands for emergency purposes added
Fixes
- on execution the error
Server responded with 429 Too Many Requests. Retrying after 1000ms delay...
should not be failing the commands anymore
[SDL&CLI] 1.1.12
- [cli]
show-bond
command accepts vote account address, not only the bond account address
[SDK&CLI] 1.1.11
- update cli
show-bond
- align the SDK with new version of contract released as `contract-v1.2.0
[CLI] 1.1.10
init-bond
can be called as permission-less op
[CLI] 1.1.8
init-bond
admits to not use only pubkey but keypair or wallet when providing a admin bond authority
Full Changelog: v1.1.7...v1.1.8