Releases: near/near-cli-rs
Releases · near/near-cli-rs
0.11.1 - 2024-07-01
Release Notes
Added
- Added loading indicators for "contract" group commands (#357)
- Added loading indicators for "staking" group commands (#356)
- Added loading indicators for "tokens" group commands (#355)
- Added loading indicators for "accounts" group commands (#352)
Other
- replace
ed25519-dalek
1 -> 2 major version (#359)
Install near-cli-rs 0.11.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.11.1/near-cli-rs-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/near/near-cli-rs/releases/download/v0.11.1/near-cli-rs-installer.ps1 | iex
Install prebuilt binaries into your npm project
Download near-cli-rs 0.11.1
0.11.0 - 2024-06-19
Release Notes
Added
- Added loading indicators to wait for the view-account-summary command (#349)
- Added loading indicators to wait for the create-account (sponsor-by-faucet-service) command (#339)
Fixed
- Do not fail view-account-summary command if we could not retrieve access keys list (#344)
Other
- [breaking] upgraded near-dependencies to the 0.23 version (#350)
- Provide instructions that help to resolve a problem with missing keychain (#347)
Install near-cli-rs 0.11.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.11.0/near-cli-rs-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/near/near-cli-rs/releases/download/v0.11.0/near-cli-rs-installer.ps1 | iex
Install prebuilt binaries into your npm project
Download near-cli-rs 0.11.0
0.10.2 - 2024-05-21
Release Notes
Fixed
- Wrong console command for adding Function-Call key with unlimited allowance (#342)
- Fallback to non-auto-suggesting input of the keys to be deleted in interactive mode in offline mode or if there is a connectivity issue (#338)
Install near-cli-rs 0.10.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.10.2/near-cli-rs-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/near/near-cli-rs/releases/download/v0.10.2/near-cli-rs-installer.ps1 | iex
Install prebuilt binaries into your npm project
Download near-cli-rs 0.10.2
0.10.1 - 2024-05-07
Release Notes
Added
- Display the transaction fee in NEAR and approximate $ after transaction is executed (#333)
Install near-cli-rs 0.10.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.10.1/near-cli-rs-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/near/near-cli-rs/releases/download/v0.10.1/near-cli-rs-installer.ps1 | iex
Install prebuilt binaries into your npm project
Download near-cli-rs 0.10.1
0.10.0 - 2024-05-03
Release Notes
Added
- Added loading indicators to wait for staking properties to be viewed (#328)
- improved fetching staking pools (#325)
- Added loading indicators for waiting for the transaction to be signed (#324)
Fixed
- Wrong console command for adding Function-Call key with any methods to account (#329)
Other
- Support automatic config version migration (#331)
- Updated dependencies (#332)
- Refactored the command for adding Function-Call Access key (#330)
Install near-cli-rs 0.10.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.10.0/near-cli-rs-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/near/near-cli-rs/releases/download/v0.10.0/near-cli-rs-installer.ps1 | iex
Install prebuilt binaries into your npm project
Download near-cli-rs 0.10.0
0.9.1 - 2024-04-25
Release Notes
Added
- Added loading indicators for waiting for responses from RPC (#315)
Install near-cli-rs 0.9.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.9.1/near-cli-rs-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/near/near-cli-rs/releases/download/v0.9.1/near-cli-rs-installer.ps1 | iex
Install prebuilt binaries into your npm project
Download near-cli-rs 0.9.1
0.9.0 - 2024-04-22
Release Notes
Added
- Highlight the re-run command to make it more prominent (#317)
- Added ability to select contract function from NEAR ABI functions (#314)
- Added the ability to output a signed transaction (serialized as base64) to a file (#313)
Other
- Updated "interactive_clap" to 0.2.10 ("flatten" parameter changed to "subargs") (#322)
- fix typos (#318)
- update
near-ledger
to 0.5.0
(#309)
- Upgraded
inquire
crate to use CustomType inputs where initial value is needed (#310)
Install near-cli-rs 0.9.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.9.0/near-cli-rs-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/near/near-cli-rs/releases/download/v0.9.0/near-cli-rs-installer.ps1 | iex
Install prebuilt binaries into your npm project
Download near-cli-rs 0.9.0
0.8.1 - 2024-02-26
Release Notes
Fixed
- Added support for viewing account summary on networks without NEAR Social contract (#302)
Other
- Improved formatting of the Install section in the README
Install near-cli-rs 0.8.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.8.1/near-cli-rs-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/near/near-cli-rs/releases/download/v0.8.1/near-cli-rs-installer.ps1 | iex
Install prebuilt binaries into your npm project
Download near-cli-rs 0.8.1
0.8.0 - 2024-02-19
Release Notes
Added
- Added
inspect
and download-abi
commands for contracts! (#293)
Fixed
- Fixed incorrect serialization in staking delegation commands that required to input amounts (#300)
- Fixed a syntax error in CI (publish-to-npm.yml)
Install near-cli-rs 0.8.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.8.0/near-cli-rs-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/near/near-cli-rs/releases/download/v0.8.0/near-cli-rs-installer.ps1 | iex
Install prebuilt binaries into your npm project
Download near-cli-rs 0.8.0
0.7.8 - 2024-02-03
Release Notes
Other
- Updated binary releases pipeline to use cargo-dist v0.9.0 (previously v0.7.2) (#294)
- Updated send-ft command (#283)
Install near-cli-rs 0.7.8
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.7.8/near-cli-rs-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/near/near-cli-rs/releases/download/v0.7.8/near-cli-rs-installer.ps1 | iex
Install prebuilt binaries into your npm project
Download near-cli-rs 0.7.8