Richard Moore

Results 530 comments of Richard Moore

This should have been fixed in v5.7.0 and is also fixed in v6. If not, please re-open or comment. Thanks! :)

FYI. QuickNodeProvider is available in v6, and will be likely added in the next minor release of v5. :)

I understand this issue now, and this can be addressed in v5 I believe. It will only work through the Contract interface though. The example in #3605 makes things much...

This is definitely outside of the scope for Ethers built-in functionality, but I highly encourage you to create an NPM package for this feature if you wish to maintain a...

Yeah, in v6, an Array of number is no longer considered a BytesLike, as it required validating all the input values and led to some confusion in some APIs, especially...

Interesting... I will look into this shortly.

Heya! I just tried to replicate this, but I cannot get the output you described, and using `hexlify(new Uint8Array([ 1, 2 ]))` seems to work fine for me. What platform,...

Is that compared to the typescript branch? It’s been used in production for some time now and should be moved out of beta and made latest. Thanks for the bump...

I’ll try getting the TypeScript branch merged this week. And put together some quick performance profiling.

There aren’t any Proxy objects in v5. It is designed for ES3, for which Proxy isn’t present. In v6 though, contract uses Procy, which is required to be able to...