mirror of
https://github.com/getwax/bls-wallet.git
synced 2026-01-14 08:17:59 -05:00
* Add addRecoveryWallet function to the keyring controller * Get wallet hash from the recovery address so user no longer needs to copy that over * Update types for addRecoveryWallet method * Fixing the add recovery wallet function * Use aggregator url from currently selected network * Adding a param for the signers private key and saving the new wallet in the keyring * added UI for entering recovery hash (#355) * added UI for entering recovery hash * added ui for salt * completed workflow for wallet recovery * lint: fix * updated hex conversion of salt * using temp wallet for recovery * replace address after recovery * Lint fix * Adding randFr() for PK generation * Add back button to recovery modal * Missed some files to commit * Fix address issues using randFr * Fix randFr function by initing the mcl * Fix lint issue Co-authored-by: Kautuk Kundan <kautukkundan@gmail.com>