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

Releases: near/near-cli

v0.24.4

24 Jun 00:51
f2c8f49
Compare
Choose a tag to compare
0.24.4

v0.24.2

07 Jun 22:21
Compare
Choose a tag to compare

v0.24.1...v0.24.2

v0.24.1

22 May 21:38
Compare
Choose a tag to compare

Commits:

  • Make Ledger dependencies optional f5980cc

v0.24.0

22 May 06:09
Compare
Choose a tag to compare

Highlights:

  • Ledger support (--useLedgerKey, --newLedgerKey)
  • near delete-key
  • Metrics opt-in only in near login and near dev-deploy (to avoid messing with scripts)

Commits:

  • Merge pull request #370 from near/ledger 3e2f438
  • Merge pull request #383 from near/hotfix/353-delete-access-key 46d3f14
  • Make sure that you have to use --useLedgerKey explicitly aac0a5e
  • move logic to commands/delete-key.js 4691e46
  • fix command arg with option key 1dd9530
  • add delete-key command to delete access key 5ad4ae3
  • Adjust CLI options, fix public key caching e934d22
  • bump yarn.lock fc21a38
  • Merge pull request #377 from near/fix-update-yarn fcd8002
  • Merge pull request #376 from near/fix-metrics-opt-in 932bc73
  • Fix update notifier usage to support yarn f871faa
  • Ask for event tracking opt-in only in interactive commands f464166
  • Fix near-ledger-js version 1df2f9c
  • More lint fixes 9313095
  • Allow using double quotes in string to avoid escaping b02ae83
  • yarn fix fe0d1a4
  • Add support for using Ledger for signing and account creation 4e2363f
  • Bump near-api-js from 0.25.0 to 0.25.1 (#369) c5a1655

v0.23.2...v0.24.0

v0.23.2

17 May 00:50
Compare
Choose a tag to compare

Commits:

  • Merge pull request #373 from near/fix-view-call 9948579
  • Use contractName when no other account is specified 6b18d5d
  • Bump near-api-js from 0.24.0 to 0.25.0 (#368) 95c0c5e

v0.23.1

13 May 06:00
Compare
Choose a tag to compare
  • Merge pull request #362 from near/hotfix/create-neardev-if-absent b56d908
  • Merge branch 'master' into hotfix/create-neardev-if-absent f2976ac
  • Change ./neardev references everywhere f79beaa
  • Merge pull request #365 from near/rm-nearlib 353d2f1
  • refactor: replace nearlib with nearAPI 701e17b
  • Print out full arrays, not just the first 100 elements (#366) a13bb66
  • style: add .editorconfig b061670
  • Merge pull request #357 from near/proposals-imp 61b4d43
  • use const for a string literal for "./neardev" d426201
  • Merge pull request #363 from near/fix-gitpod-login 4ee60b4
  • Use temporary instead of permanent redirect during login 90ffdcb
  • Revert "address windows, mac, linux behavior w/ callback and auto-open Wallet" d7a4e94
  • Merge pull request #361 from near/hotfix/linux-doesnt-auto-open-wallet 7e3f8b1
  • use existsSync as alternative way to make neardev dir 645938a
  • Merge pull request #333 from near/near.org 779fab0
  • refactor: replace nearprotocol.com with near.org b1da5bf
  • quick try/catch in case it's there e0df642
  • dev-deploy: create neardev directory if it doesn't exist 7bce9f3
  • update comment about windows to include other platforms 1cdbfa6
  • only enable enhancements for Mac 27ed982
  • Bump eslint from 6.8.0 to 7.0.0 432a19c
  • only mac does callback f76704d
  • address windows, mac, linux behavior w/ callback and auto-open Wallet 6a40ac6
  • Add a bit more info / ordering for proposals/validators 213a9ae
  • Show how many proposals are passing 7752aa8

v0.23.0...v0.23.1

v0.23.0

08 May 08:29
Compare
Choose a tag to compare
  • Merge pull request #328 from near/validator-list bf8da4e
  • Fix remaining nearprotocol.com in config + ci domain 2ae1905
  • Merge pull request #355 from near/hotfix/near-org-links 2995329
  • yarn fix 424a4a4
  • near-api-js 0.24.0 8e89e91
  • Fix bug with near real not starting 25e75cb
  • Fix up some proposals output a98db2e
  • Move all display logic to utils and add proposals display 8648589
  • change nodeUrl, walletUrl to use near.org c99c2a1
  • Remove package lock and update yarn lock 52ac90b
  • Switch to use nearlib's validator tools 4a39d90
  • Add dependabot config with auto merge for dev deps (#354) d8305ee
  • Bump jest from 25.5.3 to 26.0.1 (#349) 60880a9
  • Merge remote-tracking branch 'origin/master' into validator-list 9237cd1
  • Bump jest-environment-node from 26.0.0 to 26.0.1 (#352) a70696e
  • Fix lint e9c7986
  • Update yarn lock file 5d1d9c1
  • Sort validators by stake desc 414a597
  • Compute seat price, show next validators in the diff fashion f228580
  • Keep working on validators display 1d26261
  • Adding experimental API to list validators 9d6a1e5

v0.22.0...v0.23.0

v0.22.0

06 May 02:56
Compare
Choose a tag to compare
  • Merge pull request #351 from near/fix-near-env 112d216
  • Make sure that mainnet and testnet are available in config 2341c91
  • Allow to use NEAR_ENV to select current env cdcf950
  • Merge pull request #346 from near/disable-opt-in-gitpod 5a0f8a7
  • Bump jest-environment-node from 25.5.0 to 26.0.0 (#348) b4ee984
  • s/nearprotocol/near in badge URLs fffaeca
  • Pretty-print settings.json when writing it out d5d85aa
  • Opt-in to tracking by default on GitPod f42af45
  • Merge pull request #308 from near/betanet-config b262f01
  • Replace ci-staging with ci-betanet 78da28a
  • Bump uuid from 7.0.3 to 8.0.0 (#342) 2e395cc
  • Bump jest from 25.5.1 to 25.5.3 (#343) 8c76e32
  • Disable callback url capture for windows as a temp workaround (#341) 2bb9f36
  • Move default location for credentials to .near-credentials (#339) 3dd9128
  • Merge pull request #337 from near/dependabot/npm_and_yarn/jest-environment-node-25.5.0 a6bf463
  • Bump jest-environment-node from 25.4.0 to 25.5.0 c7c3988
  • Merge pull request #338 from nearprotocol/dependabot/npm_and_yarn/jest-25.5.1 e3fe3f1
  • Bump jest from 25.4.0 to 25.5.1 708ee13
  • Merge pull request #334 from nearprotocol/cleanup-deps 2897d36
  • Cleanup unused dependencies 33c0e1a

v0.21.0...v0.22.0

v0.21.0

28 Apr 22:18
75d869b
Compare
Choose a tag to compare
  • Merge pull request #330 from nearprotocol/revert-324-hotfix/307-subdomains 9c33a57
  • Revert "Addresses subdomains in create_account, dev-deploy" 01fd99e
  • Merge pull request #318 from nearprotocol/dependabot/npm_and_yarn/jest-25.4.0 0071da3
  • Addresses subdomains in create_account, dev-deploy (#324) 122a5fb
  • Merge branch 'master' into hotfix/307-subdomains 9e217cc
  • Metrics events all (#327) 022f9c2
  • Bump jest from 25.3.0 to 25.4.0 8a52b2d
  • Merge pull request #319 from nearprotocol/dependabot/npm_and_yarn/jest-environment-node-25.4.0 64ffae3
  • Bump jest-environment-node from 25.3.0 to 25.4.0 64e6cd0
  • Merge pull request #323 from nearprotocol/metrics-events 92fee29
  • address growing account names, warn against network inconsistency, tla's >= 32 8d39834
  • Remove unused import (lint) 80caf92
  • Fix merge error and readd event tracking to create account cc93a4e
  • Remove tracking from create account temporarily ab9a4b7
  • Fix typo in settings key in generated test settings file ad77f3c
  • Merge conflict cleanup 80ff9d2
  • Merge branch 'master' into metrics-events 4df2336
  • Update text for dev event tracking opt-in question 9ae4d96
  • remove create_account error, simply inform and return 2c82feb
  • lint fixes 112676c
  • Merge branch 'master' into hotfix/307-subdomains 92cc593
  • tests create accounts as subdomains of test.near 95a4fea
  • create-account tells user of validation requirements, gives message and throws if needed c87cdb8
  • dev-deploy to use x.test.near 7c75f74
  • Remove copying testsettings step from the test script 2a80c73
  • Generate test settings file on the fly from test script f99491d
  • Address code review comments 1f79bbd
  • Adding more events in tracking e6684af
  • Fix typo in test settings setup 1e0a592
  • Remove accountId from view state tracking (PII) eec7065
  • Add test settings file to init with on ci e306f5c
  • Pull out saving settings into a separate util 62b8288
  • Fix lint errors 83b5c51
  • Undo accidental change in login fc93a27
  • Add example of tracking usage in viewState 1025c64
  • Remove extra test code from main login command. 96ddf5a
  • Fix lint errors fd64c97
  • Pull out settings keys into constants c799108
  • Add error handling to the mixpanel calls b229756
  • Clean up eventtracking util class d986761
  • Initial stab at dev event tracking (E2E with mixpanel works) e2bc3c9

v0.20.9...v0.21.0

v0.20.9

23 Apr 02:32
Compare
Choose a tag to compare
  • Make sure that default NODE_ENV is test for running tests b3e2fa6
  • Change account balance in test environment to be 500 NEAR ca730e7
  • Bump near-api-js from 0.23.1 to 0.23.2 (#315) 046306f
  • Merge pull request #322 from nearprotocol/mainnet-config 82ac910
  • yarn fix 33d6e0d
  • Make sure dev-deploy sets --initialBalance option 7e31bfb
  • change back to default 6e5d12c
  • change rpc endpoint 5993c51
  • feat: add mainnet config d7d0e5d

v0.20.8...v0.20.9