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

Add an option to keep imported accounts in password-encrypted localStorage Currently user loses all state on reload. Make sure stored information is also migrate-able from existing extension https://github.com/oasisprotocol/oasis-wallet-ext/blob/e6998cff910449fd0f33fc998d9c5e306d59aa99/src/background/service/APIService.js#L177-L189

next-gen

The initial versions should be hidden behind a flag or dev-only, until all warnings are reimplemented.

next-gen

- `yarn checkTs` throws bunch of errors. Should we fix that? Should we add it to `lint` command so errors can be catch in CI. - `yarn lint:css` this one...

bug
upstream

Implement dapp getting accounts from new extension: - dApp calls `await oasisExt.keys.list(await oasisExt.connection.connect())` - background page should receive `oasisExt.ext.ready({ async keysList(origin, req) {` should open popup and ask to share...

next-gen
extension

See https://github.com/oasisprotocol/oasis-wallet-web/pull/705#discussion_r833835772 > TODO: use amount field, or share price when it is available. Until then, using price=1 is inaccurate if debonding pool gets slashed.

upstream
blocked

- Naive implementation: randomize on refresh. Order is different every time - Better UX: save randomization seed. Order is different on every computer/browser - Use quality metrics: uptime, fee, escrow,...

enhancement
ui

Add support for both - ADR 8 and Legacy derivation paths on Ledger.

ledger

As a follow up to #748, warn users and ask for confirmation if they try delegate to an inactive validator. However, it would be useful to keep this functionality so...

p:1

Currently, when a user is presented with the list of validators, e.g.: ![Screenshot from 2022-03-11 20-22-28](https://user-images.githubusercontent.com/2518544/157937155-c7d3bdca-4508-4712-9860-16a59f0e5007.png) nodes that are **not part of the validator set** (i.e. not part of the...

p:1

See https://github.com/oasisprotocol/oasis-wallet-web/runs/6108972874?check_suite_focus=true#step:6:22 By logging requests in node_modules/@oasisprotocol/client/dist/client.js, I get the following unmocked GRPC calls ```js class GRPCWrapper { callUnary(desc, request) { const name = desc.name; const method = this.base +...

ci