Skip to content

0.17.0 - 2024-12-16

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Dec 10:34
3fc78b6

Release Notes

Added

  • Added the ability to send a signed meta-transaction from a file (#428)
  • Added the ability to send a signed transaction from a file (#412)
  • Added the ability to use TEACH ME mode to create an account with a faucet service sponsor (#407)

Fixed

  • Fixed field name for JSON file with transaction information (signed-transaction-info.json) (#427)

Other

  • add CODEOWNERS (#426)
  • print searched location on miss on sign-with-legacy-keychain (#422)
  • [breaking] updates near-* dependencies to 0.28 release (#423)

Install near-cli-rs 0.17.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.17.0/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.17.0/near-cli-rs-installer.ps1 | iex"

Install prebuilt binaries into your npm project

npm install [email protected]

Download near-cli-rs 0.17.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