Skip to content

0.1.3 - 2024-08-21

Choose a tag to compare

@frol frol released this 21 Aug 07:24
· 30 commits to main since this release
51c8de1

Release Notes

Added

  • Added "Endorsements" columns to the output and updated the formula for online % calculation (#15)

Fixed

  • Fixed a syntax error in CI (publish-to-npm.yml)

Other

  • Updated near-cli-rs crate to 0.14 release (#14)
  • Added installation instructions to the README

Install near-validator 0.1.3

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.3/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.3/near-validator-installer.ps1 | iex

Install prebuilt binaries into your npm project

npm install near-validator@0.1.3

Download near-validator 0.1.3

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