obsolete-dontuse-example-webwallet icon indicating copy to clipboard operation
obsolete-dontuse-example-webwallet copied to clipboard

Example Solana Web-based Wallet

Results 11 obsolete-dontuse-example-webwallet issues
Sort by recently updated
recently updated
newest added

Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 7.7.0. Release notes Sourced from eslint's releases. v7.7.0 b46f3ee Update: allowFunctionParams option in no-underscore-dangle (fixes 12579) (#13545) (Sunghyun Cho) 26aa245 Docs: clarify "case" specifier in...

dependencies

#### Problem Currently, transactions are signed with an insecure and temporary, in-browser keypair. #### Proposed solution Sign transactions with a keypair in a secure enclave, such as a Ledger Nano...

Bumps [babel-loader](https://github.com/babel/babel-loader) from 7.1.5 to 8.1.0. Release notes Sourced from babel-loader's releases. 8.1.0 docs(readme): fix typo #818 (@frederickfogerty) docs(contributing): fix typo #821 (@PatNeedham) Add schema validation #822 (@ogonkov) Add supportsTopLevelAwait...

dependencies

Forwarding an issue created by @aeyakovenko here: https://github.com/solana-labs/ledger-app-solana/issues/3 ### Problem Hardware wallets require parsing and displaying messages inside the TPM to confirm the signing request. ### Solution We could use...

#### Problem The confirm transaction section is not working correctly. After pasting a valid transaction signature, the input validation shows an error. #### Proposed Solution * Check if the signature...

#### Problem Submitting a transaction signature for confirmation causes a page refresh #### Expected No page refresh, submit an async request to confirm a valid transaction. #### Steps to Reproduce...

#### Problem The new alert design displays in all uppercase but signatures are case-sensitive. #### Proposed Solution Change CSS to not uppercase the error message

dApps should be able embed the web wallet in an iframe to request tokens. The web wallet should allow this and then communicate to the dApp that it should be...

I'd like it if a small group of people who understand the needs can QA current work and assess remaining gaps and bugs CC @jstarry Besides you, who else would...