Skip to content

0.15.0 - 2024-09-02

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Sep 09:17
fe66239

Release Notes

Added

  • UX improvement for signing with Ledger - automatically open a near-app on Ledger device before calling methods (#403)
  • Extended --teach-me mode: async account details fetching RPC methods are also covered now (#389)

Other

  • Updated near-* dependencies to 0.25.0 (matching nearcore 2.1 release) (#401)

Install near-cli-rs 0.15.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.15.0/near-cli-rs-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/near/near-cli-rs/releases/download/v0.15.0/near-cli-rs-installer.ps1 | iex"

Install prebuilt binaries into your npm project

npm install near-cli-rs@0.15.0

Download near-cli-rs 0.15.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-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
near-cli-rs-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum