Skip to content

0.16.1 - 2024-12-06

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Dec 17:17
63a9762

Release Notes

Added

  • Added the ability to save payload for broadcast_tx_commit (#413)
  • Get the final CLI command into the shell history with a small helper setup (#415)
  • Trace configuration for loading wait indicators and --teach-me flag moved to library (#417)
  • add to devtools workflow

Install near-cli-rs 0.16.1

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Install prebuilt binaries into your npm project

npm install [email protected]

Download near-cli-rs 0.16.1

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