Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: move all storage to rust (#780)
* FEAT: MFP sled database for android * feat: network db handling utils * docs: signing and parsing modules documentation * fix: gitignore to ignore temporary db files in db handling tests * refactor: move network specs constants to rust side * fix: gitignore typo * fix: gitignoring properly * test: cleanup db tests locations * feat: part of bridge to access new network specs storage from RN * refactor: organize all cards and errors in transaction parsing into enums * feat: network selector queries db. And some cleanup. * test: add test feature to show all payload info cards * feat: MWP metadata signing app example * feat: MWP fetch and show derivations for given seed and network * feat: removed RN data storages; app loads and fetches some data - MWP * feat: prepare fetched metadata for signing and save to db instead of plaintext * feat: account creation in db and signed metadata checks * feat: generate metadata qr codes; also bridge Rust to RN * feat: load type specs and some refactor * feat: add hw backed key generation section to android * fix: gitignore * feat: automatic fetch chainspecs * fix: create new seed * fix: mwp address list screen * feat: replace ethsign with XSalsa20Poly1305; just to save this state - this will be reverted * feat: native credential-only unlock screen for Android (defunct) * fix: unhang app on auth * feat: HW keys for android (auth screen freezes thread, WIP) * fix: proper thread locks for biometric prompt (Android) * fix: fetch all seed names * feat: add seed button * feat: POC identity cards render * fix: recover seed now works similar to create seed * feat: general look for identity cards
- Loading branch information