* Sign in using selected address
* Use optional namespace
* Merge namespaces and use combined namespace
* Add todo for lodash merge
* Use walletConnect util buildApprovedNamespaces while approving sessions
* Lint fixes
---------
Co-authored-by: Adw8 <adwait@deepstacksoft.com>
Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
* Sign message using signDirect method with cosmos accounts
* Add explaination for signDirect method
* Use existing utility function to convert hex string to uint8array
* Handle review changes
* Add qr-code scanner button in homescreen header
* Display dapp details on sign request page
* Center details coming from dapp
* Remove request event state from request context
* Connect with dapp using WalletConnect
* Pair dapp with wallet
* Sign message taken from dapp and return the signature
* Add todos
* Move wallet connect functions to seperate screen
* Change ui
* Change ui for wc modals
* Add styles
* Remove border radius at the bottom
* Make review changes
* Add dependancy to useEffect
* Move pairing modal methods
---------
Co-authored-by: Adw8 <adwait@deepstacksoft.com>
* Add page for scanning qr code
* Refactor code
* Ask for permission to use camera
* Change Qr to QR
* Seperate imports
* QR instead of Qr
---------
Co-authored-by: Adw8 <adwait@deepstacksoft.com>
* Patch @ethersproject/pbkdf2 to improve wallet creation time
* Remove line
* Add line to prevent failure
* Remove line
---------
Co-authored-by: Adw8 <adwait@deepstacksoft.com>
* Add the creatHDWallet function
* Make review changes
* Add signMessage and signEthMessage functions
* Add signCosmosMessage function
* Add resetWallet function
* Add resetWallet function
* Integrate functions with UI
* Add Alerts to react component
* Make review changes
* Add comment in utils file
* Remove lowerCase conversion in signCosmosmessage function
---------
Co-authored-by: IshaVenikar <ishavenikar7@gmail.com>
* Add library to provide secure random source to ethers
* Add semicolon
* Keep imports together
* Add comment for react-native-get-random-values
---------
Co-authored-by: Adw8 <adwait@deepstacksoft.com>