Skip to content

0.23.0 - 2025-12-11

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Dec 16:49
3602146

Release Notes

Added

  • Updated user interface for interactive mode (#524)
  • Added support for reconstructing transaction with global contracts deploy or use actions (#521)
  • Sign transactions with MPC from a different account or even through a DAO proposal (#520)
  • Enabled aarch64 Windows binary builds (upgraded cargo-dist to 0.29.0) (#518)
  • introduce tests (#522)

Fixed

  • Fixed a flaky test (block hash can be 43 or 44 characters long when base58-encoded) (#529)

Other

  • bump near-* dependencies to 0.34 (nearcore release 2.10) (#528)
  • changed default rpc to archival fastnear (#527)

Install near-cli-rs 0.23.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries into your npm project

npm install [email protected]

Download near-cli-rs 0.23.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-aarch64-pc-windows-msvc.tar.gz ARM64 Windows checksum
near-cli-rs-aarch64-pc-windows-msvc.msi ARM64 Windows 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