Richard Moore

Results 530 comments of Richard Moore

(Keep in mind polling subscribers currently do not have this problem, so you can explicitly enable them and this won’t be a problem for you. The filter ID backed subscribers...

@hedgehog-millenium What backend are you using? I believe that indicates the backend is returning `null` instead of a result. I’ll be fixing that too, whereby the result is dropped, but...

Ethers fully supports decoding data as long as the *structure* is correct and can be parsed. In the case of an invalid string, only **accessing** that valid within the result...

It’s available. The `Request.registerGetUrl` static method can be used to replace the fetching operations used. I’m planning on getting some example up later.

This is available in v6. :) Thanks! :)

This should be fixed now. Let me know if you still have any issues. Thanks! :)

The way ethers detects network changes is by using its polling feature to detect a change in chain ID, so it doesn’t use the underlying `provider.on("chainChanged", …)` event. It could,...

@REPTILEHAUS this generally means your URL is incorrect or your node has not started yet. Can you include more info?

Both values are now exposed in v6. There won't be any significant API changes (like this) in v5 though. Thanks! :)

I have recently got back to this for v6. And the ledger team will also be co-contributors. ;)