wallet-adapter icon indicating copy to clipboard operation
wallet-adapter copied to clipboard

Modular TypeScript wallet adapters and components for Solana applications.

Results 84 wallet-adapter issues
Sort by recently updated
recently updated
newest added

**Phamtom wallet auto connection issue on gatsby** The auto connection is not working well on gatsby project when using Phatom wallet. The other wallets are working well like Softflare, Slope...

* Build a React Native bundle of this thing. * Fork anything that relies on `localStorage` to use `@react-native-async-storage/async-storage` instead.

enhancement

**Describe the bug** Using the wallet adapter and bundling it with `esbuild` produces an enormous bundle (1.3MB for a simple script). A minimal example [here](https://github.com/brihter/solana-test) with reproduction steps below. Is...

Sooner or later, the ability to determine who the user is and what they own finds itself on the critical path for any dApp to be able to deliver its...

**Is your feature request related to a problem? Please describe.** At Magic Eden, we need to continuously add new wallets that come through to support the ecosystem. Each requires a...

The user logs out from wallet when switching between locale pages in next js apps. Is there a way to keep user logged in while switching between different languages? WalletDisconnectedError...

**Describe the bug** Critical Security vulnerability - Prototype Pollution in minimist dependency Package: minimist Patched in: >=1.2.6 Dependency of: shx, eslint-config-react-app, lerna More info: [https://www.npmjs.com/advisories/1067342](https://www.npmjs.com/advisories/1067342) Severity: critical Title: Prototype Pollution...

**Describe the bug** When using the Dialog/Modal Button as shown in the demo: https://solana-labs.github.io/wallet-adapter/example/ When the browser does not have a wallet installed, we get a "Get Started" button, this...

_Origin: https://github.com/solana-labs/wallet-adapter/pull/327#issuecomment-1052898918_ --- We want to be able to detect when you've installed a new wallet in the middle of a session. Right now, we poll, every second, forever. I...

This is a follow on from #327. If we're going to poll for wallets indefinitely in `scopePollingDetectionStrategy` (eg. to capture the case where a wallet is installed in the browser...