core
core copied to clipboard
@metamask/[email protected]
Replaces [email protected] with @metamask/[email protected]. ~This prevents some messages that appear to have been previously accepted from being signed, so this ought to be a breaking change.~
Some of the unit tests are failing here because of a mistake made in the typed message schema in eth-sig-util@4. This schema mistake is fixed here: https://github.com/MetaMask/eth-sig-util/pull/243
The schema mistake has been fixed and published as [email protected]
Is this something we need to get into the next release? I'm assuming no since this is still in draft, but just wanted to check.
This was done in #914