This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
Releases: MetaMask/eth-simple-keyring
Releases · MetaMask/eth-simple-keyring
6.0.2
6.0.1
5.1.1
6.0.0
5.1.0
5.0.0
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.
- Consumers should use the generic
- 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.
- Consumers who wish to get the private key for a given account should use the
- 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 fornewGethSignMessage
.
- Consumers can use