Skip to content

0.1.1 - 2024-01-27

Choose a tag to compare

@github-actions github-actions released this 27 Jan 23:52
· 37 commits to main since this release

Release Notes

Other

  • removed explicit rust-toolchain, so let's use the latest stable by default
  • Upgraded NEAR crates to 0.20.0 release (#5)
  • fixed code_style.yml to use ubuntu-latest instead of ubuntu-20.04
  • removed old CI integrations that are now replaced by cargo-dist (release.yml workflow)

Install near-validator 0.1.1

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Install prebuilt binaries into your npm project

npm install near-validator@0.1.1

Download near-validator 0.1.1

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