tari-project / wallet-ios

The mobile Tari wallet application for iOS
BSD 3-Clause "New" or "Revised" License
24 stars 21 forks source link

Peer DB Migration #1056

Closed TruszczynskiA closed 4 months ago

TruszczynskiA commented 4 months ago

The peer database created before v1.0.0-rc.8 is incompatible with the newest FFI Lib version. The app needs to perform a one-time migration by removing the data.mdb file before the wallet_create will be called.

Definition of done: