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.
Some improvements can be made to the serializing and deserializing of data:
this.hdk
can/should be serialised and deserialisedpublicKey
andchainCode
needs to serialised/deserialisedthis.hdKey
can be refactored via asetHdKey
methodthis.page
andthis.unlockedAccount
should be included in data serializationthis.hdPath
can be changed via deserialization without triggering thethis.setHdPath
methodimplementFullBIP44
is incorrectly serialisedimplementFullBIP44: this.implementFullBIP44
instead ofimplemntFullBIP44: false
forgetDevice
,setHdPath
and theconstructor
)this.accounts
can be donethis.bridgeUrl
can be changed via deserialisation without updating theiframe
URLinit
, or should triggeriframe
deletion and recreation (less desireable)The text was updated successfully, but these errors were encountered: