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
{{ message }}
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
There seems to be some inconsistencies with how data is serialized and deserialized in some of the Metamask keyring libraries.
For the Trezor keyring:
this.paths
is included in serialization, but not in deserializationthis.hdk
can/should be serialised and deserialisedpublicKey
andchainCode
need to be serialised/deserialisedthis.hdPath
can be changed via deserialization without triggering thethis.setHdPath
methodforgetDevice
,setHdPath
and theconstructor
)this.hdKey
can be refactored via asetHdKey
methodThe text was updated successfully, but these errors were encountered: