From 8b2720439b087fc46f40da13a1f292b34ae9ba1a Mon Sep 17 00:00:00 2001 From: Ondra Chaloupka Date: Thu, 9 Jan 2025 17:17:00 +0100 Subject: [PATCH] [cli&sdk] bump version to 2.0.5 --- CHANGELOG.md | 6 ++++++ packages/validator-bonds-cli/README.md | 10 +++++----- packages/validator-bonds-cli/package.json | 2 +- packages/validator-bonds-cli/src/index.ts | 2 +- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86f7357a..8b577ea0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## TS CLI&SDK [2.0.5](https://github.com/marinade-finance/validator-bonds/compare/v2.0.4...v2.0.5) (2025-01-09) + +### Updates + +* cli: `claim-withdraw-request` to having option `--stake-account` forcing to claim particular account ([PR#158](https://github.com/marinade-finance/validator-bonds/pull/158)) + ## TS CLI&SDK [2.0.4](https://github.com/marinade-finance/validator-bonds/compare/v2.0.3...v2.0.4) (2024-10-08) ### Updates diff --git a/packages/validator-bonds-cli/README.md b/packages/validator-bonds-cli/README.md index 5ac2db71..171a980a 100644 --- a/packages/validator-bonds-cli/README.md +++ b/packages/validator-bonds-cli/README.md @@ -23,7 +23,7 @@ added 165 packages in 35s # to verify installed version validator-bonds --version -2.0.4 +2.0.5 ``` To get info on available commands @@ -125,7 +125,7 @@ The parameters and their meanings are explained in detail below: * `--bond-authority`: Refers to any public key with ownership rights. It is recommended to use a ledger or multisig. This key does not necessarily need to correspond to an existing on-chain account (SOL preloading is unnecessary). * `--rent-payer`: This account covers the creation cost of the Solana bond account, and it is expected to be the same as the fee payer (default). - The rent cost is `0.00270048` SOL. Note that the `--rent-payer` is unrelated to bond security or "funding," which is addressed through a separate instruction. + The rent cost is `0.002.0.58` SOL. Note that the `--rent-payer` is unrelated to bond security or "funding," which is addressed through a separate instruction. The bond's security is established by providing a stake account. The lamports in the stake account then corresponds to the SOL amount added to the security of the bond account. There is no direct payment of SOLs to the bond; it is accomplished solely by allocating stake accounts. * `--cpmpe`: Cost per mille per epoch, in lamports. How many lamports the validator is willing to pay for every 1000 SOLs delegated. @@ -665,7 +665,7 @@ To check where NPM packages are and will be installed: # Get npm global installation folder npm list -g > /usr/lib -> +-- @marinade.finance/validator-bonds-cli@2.0.4 +> +-- @marinade.finance/validator-bonds-cli@2.0.5 > ... # In this case, the `bin` folder is located at /usr/bin ``` @@ -691,7 +691,7 @@ With this configuration, NPM packages will be installed under the `prefix` direc npm i -g @marinade.finance/validator-bonds-cli@latest npm list -g > ~/.local/share/npm/lib -> `-- @marinade.finance/validator-bonds-cli@2.0.4 +> `-- @marinade.finance/validator-bonds-cli@2.0.5 ``` To execute the installed packages from any location, @@ -850,7 +850,7 @@ Commands: # Get npm global installation folder npm list -g > ~/.local/share/npm/lib - > `-- @marinade.finance/validator-bonds-cli@2.0.4 + > `-- @marinade.finance/validator-bonds-cli@2.0.5 # In this case, the 'bin' folder is located at ~/.local/share/npm/bin # Get validator-bonds binary folder diff --git a/packages/validator-bonds-cli/package.json b/packages/validator-bonds-cli/package.json index 340f527a..64dd5948 100644 --- a/packages/validator-bonds-cli/package.json +++ b/packages/validator-bonds-cli/package.json @@ -24,7 +24,7 @@ ], "main": "src/index", "dependencies": { - "@marinade.finance/validator-bonds-sdk": "workspace: ^2.0.5", + "@marinade.finance/validator-bonds-sdk": " ^2.0.5", "@coral-xyz/anchor": "^0.29.0", "@marinade.finance/anchor-common": "^2.4.9", "@marinade.finance/cli-common": "^2.4.9", diff --git a/packages/validator-bonds-cli/src/index.ts b/packages/validator-bonds-cli/src/index.ts index 206ec8d1..453368d6 100644 --- a/packages/validator-bonds-cli/src/index.ts +++ b/packages/validator-bonds-cli/src/index.ts @@ -20,7 +20,7 @@ logger.level = 'debug' const program = new Command() program - .version('2.0.4') + .version('2.0.5') .allowExcessArguments(false) .configureHelp({ showGlobalOptions: true }) .option(