@metamask/eth-hd-keyring
Advanced tools
Changelog
[7.0.1]
@metamask/eth-sig-util
from ^6.0.0
to ^7.0.0
@metamask/utils
from ^5.0.2
to ^8.1.0
@ethereumjs/tx
from ^4.1.1
to ^4.2.0
@ethereumjs/util
from 8.0.5
to ^8.1.0
ethereum-cryptography
from ^1.2.0
to ^2.1.2
Changelog
[7.0.0] [RETRACTED]
Changelog
[6.0.1] [RETRACTED]
Changelog
[4.0.2]
deserialize
method (#65)
deserialize
method (which is also called by the constructor) can no longer generate accounts with the numberOfAccounts
option without a mnemonic
. Prior to v4.0.0, a mnemonic was generated automatically if it was missing, but we now want to ensure a mnemonic is never implicitly generated without the caller knowing.Changelog
[4.0.0]
@lavamoat/allow-scripts
(#47)
mnemonic
on HdKeyring
can now be either type Buffer
or type string
.HdKeyring
constructor by extension) can no longer be passed an options object containing a value for numberOfAccounts
if it is not also containing a value for mnemonic
.eth-hd-keyring
to @metamask/eth-hd-keyring
.