Richard Moore

Results 463 comments of Richard Moore

This has been fixed in [v5.7.0](https://github.com/ethers-io/ethers.js/releases/tag/v5.7.0). Thanks! :)

FYI: confirmed this issue. Working on it now.

As a note for those that need a quick fix, the RIPEMD-160 was removed from the default crypto provider, you can re-enable it on the node command line using `--openssl-legacy-provider`....

Fixed in [v5.7.0](https://github.com/ethers-io/ethers.js/releases/tag/v5.7.0). Thanks! :)

Those methods (the ones that ethers includes in the Provider) should already support `blockHash` on backends that support it. I am unfamiliar with the `requireCanonical` key; what is it for?...

Good to know. Were there any other changes needed other than changing the package name?

Oh, I see. Pulling in a `deprecated` version, which I assume is one they maintain for backwards compatibility. I can probable merge that change sooner then. I need to finish...

I’ve been working on it straight for the last few days, the changes are not trivial to get things properly up to date. Please a bit more patience. :)

The main thing is to pull the ancillary packages from the monorepo, especially things like the hardware wallets package, which have incredibly complex dependencies (it needs an OS with the...

Awesome! Thanks @anders-torbjornsen ; I'll refer people to this package until I get the v6 ancillary package working. :)