@metamask/eth-keyring-controller
Advanced tools
Changelog
[12.0.0]
@metamask/eth-sig-util
to version ^6
(#235)
signPersonalMessage
now normalizes msgParams.data
in a different way for 0
and empty strings inputs. 0
will be normalized to 0x00
and empty strings to 0x
@metamask/utils
package (#234)Changelog
[11.0.0]
privateKeys
of type string[]
in case the supplied keyring is a "Simple Keyring". (#202), (#228)#
private methodsChangelog
[10.0.0]
@metamask
scope (#187)
@metamask/eth-keyring-controller
Uint8Arrays
back to an untyped array of UTF8 encoded bytes, which was the format prior to v9.0.0 of this package.