Releases: near/near-cli-rs
Releases · near/near-cli-rs
0.5.1 - 2023-06-07
Release Notes
Added
- New
transaction sign-transaction
command [useful in combination with ... sign-later
and transaction send-signed-transaction
commands] (#215)
Other
- Upgraded NEAR crates to 0.17.0 release (#216)
Install near-cli-rs 0.5.1
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.5.1/near-cli-rs-v0.5.1-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.5.1/near-cli-rs-v0.5.1-installer.ps1 | iex
Install prebuilt binaries into your npm project
Download near-cli-rs 0.5.1
0.5.0 - 2023-06-05
Release Notes
Added
- New offline mode allows to prepare transactions on devices that are not connected to the Internet (#209)
Fixed
- Add support for no-args view-function calls for legacy JS CLI
view
command (#213)
Install near-cli-rs 0.5.0
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.5.0/near-cli-rs-v0.5.0-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.5.0/near-cli-rs-v0.5.0-installer.ps1 | iex
Install prebuilt binaries into your npm project
Download near-cli-rs 0.5.0
0.4.3 - 2023-06-02
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
Download near-cli-rs 0.4.3
0.4.2 - 2023-05-26
Release Notes
Added
Install near-cli-rs 0.4.2
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.2/near-cli-rs-v0.4.2-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.2/near-cli-rs-v0.4.2-installer.ps1 | iex
Install prebuilt binaries into your npm project
Download near-cli-rs 0.4.2
0.4.1 - 2023-05-22
Release Notes
Fixed
- Added extra space at the beginning of a line in interactive queries (#196)
Other
- Added a guide on
send-meta-transaction
(#192)
Install near-cli-rs 0.4.1
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.1/near-cli-rs-v0.4.1-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.1/near-cli-rs-v0.4.1-installer.ps1 | iex
Install prebuilt binaries into your npm project
Download near-cli-rs 0.4.1
0.4.0 - 2023-05-02
Release Notes
Added
- Meta-Transactions support (#189)
- Support for adding key from Ledger hardware wallet (#188)
Fixed
- fixed call function with non-JSON arguments being incorrectly displayed as
null
(#187)
- pass right token to release-plz action (#185)
Install near-cli-rs 0.4.0
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.0/near-cli-rs-v0.4.0-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.0/near-cli-rs-v0.4.0-installer.ps1 | iex
Install prebuilt binaries into your npm project
Download near-cli-rs 0.4.0
0.3.5 - 2023-04-21
Release Notes
Fixed
- Fixed self-update to use the proper archive name generated by cargo-dist
Install near-cli-rs 0.3.5
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.3.5/near-cli-rs-v0.3.5-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.3.5/near-cli-rs-v0.3.5-installer.ps1 | iex
Install prebuilt binaries into your npm project
Download near-cli-rs 0.3.5
0.3.4 - 2023-04-20
Release Notes
Other
- Enable self-update on CI and NPM installer for binary releases (#183)
- release v0.3.3 (#182)
Install near-cli-rs 0.3.4
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.3.4/near-cli-rs-v0.3.4-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.3.4/near-cli-rs-v0.3.4-installer.ps1 | iex
Install prebuilt binaries into your npm project
Download near-cli-rs 0.3.4
0.3.3 - 2023-04-20
Release Notes
Added
- Added support for Contract Storage Management Standard (#179)
Other
- update release-plz-action to v0.5 (#180)
Install near-cli-rs 0.3.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.3.3/near-cli-rs-v0.3.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.3.3/near-cli-rs-v0.3.3-installer.ps1 | iex
Download near-cli-rs 0.3.3
0.3.2
Release Notes
Added
- Show contract function call result and make it usable in scripts by only writing the result to stdout, and everything else will be printed to stderr (#177)
- Use optimisticly latest nonce for the access key instead of the final one to avoid errors running commands one after the other (#176)
Fixed
- fixed printing about saving the access key (#173)
Other
- Added GitHub Actions installation instructions
Install near-cli-rs 0.3.2
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.3.2/near-cli-rs-v0.3.2-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.3.2/near-cli-rs-v0.3.2-installer.ps1 | iex
Download near-cli-rs 0.3.2