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
Copy file name to clipboardexpand all lines: README.md
+7
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,13 @@ The application will be compiled and copied onto your device
54
54
- Import your own mnemonic
55
55
- Lots of typing required but you can now use the wallet with an existing mnemonic you have saved
56
56
- Useful to convert paper backup to keys and receive addresses without relying on a laptop or phone
57
+
- Improved receive address generation features
58
+
- Addresses are now generated at the same time as other pieces of wallet info
59
+
- This slows down initial wallet load, but makes UI much more responsive
60
+
- QR code files are now generated for each address and stored in the `apps_data/flipbip` directory
61
+
- This app is required to view the QR code files: https://github.com/bmatcuk/flipperzero-qrcode (included in RM firmware)
62
+
- NOTE: This happens during the `View Wallet` step; you must view a wallet after generating/importing a wallet in order to ensure the address QR files are correct
63
+
- Broke out crypto functionality into its own library using `fap_private_libs` feature
0 commit comments