Skip to content

v0.22.0

Compare
Choose a tag to compare
@vgrichina vgrichina released this 05 Mar 01:02
· 1572 commits to master since this release

Commits:

  • yarn dist 6291a89
  • Bump rimraf from 3.0.1 to 3.0.2 (#222) de49029
  • Bump @typescript-eslint/parser from 2.21.0 to 2.22.0 (#247) f7c94a2
  • Bump @typescript-eslint/eslint-plugin from 2.21.0 to 2.22.0 (#248) 29678f2
  • Merge pull request #235 from nearprotocol/add-common-mds 96d2a2b
  • Merge pull request #249 from nearprotocol/hotfix/masteraccount-initial-gas 4c07b1b
  • fund account created with masterAccount with proper gas 56683c6
  • Merge pull request #246 from nearprotocol/dependabot/npm_and_yarn/typescript-3.8.3 c206284
  • Merge pull request #244 from nearprotocol/dependabot/npm_and_yarn/typedoc-0.16.11 0689146
  • Bump typescript from 3.8.2 to 3.8.3 99be67b
  • Bump typedoc from 0.16.9 to 0.16.11 b5d00a8
  • Merge pull request #227 from nearprotocol/dependabot/npm_and_yarn/semver-7.1.3 b544023
  • Merge pull request #236 from nearprotocol/dependabot/npm_and_yarn/typescript-3.8.2 a485601
  • Bump semver from 7.1.1 to 7.1.3 b9c408b
  • Bump typescript from 3.7.5 to 3.8.2 5ee2f45
  • Merge pull request #241 from nearprotocol/dependabot/npm_and_yarn/typedoc-plugin-markdown-2.2.17 2f52b99
  • Bump typedoc-plugin-markdown from 2.2.16 to 2.2.17 7fdf9d7
  • Fix test broken by #238 d935c9a
  • Merge pull request #225 from nearprotocol/dependabot/npm_and_yarn/tweetnacl-1.0.3 e198628
  • Merge pull request #237 from nearprotocol/dependabot/npm_and_yarn/ts-morph-7.0.0 205a9b1
  • Merge pull request #239 from nearprotocol/dependabot/npm_and_yarn/typescript-eslint/parser-2.21.0 a5bf6e7
  • Merge pull request #240 from nearprotocol/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-2.21.0 06a92c2
  • Merge pull request #238 from nearprotocol/fckt/fix-ReceiverMismatch c987090
  • Bump @typescript-eslint/parser from 2.18.0 to 2.21.0 b65aca3
  • Bump ts-morph from 6.0.2 to 7.0.0 9a45b9f
  • Bump @typescript-eslint/eslint-plugin from 2.18.0 to 2.21.0 7c2208f
  • Bump tweetnacl from 1.0.2 to 1.0.3 a79cd93
  • yarn.lock 80cbd56
  • ReceiverMismatch error message #234 45b63f2
  • Merge pull request #216 from nearprotocol/jest-test-each d5aff59
  • add code of conduct, contributing markdown files f1db8e2
  • Fix error thrown by node-fetch 8aadbdd
  • Merge pull request #221 from nearprotocol/fix-binary-reader d17a72e
  • Fix one off error in BinaryReader ccf2269
  • refactor: clean up format tests e4cd426
  • Merge pull request #213 from nearprotocol/fckt/fix-schema-to-type 647690a
  • fix for empty error variants 76ea814
  • yarn dist 71a4bbe
  • Merge pull request #191 from nearprotocol/function-call-default-gas 213b318
  • Merge pull request #204 from nearprotocol/fix-contract-config 1c93aa7
  • Fix syntax error in account.test.js 627a5bc
  • Fix Contract to not crash without viewMethods/changeMethods 2a207cd
  • Add tests for having only view or change contract methods ccd45c7
  • Merge pull request #106 from nearprotocol/sign-tx 2475049
  • Merge remote-tracking branch 'origin/master' into sign-tx d6679fb
  • Merge pull request #203 from nearprotocol/remove-tslint 2eea295
  • Bump rimraf from 3.0.0 to 3.0.1 (#201) db0897e
  • Bump typedoc from 0.16.7 to 0.16.9 (#200) bee991d
  • Refactor ESLint config and fix/disable remaining issues 2a172d2
  • yarn fix 12d681c
  • Lint TypeScript using eslint ebfc50c
  • yarn fix 6e6e40d
  • Make sure gas is passed as BN e316e72
  • Increase default gas amount for function calls d7eb5cc
  • Merge pull request #202 from nearprotocol/fix_providers_test 2a4f571
  • fix_providers_test 73a0fb1
  • browserify 7e7123b
  • Add missing await 3410168
  • FunctionCall permission only allows one action per tx 141cccb
  • Check for error with not enough balance on access key d95d6bf
  • Merge pull request #197 from nearprotocol/update-error-schema 95b71fa
  • Update error schema and fix tests ec831dd
  • Use WalletConnection in test instead of WalletAccount 721f030
  • yarn fix 0be58f1
  • Make tests work and refactor a little bit fbb41c5
  • Add test for signing redirect when there is no local key 09dd0d9
  • Lint fixes f929ee3
  • Add test for requestSignTransactions a61fac7
  • Add logic to find matching keys / code clean-up 30d451e
  • Merge remote-tracking branch 'origin/master' into sign-tx 26ed384
  • browserify cd08aef
  • Made tx signing happy path work with wallet 30a0bc7
  • Remove signHash from Signer 4e25485
  • TODOs cb3a972
  • Improve serialization test b3d7982
  • Change the way callbackUrl is passed dd5cc09
  • Prototype WalletAccount.requestSignTransactions 44466f5