eth-provider icon indicating copy to clipboard operation
eth-provider copied to clipboard

A Universal Ethereum Provider Client

Results 11 eth-provider issues
Sort by recently updated
recently updated
newest added

`xhr2-cookies` is old, unsupported and a security risk. Replacing it with `node-fetch` also allows for a smooth upgrade path to native fetch in Node when the experimental flag is removed.

I have seen your example here https://github.com/nomiclabs/hardhat/issues/1159#issuecomment-789310120 and I follow you instructions ``` const frame = ethProvider('frame'); const contractFactory = await ethers.getContractFactory("MyContract"); const tx = await contractFactory.getDeployTransaction(); ``` but get...

I have seen your example here https://github.com/nomiclabs/hardhat/issues/1159#issuecomment-789310120 and I follow you instructions ``` const frame = ethProvider('frame'); const contractFactory = await ethers.getContractFactory("MyContract"); const tx = await contractFactory.getDeployTransaction(); ``` but get...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Hi, @floating @mholtzman,I’d like to report a vulnerability introduced in your package **eth-provider**: ### Issue Description A vulnerability [**CVE-2021-32640**](https://snyk.io/vuln/SNYK-JS-WS-1296835) detected in package **ws(=6.0.0 =7.0.0

Adding some TypeScript definitions to the package would be really valuable!

User should be able to pass reconnection preferences in options

Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.3 to 2.1.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cookiejar&package-manager=npm_and_yarn&previous-version=2.1.3&new-version=2.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies