Skip to content

0.7.3 - 2023-12-02

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Dec 14:30
· 113 commits to main since this release
09623d1

Release Notes

Added

  • Added support for blind signing with Ledger [requires updated Ledger app that is not yet published] (#259)
  • New command to reconstruct NEAR CLI command from a historical transaction (#266)

Other

  • Addressed all default cargo clippy warnings (#263)

Install near-cli-rs 0.7.3

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

irm https://github.com/near/near-cli-rs/releases/download/v0.7.3/near-cli-rs-installer.ps1 | iex

Install prebuilt binaries into your npm project

npm install [email protected]

Download near-cli-rs 0.7.3

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