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
Currently the Account Map (AM) only supports one descriptor and is a "minimal backup". Our wallets can support many descriptors. There is a disconnect here. We ought to add additional params to the AM so that we specify a keypool descriptor and then an array of watching descriptors. Currently the way recovery wallets are treated in Gordian-iOS and Fully Noded is that they have one primary descriptor which is used to generate invoice addresses and a similar change descriptor for transactions. However there is also a list of watching descriptors which are included when recovering a wallet. These should also be added to the AM to ensure their wallet is recreated in its entirety. The current AM is designed with the idea to keep it as small as possible, this new approach would not care about size as we can export it as a .json file or animated QR's.
In addition I think we ought to support one "wallet export" file which is essentially just a json file with an array of each wallets AM. Likewise for the QuickConnects. if we are going to release a macOS version of GordianWallet (bc iCloud sync does not work on Catalyst) users will want to easily recreate all of their wallets and node connections in one fell swoop rather then having to do each one individually.
The text was updated successfully, but these errors were encountered:
Currently the Account Map (AM) only supports one descriptor and is a "minimal backup". Our wallets can support many descriptors. There is a disconnect here. We ought to add additional params to the AM so that we specify a
keypool
descriptor and then an array ofwatching
descriptors. Currently the way recovery wallets are treated in Gordian-iOS and Fully Noded is that they have one primary descriptor which is used to generate invoice addresses and a similar change descriptor for transactions. However there is also a list ofwatching
descriptors which are included when recovering a wallet. These should also be added to the AM to ensure their wallet is recreated in its entirety. The current AM is designed with the idea to keep it as small as possible, this new approach would not care about size as we can export it as a.json
file or animated QR's.In addition I think we ought to support one "wallet export" file which is essentially just a json file with an array of each wallets AM. Likewise for the QuickConnects. if we are going to release a macOS version of GordianWallet (bc iCloud sync does not work on Catalyst) users will want to easily recreate all of their wallets and node connections in one fell swoop rather then having to do each one individually.
The text was updated successfully, but these errors were encountered: