solar icon indicating copy to clipboard operation
solar copied to clipboard

🌞 Stellar wallet. Secure and user-friendly.

Results 114 solar issues
Sort by recently updated
recently updated
newest added

Will be tricky to find a simple, yet secure solution. ## Acceptance criteria * All communication must be end-to-end encrypted * Authenticate pairing via a code, QR code or similar...

user story

Supersedes #1179. - [x] Add `transactionRequest` context (to parse and store incoming SEP-0007 requests) - [x] Add `` that checks the `uri` stored in the `transactionRequest` context and shows dialogs...

Show fiat estimates where needed. - [x] Create hook to fetch conversion rate - [x] Create `useFiatEstimate` and `useAssetEstimate` hooks - [x] Add currency preference to app settings (ideally pick...

The multi-sig service's API changed, so we need to update our implementation. Keep the old client code for now, though, so it will continue to work with both for a...

tech story

Adds a new button to switch between import of secret key and mnemonic phrase to the import-account view. When importing an existing account from a mnemonic phrase the key pair...

Changes the color of `primary` and `submit` buttons when using a testnet account and testnet badges to a pink color. This way the user always has a more obvious indicator...

Adds a "Print" button to the secret-key export dialog. On 'initial-backup' the button is shown in the actions box next to the "Done" button and on default export it is...

Withdrawing USD with `USD` token issued by `anchorusd.com` is not possible. Might be due to wrong endpoint URLs or the missing interactive onboarding with the provided iframe URL. More info...

bug

SEP-10 has just [recently been updated](stellar/stellar-protocol#740) and so have the SEP-10-related helper functions in the stellar-sdk: [see here](https://github.com/stellar/js-stellar-sdk/releases/tag/v6.2.0). The main gotcha is that we're using our own [custom package for...

Creates a new `` component and uses it when creating a new account or changing the accounts password in account settings. A warning will be shown when choosing a password...