Skip to content

Releases: MetaMask/eth-simple-keyring

6.0.2

02 Jul 15:53
9de8959
Compare
Choose a tag to compare

Changed

  • Bump @metamask/utils from ^8.1.0 to ^9.0.0 (#177)

6.0.1

23 Oct 14:47
5f5aa17
Compare
Choose a tag to compare

Fixed

  • Treat undefined and null as empty array in deserialize function (#163)

5.1.1

23 Oct 12:38
9982f77
Compare
Choose a tag to compare

Fixed

  • Treat undefined and null as empty array in deserialize function (#166)

6.0.0

25 Sep 08:08
747a71c
Compare
Choose a tag to compare

Changed

  • BREAKING: Increase minimum Node.js version to 16 (#152)
  • BREAKING: Bump @metamask/eth-sig-util from ^6.0.1 to ^7.0.0 (#156)
  • Bump @metamask/utils from ^5.0.0 to ^8.1.0 (#153)
  • Bump ethereum-cryptography from ^1.2.0 to ^2.1.2 (#153)

5.1.0

22 Sep 09:40
5c12e42
Compare
Choose a tag to compare

Changed

  • Export TypeScript interfaces (#140)
  • Update all dependencies (#140) (#149)

Fixed

  • Add validateMessage option to signMessage to configure if runtime-validation should be done that input string is hex (default: true) (#148)

5.0.0

23 Nov 14:32
1765fa0
Compare
Choose a tag to compare

Changed

  • BREAKING: Makes version-specific signTypedData methods private (#84)
    • Consumers should use the generic signTypedData method and pass the version they'd like as a property in the options argument.
  • BREAKING: Makes the wallets property private (#87)
    • Consumers should not use this property as it is intended for internal use only.
  • BREAKING: Makes getPrivateKeyFor a private method (#83)
    • Consumers who wish to get the private key for a given account should use the exportAccount method.
  • BREAKING: Set the minimum Node.js version to 12 (#68)
  • Always return rejected Promise upon failure (#85)

Removed

  • BREAKING: Remove redundant newGethSignMessage method (#72)
    • Consumers can use signPersonalMessage method as a replacement for newGethSignMessage.

v4.2.0

20 Apr 20:00
bef09e1
Compare
Choose a tag to compare

changelog

  • support for node.js version 12 by way of upgrading ethereumjs-wallet & eth-sig-util #65 and #67

v4.1.0

19 Apr 22:08
92e5dae
Compare
Choose a tag to compare

Changelog

  • Add file list to package.json #49
  • Use lodash@4.17.19 #52
  • Bump elliptic to 6.5.4 #60
  • Use mocha@8.1.1 #55
  • upgrade ethereumjs-util #62
  • y18n to 4.0.1 #63
  • Support new versions of @ethereumjs/tx #61