walletconnect-test-wallet icon indicating copy to clipboard operation
walletconnect-test-wallet copied to clipboard

Test Wallet (Web)

Results 23 walletconnect-test-wallet issues
Sort by recently updated
recently updated
newest added

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.5.10 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Failed to compile /Users/show/Desktop/test/walletconnect-test-wallet/src/controllers/wallet.ts ERROR in /Users/show/Desktop/test/walletconnect-test-wallet/src/controllers/wallet.ts(2,10): TS2305: Module '"../../node_modules/@types/eth-sig-util"' has no exported member 'signTypedData_v4'. This error occurred during the build time and cannot be dismissed.

When my dapp creates a transaction, I can see it receives a eth_sendTransaction request on `test.walletconnect.org`, but when I click on it the webpage just when blank. In the console...

I am trying to initiate a sell request on opensea, sendTransaction method looks like this ` const transaction = { gasLimit: request.params[0].gas, data: request.params[0].data, gasPrice: request.params[0].gasPrice, nonce: request.params[0].nonce, to: request.params[0].to,...

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.10.4 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [minimist](https://github.com/minimistjs/minimist), [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together. Updates `minimist` from 1.2.5 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long...

dependencies

fix the account (or network) switch bug: when `activeIndex` ( or`chainId`) is `0` the variable `newActiveIndex` (or `newChainId`) is not set properly