Skip to content

v0.45.0

Compare
Choose a tag to compare
@gutsyphilip gutsyphilip released this 08 Jun 18:39
· 895 commits to master since this release

Highlights

  • Support for Near JS SDK
  • Method to bypass 2fa with fak
  • State cleanup on disable multisig

Commits

  • Merge pull request #870 from near/WAL-338-abstractions-if-using-js-sdk c158218
  • fix: argument duplicate 0260347
  • fix: typo 0a17a04
  • feat: support for custom jsvmAccountId 15f1873
  • chore: instruction updates b6918e8
  • feat: initial pass at supporting JS contract 58396df
  • Merge pull request #808 from AhaLabs/fix/make_stale_bot_wait_longer 6f83d39
  • Merge pull request #834 from near/dependabot/npm_and_yarn/examples/cookbook/node-fetch-2.6.7 55a11da
  • build(deps): bump node-fetch from 2.6.6 to 2.6.7 in /examples/cookbook b5cb148
  • Merge pull request #826 from near/dependabot/npm_and_yarn/minimist-1.2.6 af6dd63
  • Merge pull request #825 from lebedev/patch-1 9f7a2a7
  • Merge pull request #823 from near/feat-disable-2fa-with-fak da1194c
  • refactor: remove optional chaining f661ae4
  • Merge pull request #802 from near/contract-deploy-validate-existing-state 4163807
  • refactor: disableActions retrieval ordering and error throwing 3c78e65
  • refactor: format ternary 329492c
  • refactor: remove reimplimented code 037dde4
  • feat: add method to bypass 2fa with fak 7071651
  • refactor: remove optional chaining 1ebbbe2
  • fix: return invalid_code on method_not_found 34a492f
  • refactor: remove point free style from 'this' method fedd3d5
  • refactor: combine checkMultisigStateStatus into checkMultisigCodeAndStateStatus 3df552a
  • Bump minimist from 1.2.5 to 1.2.6 f4332d9
  • feat: add checkMultisigCodeAndStateStatus ae5e8a5
  • Fix broken link in README c29990a
  • fix: update multisig errors and fix gas issues 249a1ba
  • refactor: inline contractHasExistingStateError 6d57d90
  • refactor: format switch statement 394a41e
  • fix: add test transaction to determine contract state c299da0
  • fix: add catch addRequest on deployMultisig 746cea9
  • feat: add state cleanup on disable multisig 0608170
  • fix: make PR stale after 14 days of no activity 69c9aa9
  • refactor: remove optional chaining operator 17eb11a
  • fix: avoid deploying a contract to an account with existing state 90aaa04
  • change wrap-near cookbook recipe to use testnet (#773) e927253
  • Added git hook (#723) 0139380
  • Bump borsh from 0.6.0 to 0.7.0 (#741) 3a5cb60
  • near.deps check added (#752) 75e3d77

v0.44.2...v0.45.0