Skip to content

Releases: MetaMask/eth-method-registry

4.0.0

07 Feb 20:32
4272193
Compare
Choose a tag to compare

Changed

  • BREAKING: Support for Node.js v12 and v14 have been removed. Minimum Node.js version is now 16.20 (#57)
  • BREAKING: @babel/runtime@^7.0.0 is now a peerDependency (#62)
  • These private MethodRegistry properties are now removed: eth, provider, registry (#60)
  • Replace dependency @metamask/ethjs with used subdependencies @metamask/ethjs-query and @metamask/ethjs-contract (#61)
  • Update dependencies @metamask/ethjs-contract and @metamask/ethjs-query (#62)
    • @metamask/ethjs-contract@^0.3.4->^0.4.1
    • @metamask/ethjs-query@^0.5.3->^0.7.1

Fixed

  • Remove undocumented peerDependency on babel-runtime (#62)

3.0.0

19 Dec 04:44
7a1be7b
Compare
Choose a tag to compare

Changed

  • BREAKING: These MethodRegistry properties are now parked as private: eth, provider, registry (#31)
  • Update from ethjs@^0.4.0 to @metamask/ethjs@^0.5.0 (#50)

Fixed

  • Fix constructor options interface name (#25)

2.0.0

10 Jan 19:50
52bf70d
Compare
Choose a tag to compare

Added

  • Support method signatures with array arguments (#22)

Changed

  • (SEMVER-MAJOR) Require provider argument (#15)
  • Migrate to TypeScript (#21)

1.2.0

10 Jan 19:51
Compare
Choose a tag to compare

Added

  • Support method signatures with tuple arguments (#6)