This repository was archived by the owner on Oct 4, 2024. It is now read-only.
Releases: near/near-cli
Releases · near/near-cli
v2.0.1
- Remove account exists check for receiver account (#768) 769779b
- Merge pull request #767 from near/fix/update-near-logo ae5553a
amount
option renamed todeposit
(with alias) (#765) 1b25e16- update near logo on login e15769e
- Merge pull request #764 from near/fix/dev-account-test-artifacts 64fe390
- remove artifacts 21033d9
- update .gitignore 1874420
- Generate key for a given HD path improvements (#753) edde214
- Bump open from 8.0.8 to 8.0.9 (#759) 288388a
v2.0.0
Highlights:
- EVM commands removed
- bug fixes
Commits:
- test_environment.js added to files in package.json (#757) 8b7a885
- Merge pull request #756 from near/2.0.0 cddf769
- files list added to package.json (#754) f1f16e0
- Merge pull request #746 from near/dependabot/npm_and_yarn/eslint-7.26.0 b125930
- Merge pull request #747 from near/dependabot/npm_and_yarn/near-api-js-0.41.0 e44d5ee
- Bump near-api-js from 0.39.0 to 0.41.0 4bd5cd6
- Bump eslint from 7.25.0 to 7.26.0 493c618
- Merge pull request #748 from near/dependabot/npm_and_yarn/near-seed-phrase-0.2.0 51481ca
- Merge pull request #749 from near/dependabot/npm_and_yarn/open-8.0.8 c9049ac
- Merge pull request #739 from near/fix/seed-phrase-create-account 6222bbd
- Merge pull request #750 from near/dependabot/npm_and_yarn/ledgerhq/hw-transport-node-hid-5.51.1 6d7d59e
- add random string 389e021
- add near test staging ad04948
- Bump @ledgerhq/hw-transport-node-hid from 5.49.0 to 5.51.1 729c281
- Bump open from 8.0.7 to 8.0.8 86faaf0
- Bump near-seed-phrase from 0.1.1 to 0.2.0 58fed8d
- update yarn.lock b44d69e
- fix tests 2374a67
- Bump open from 7.4.0 to 8.0.7 a447058
- Bump bn.js from 5.1.3 to 5.2.0 683d504
- Upgrade to GitHub-native Dependabot (#728) 088d29c
- Bump chalk from 4.1.0 to 4.1.1 e977750
- remove unused 48b546f
- Fix seed phrase so it works with masterAccount ef6cbcd
- add volovyk-s as codeowner 21893e6
- Merge pull request #734 from near/fix/remove-evm-commands 160b654
- Bump strip-ansi-cli from 3.0.0 to 3.0.1 be63a8d
- update yarn lock 13a12e0
- remove web3 and near-web3-provider 7754fae
- update README a15b4e0
- deprecate evm-view 9959ceb
- deprecate evm-dev-init 723f1ae
- refactor evmDeprecated fc857ca
- add evmDeprecated and update evm-call 1f4ace1
- Revert "remove evm commands" f13b273
- remove evm commands aa964b5
- Merge pull request #731 from near/feat/enhance-readme eddbedb
- Ensure NEAR_CLI_OPTIONS includes explicit data for
log-event
(#725) cb3ae7c - format 38d99c3
- remove redudant network info 4c20440
- fix typo 40dd49b
- update docs links 65981af
- update copy ff9d3d4
- update description 018ba83
- add options link c20e927
- remove blank rows d6420fb
- consolidate table f8292c0
- update anchors 917c7b5
- hcollapse example responses 3ddf6d9
- init copy from docs f76e3fa
- dev-deploy usage restricted on mainnet (#714) 90ca53c
- Bump eslint from 7.24.0 to 7.25.0 34660e7
- Bump strip-ansi from 6.0.0 to 7.0.0 2d3a397
- Bump strip-ansi-cli from 2.0.0 to 3.0.0 2cd92d0
- Merge pull request #718 from near/validators-fix 9453756
- validators epoch command description updated fa568c7
- fix: wrong block hash parsing b52decc
- Merge pull request #715 from near/validators-fix d8f5a99
- validators <blockHash> added 6ef4b05
- Merge pull request #713 from ilyar/fix-send-money d621481
- epoch renamed to blockId in validators 5bd67b1
- epoch converted to int 4b66e0c
- Check if recipient account exists a79c633
- Merge pull request #709 from near/hotfix/deprecate-default-folder 3a97188
- style networkId and prompt near login 290acd1
- style deprecated with chalk / fix network return b92c61c
- Bump @ledgerhq/hw-transport-node-hid from 5.48.0 to 5.49.0 ddf41dd
- Bump near-web3-provider from 1.1.0 to 1.2.0 c686eb0
- Bump near-seed-phrase from 0.1.0 to 0.1.1 aaeb955
- add Ryan and Josh as codeowners 98c492f
- check both testnet and default credential location 3fc72f8
- remove if statement 00a75da
- exit checkCredentials if networkId is default or testnet 1c32cd9
- check credentials only if networkId is default or testnet 664ebfa
- update deploy credential check 961877c
- Bump eslint from 7.22.0 to 7.24.0 de7565a
- update checkCredentials args for delete account 6bde778
- remove credential check for viewCall 7330071
- change moving key to copying key 7b7bc83
- add checkCredentials to scheduleEVMFunctionCall 1b034b9
- add checkCredentials for deleteAccessKey 0f0fc23
- update scheduleFunctionCall args f83a4bf
- check credentials for addAccessKey e0c40e0
- check add-key credentials 19ba811
- change to keyStore.setKey a0ceb50
- fix checkCredentials 915ffc3
- add copy file to check credentials 0ff1279
- add checkCredentials to signature required commands 47f1a25
- change config default => testnet 00b5901
- add checkCredentials e0822bf
v1.6.0
Highlights:
view-state
command that allows viewing contract state (useful for debugging)- multiple methods can be added at once in
add-key
Commits:
- Remove extra dependency reference 45c1f20
- Bump @ledgerhq/hw-transport-node-hid from 5.41.0 to 5.48.0 (#704) cda6d0d
- Merge pull request #684 from near/view-state fcba8d0
- Merge pull request #668 from near/fix/update-docs-links aa7642d
- Merge pull request #697 from near/dependabot/npm_and_yarn/near-api-js-0.39.0 4ce8481
- Merge pull request #699 from near/delete-near-cli-options 714dfee
- remove NEAR_CLI_OPTIONS ebe2ede
- Bump near-api-js from 0.37.0 to 0.39.0 a3c8657
- Bump eslint from 7.19.0 to 7.22.0 fc6be64
- Merge pull request #688 from near/split-method-names 109e7fb
- multiple methods can be added at once in add-key c7e85fd
- tests fixed 728c299
- Merge branch 'master' into view-state 73e6888
- lint fix cea08c1
- Split --method-names value 6c2995b
- update docs links 1bd59e0
- WIP: fix response formatting 52b4fe2
- Add view-state command 5c6db6a
v1.5.4
v1.5.3
- yarn.lock c8cf671
- Bump eslint from 7.18.0 to 7.19.0 e030f9b
- Merge pull request #656 from near/dependabot/npm_and_yarn/near-web3-provider-1.1.0 ba360d7
- Bump near-web3-provider from 1.0.6 to 1.1.0 3832dfb
- Merge pull request #621 from near/dependabot/npm_and_yarn/uuid-8.3.2 e306b09
- Merge pull request #659 from near/dependabot/npm_and_yarn/near-api-js-0.36.3 04da081
- yarn fix f49597b
- Merge 2 opt-in questions into one 3010cf7
- Refactor tracking opt-in a bit more 0ef3747
- Use shellSettings as normal JS object 97f69c3
- Refactor asking question using readline 215171d
- Merge pull request #662 from near/fix/network_id 04a8c3a
- fix network id b1f6558
- Fix CI df866f7
- Use yes with dev-deploy to allow tests to pass fc3ee00
- Remove analytics consent query from non-interactive commands 899a5e9
- Bump near-api-js from 0.34.0 to 0.36.3 4305c61
- Merge pull request #620 from near/ailisp-patch-1 d705484
- Merge pull request #613 from near/mixpanel/identity-management 9f50e49
- Bump eslint from 7.17.0 to 7.18.0 5e5caae
- Bump eslint from 7.16.0 to 7.17.0 0f54672
- Bump eslint from 7.15.0 to 7.16.0 202e38e
- finish master account e7d4104
- fix as comments 0d4a586
- Bump uuid from 8.3.1 to 8.3.2 bc54745
- Update README.md 6ccf17b
- give asking function to command e427abc
- Merge branch 'master' into mixpanel/identity-management 051e121
- change back 4701a3e
- change config a6db13b
- fix identity setting 25e6675
- update test 853776d
- fix issue for asking repeatly 5e89d23
- change message cae81d2
- asking with more commands 9c0d408
- generate function for asking id fe5a618
v1.5.2
v1.5.1
v1.5.0
- add evm-dev-init command 74ec085
- Bump near-web3-provider from 1.0.0 to 1.0.2 171dcf3
- Bump eslint from 7.14.0 to 7.15.0 02643ed
- Bump eslint from 7.13.0 to 7.14.0 80d5d66
- docs: add units for attached tokens & gas ea88b7d
- Merge pull request #602 from near/fix/message-about-wrong-network 31c93c4
- account not found error logic changed 033f24f
v1.4.0
v1.3.1
- yarn.lock cfb14a2
- Merge pull request #577 from near/dependabot/npm_and_yarn/yargs-16.1.0 4c5a421
- Merge pull request #556 from near/dependabot/npm_and_yarn/open-7.3.0 6b58fcb
- Bump yargs from 16.0.3 to 16.1.0 700d103
- Bump open from 7.2.1 to 7.3.0 93316cf
- Merge pull request #588 from near/dependabot/npm_and_yarn/ledgerhq/hw-transport-node-hid-5.28.0 4a7452f
- Merge pull request #574 from near/dependabot/npm_and_yarn/near-api-js-0.31.0 75db91a
- Merge pull request #594 from near/revert-581-mixpanel/identity-management 52222b2
- Revert "generate function for asking id (#581)" 81a74ba
- Bump eslint from 7.12.0 to 7.13.0 65947ee
- Bump near-api-js from 0.30.0 to 0.31.0 e6edfc1
- Bump @ledgerhq/hw-transport-node-hid from 5.25.0 to 5.28.0 016733a