Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Releases: near/near-cli

v3.3.1

27 May 11:02
Compare
Choose a tag to compare

Highlights:

  • Removed requirement for specifying accountId for near js view
  • Added additional info to Mixpanel
  • Updated docs

Commits:

v3.3.0...v3.3.1

v.3.3.0

19 May 10:20
Compare
Choose a tag to compare

Highlights:

  • Added a set of commands for interaction with JS enslaved contracts
  • Bug fixes

Commits:

v3.2.0...v3.3.0

v3.2.0

11 Feb 07:05
Compare
Choose a tag to compare

Highlights:

  • Added ability to pass scripts to repl
  • Added ability to specify custom folder for generating keys in dev-deploy command
  • accountId added as alias for contractId parameter in view function

Commits:

  • feat(dev-deploy): added ability to specify custom folder for generating the keys (#934) e54f35c
  • line 35 deleted c781af0
  • added comment d27cd66
  • added alias for command option as json payload contractName 9225d11
  • Revert "feat(dev-deploy): added ability to specify custom folder for generati…" (#932) ba90cd5
  • feat(version): bumped the version to 3.1.1 to release the new feature 806b61b
  • feat(dev-deploy): added ability to specify custom folder for generating the keys 7a7e292
  • feat: add script argument to repl (#903) 20ec871

v3.1.0...v3.2.0

v3.1.0

16 Dec 19:21
Compare
Choose a tag to compare

Highlights:

  • dev-deploy command now has --initFunction and --initGas arguments
  • New command set-api-key allows you to set API Keys for RPC Servers (experimental)

Commits:

v3.0.1...v3.1.0

v3.0.1

09 Dec 16:27
Compare
Choose a tag to compare

Highlights:

  • New seat price formula used (#897) 00a0bf1
  • Starting from protocol version 49 number of seats per validator is always equal to 1

Commits:

v3.0.0...v3.0.1

v3.0.0

30 Nov 17:06
Compare
Choose a tag to compare

Highlights:

  • Breaking change: added prompts to delete-key command
  • Breaking change: added prompts to deploy command
  • Added --force/-f flag, that can be used to bypass prompts. Useful in scripting.

Commits:

  • delete-key prompts (#890) 1959b71
  • Fix referrer title in the CLI login page (#889) 77e5b97
  • Added the ability to optionally set the keyPath and networkId for localnet (#885) 1763e39
  • Add a prompt warning about an existing contract on this account (#883) 7dd821c

v2.2.0...v3.0.0

v2.2.0

03 Nov 13:17
Compare
Choose a tag to compare

Highlights:

  • near-api-js updated to 0.43.1
  • bug fixes
  • improved support of localnet

Commits

v2.1.1...v2.2.0

v2.1.1

27 Jul 18:22
Compare
Choose a tag to compare

Highlights:

  • --depositYocto option added. It allows you to specify deposit in yoctoNEAR instead of NEAR
  • dependencies updated

Commits:

v2.1.0...v2.1.1

v2.1.0

14 Jul 15:25
Compare
Choose a tag to compare

Highlights:

  • view-state shows results in base64
  • GuildNet added to the list of networks
  • near-api-js updated to 0.42.0

Commits:

v2.0.2...v2.1.0

v2.0.2

08 Jun 09:37
Compare
Choose a tag to compare
  • updated signAndSendTranscation to use object args (#784) 21aea78
  • update near call to use object args (#782) 85b848f

v2.0.1...v2.0.2