You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING: Remove keyringTypes property from the KeyringController state (#1441)
BREAKING: Constructor KeyringControllerOptions type changed (#1441)
The KeyringControllerOptions.state accepted type is now { vault?: string }
The KeyringControllerOptions.keyringBuilders type is now { (): Keyring<Json>; type: string }[]
BREAKING: The address type accepted by the removeAccount method is now Hex (#1441)
BREAKING: The signTypedMessage method now returns a Promise<string> (#1441)
BREAKING: The signTransaction method now requires a TypedTransaction from @ethereumjs/tx@^4 for the transaction argument, and returns a Promise<TxData> (#1441)
BREAKING: Rename Keyring type to KeyringObject (#1441)
BREAKING:addNewAccount now throws if address of new account is not a hex string (#1441)
BREAKING:exportSeedPhrase now throws if first keyring does not have a mnemonic (#1441)
BREAKING:verifySeedPhrase now throws if HD keyring does not have a mnemonic (#1441)
Update return type of getAccountKeyringType to Promise<string> (#1441)
Update @metamask/eth-keyring-controller to ^13.0.0 (#1441)