StackmateNetwork / the-stackmate

A self-sovereign mobile wallet interface
MIT License
29 stars 7 forks source link

Bump to v0.0.14 #57

Closed i5hi closed 2 years ago

i5hi commented 2 years ago

This update brings the following new changes:

TOR

TAPROOT

COLDCARD

BACKUP LATER

SINGLE MASTER KEY WALLET

GENERAL STABILITY

KNOWN BUGS

This can lead to unnecessary address index rotation and lead to a messy wallet.

If users create large enough gaps between addresses that receive funds, this could lead to errors in wallet sync. This can be fixed by updating libstackmate to use a larger wallet stop gap, however this comes at the cost of longer sync time. This is not the best approach. We need to figure out how to effectively manage unused addresses and prevent large gaps.

Another alternative is to save a list of all addresses ever generated by the wallet, so users can reuse addresses that they have not used before.

yshwanth commented 2 years ago

Good to go. Flow of wallet has improved.

i5hi commented 2 years ago

ACK.

Tested and looks good to me.