Skip to content

0.4.3 - 2023-06-02

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jun 19:44
4f8576e

Release Notes

Added

  • New command to send a signed transaction [potentially constructed offline] (#206)
  • Extended access-key deletion with an option to delete multiple keys in a single transaction (#207)

Other

  • Updated dependencies to the most recent versions

Install near-cli-rs 0.4.3

Install prebuilt binaries via shell script

# WARNING: this installer is experimental
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.4.3/near-cli-rs-v0.4.3-installer.sh | sh

Install prebuilt binaries via powershell script

# WARNING: this installer is experimental
irm https://github.com/near/near-cli-rs/releases/download/v0.4.3/near-cli-rs-v0.4.3-installer.ps1 | iex

Install prebuilt binaries into your npm project

npm install [email protected]

Download near-cli-rs 0.4.3

target kind download
aarch64-apple-darwin tarball near-cli-rs-v0.4.3-aarch64-apple-darwin.tar.gz
x86_64-apple-darwin tarball near-cli-rs-v0.4.3-x86_64-apple-darwin.tar.gz
x86_64-pc-windows-msvc tarball near-cli-rs-v0.4.3-x86_64-pc-windows-msvc.tar.gz
x86_64-unknown-linux-gnu tarball near-cli-rs-v0.4.3-x86_64-unknown-linux-gnu.tar.gz