ethers.js icon indicating copy to clipboard operation
ethers.js copied to clipboard

Experimental/EIP1193Bridge: fix `getCode` call

Open mmv08 opened this issue 1 year ago • 2 comments

This PR fixes relaying eth_getCode call to provider.getBlock by relaying it to provider.getCode.

The PR includes many changes for package-lock.json because my npm complained about the outdated lockfile format and wanted to regenerate it completely. I'm on npm 8.13.2, which is the latest version. I can revert this change if needed.

mmv08 avatar Jul 13 '22 13:07 mmv08

Hey @ricmoo, thanks for fixing this. I assume I can close this PR then? And do you have any rough estimation of when 5.7 will be released?

mmv08 avatar Jul 14 '22 08:07 mmv08

You can keep it open. I’ll close it once I publish the v5.7.0 release. :)

ricmoo avatar Jul 14 '22 17:07 ricmoo

This has been fixed in v5.7.0.

Thanks! :)

ricmoo avatar Aug 19 '22 21:08 ricmoo