Skip to content

0.1.10 - 2026-06-08

Choose a tag to compare

@github-actions github-actions released this 08 Jun 21:50
Immutable release. Only release title and notes can be modified.
940a727

Release Notes

Added

  • Added styling options for "newline", "option selection" and "answer" for "inquire" crate (#35)

Other

  • bump near-* deps to nearcore 2.12 / protocol 84 + fix protocol-config deserialization (#37)
  • upgrade to Rust edition 2024 (#34)
  • migrate to org-wide NEARPROTOCOL_CI_PR_ACCESS token (#33)

Install near-validator 0.1.10

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.10/near-validator-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/near-cli-rs/near-validator-cli-rs/releases/download/v0.1.10/near-validator-installer.ps1 | iex"

Install prebuilt binaries into your npm project

npm install near-validator@0.1.10

Download near-validator 0.1.10

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-aarch64-pc-windows-msvc.tar.gz ARM64 Windows checksum
near-validator-aarch64-pc-windows-msvc.msi ARM64 Windows 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-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
near-validator-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum