avalanche-wallet-sdk icon indicating copy to clipboard operation
avalanche-wallet-sdk copied to clipboard

A Typescript library to create and manage wallets on the Avalanche network.

Results 19 avalanche-wallet-sdk issues
Sort by recently updated
recently updated
newest added

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.1 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

Bumps [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) from 4.9.3 to 4.9.6. Release notes Sourced from @​openzeppelin/contracts's releases. v4.9.6 Base64: Fix issue where dirty memory located just after the input buffer is affecting the result. (#4929)...

dependencies

Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.53 to 0.10.63. Release notes Sourced from es5-ext's releases. 0.10.63 (2024-02-23) Bug Fixes Do not rely on problematic regex (3551cdd), addresses #201 Support ES2015+ function definitions in...

dependencies

Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1. Commits 3b0994a 2.0.1 32f468f lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=2.0.0&new-version=2.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies

Supports eip1559 transactions on the C chain.

DO NOT MERGE

I am trying to use both `"avalanche": "3.15.5"` and `"@avalabs/avalanche-wallet-sdk": "0.18.4"` for my project. However, when I try npm ci, it shows this error. ![Screenshot (19)](https://user-images.githubusercontent.com/57741570/204618754-e9220f45-3a4d-4299-bd08-3162f07edc4e.png) I checked the package.json...

Putting avalanche in devDependancies is not installing this lib with yarn and as a result, the app fails to build. The workaround will be to add avalanche to the app...

When attempting to run a terminal based app using version 0.17.2, I get this error: ``` /@avalabs/avalanche-wallet-sdk/dist/index.js:1596 const response = yield fetch(input, Object.assign(Object.assign({}, options), { signal: controller.signal })); ^ ReferenceError:...