Skip to content

v2.0.0

Compare
Choose a tag to compare
@volovyks volovyks released this 14 May 09:37
· 215 commits to master since this release

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...v2.0.0