Skip to content

0.10.0 - 2024-05-03

Compare
Choose a tag to compare
@frol frol released this 03 May 23:39
· 8 commits to main since this release
8904db7

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

npm install near-cli-rs@0.10.0

Download near-cli-rs 0.10.0

File Platform Checksum
near-cli-rs-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
near-cli-rs-x86_64-apple-darwin.tar.gz Intel macOS checksum
near-cli-rs-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
near-cli-rs-x86_64-pc-windows-msvc.msi x64 Windows checksum
near-cli-rs-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum