oasis-wallet-web icon indicating copy to clipboard operation
oasis-wallet-web copied to clipboard

Official non-custodial web wallet for the Oasis Network.

Results 169 oasis-wallet-web issues
Sort by recently updated
recently updated
newest added

`useRouteRedirects` This is tough. It was an effect in saga before (https://github.com/oasisprotocol/oasis-wallet-web/blob/5cebb40/src/app/state/wallet/saga.ts#L150) but saga now runs in background page. One benefit of this is: when you open a popup with...

extension

When we have persisted state in Web wallet, and syncing across multiple tabs: can we have dapps communicating through to another web wallet tab? a flow could be: - dapp...

p:2

## Crash - After https://github.com/oasisprotocol/oasis-wallet-web/pull/864/commits/4eb371ed17652bb7ef617a1765989abca54b40a5 - open /open-wallet/ledger - click "Select accounts to open" - quickly press Esc - click "Select accounts to open" - Enumerating never finishes, and Ledger...

ledger

From Slack: An issue with Ledger S on Qubes OS. Steps to reproduce: - physically connect USB cable into Ledger S - unlock Ledger device and open Oasis app to...

ledger

There is an explicit burn tx type that, although likely currently totally unused, is useful in certain situations. This should be exposed and available as a wallet operation.

enhancement
discussion

e.g. https://discord.com/licenses or https://github.com/actions/upload-artifact/tree/main/.licenses/npm

documentation

To prevent constant rebasing of e.g. 10 PRs and running CI on then after a Renovate PR (or any other PR) is merged.

ci

From UX perspective we are loosing an option to contact support and create support tickets via wallet@ email. Can we either bring back support related sentence? Mihnea is suggesting that...

enhancement
ux

In the future, we should also add a link to our external status dashboard and instruct users to check there for up to date info on outages. _Originally posted by...

enhancement

https://github.com/oasisprotocol/oasis-wallet-web/blob/ab8eb68046e5d68e746ab97304373717ce74b3a6/src/app/state/account/saga.ts#L80-L84 https://github.com/oasisprotocol/oasis-wallet-web/blob/ab8eb68046e5d68e746ab97304373717ce74b3a6/src/app/state/wallet/saga.ts#L166-L170 These both probably skip actions while processing a transactionSent. One way to fix this is with `actionChannel`.

bug