-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump cashu-ts to 0.9.0 * add screens for seed setup. add seed utils * add seed screen in options * add screens related to seed backup * add translations, clean up * Add SENTRY_AUTH_TOKEN to .example.env.dev * Update translations and image sizes * Update wallet/index.ts with restore method details * wallet/index.ts update comment * update comment * add missing translation. update mnemonic screen * Add counter increment * restore * Refactor wallet recovery and add recovered proofs * test restore * update restore counters * clean up * Remove unused screens and components * Remove unused functions and imports * clean up restore screen components * remove dashboard animation * Add TODO custom recovery mint URL input field * update restore screens * Update screens and utils * Fix input comparison bug in ConfirmMnemonicScreen * Update wallet/restore.ts and screen components * Add RESTORE_OVERSHOOT, update wallet/restore.ts * Add TODOs * Add comingFromOnboarding flag to Payment ProcessingError screen * add restore to tx history * add hook useRestore * clean up imports * add translations, clean up, lint * add functionality to SelectRecoveryMint * Remove TODO * Update "Add Mint URL" text to use translation key * clean up * add a disclaimer and recommendations screen * add TODO * add basic tests * Update German translation and restore disclaimer * Add TODOs * Update package.json version to 0.3.0 * Update getBalance function to getMintBalance * Add seed migration hint to translation files * Update seed migration hint for multiple mints * Update english and german translation * Commented out unused code in getCurrentKeySetId function * fix require cycle * Add new types and interfaces for PayLnInvoice and RequestToken * Refactor screen imports in Navigator.tsx * Add InfoIcon to SeedScreen * Adjust header height in Restore/Seed screen * delete seed update screen component * Refactor header actions styling in SeedScreen * add flag and refactor pin setup screen * Add seed check before retrieving counters * update error handling * Fix seed screen navigation bug * prevent back navigation in recovering screen * add warning in payment processing screen * Refactor text alignment in ProcessingScreen * Refactor payment process logic * Add hasSeed parameter to initialParams * temporary ignore eslint error * Refactor error handling in Pool class * quick fix ci (fmtJson makes tsconfig.json invalid for jest) * Fix condition for skipping seed setup * Refactor MnemonicScreen component padding in warnContainer * Remove unused code and logging statements * Update translations for wallet recovery messages * remove backupToken screens and utils * lint * Remove separator * Remove commented out code in SecuritySettings * Add marginHorizontal to separator * fix ci * add option to manually increase the restore counters by 50 * improve counter store by removing json methods * remove debuging logs --------- Co-authored-by: agron <[email protected]>
- Loading branch information
Showing
52 changed files
with
5,407 additions
and
2,775 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
SENTRY_ORG= | ||
SENTRY_PROJECT= | ||
SENTRY_DSN= | ||
|
||
SENTRY_AUTH_TOKEN= | ||
|
||
NODE_ENV=development | ||
NODE_ENV_SHORT=dev | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.