This repository was archived by the owner on Oct 7, 2024. It is now read-only.
5.0.0
Changed
- BREAKING: Makes version-specific
signTypedDatamethods private (#84)- Consumers should use the generic
signTypedDatamethod and pass the version they'd like as a property in the options argument.
- Consumers should use the generic
- BREAKING: Makes the
walletsproperty private (#87)- Consumers should not use this property as it is intended for internal use only.
- BREAKING: Makes
getPrivateKeyFora private method (#83)- Consumers who wish to get the private key for a given account should use the
exportAccountmethod.
- 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
newGethSignMessagemethod (#72)- Consumers can use
signPersonalMessagemethod as a replacement fornewGethSignMessage.
- Consumers can use