Richard Moore

Results 635 comments of Richard Moore

Can you provide an example tx hash that doesn't work?

To access the `_network` synchronously, I think you need to configure it as a static network; try `new JsonRpcProvider(url, network, { staticNetwork: true })`.

I've confirmed that this works as expected; if the network is configured as static the `._network` is immediately available. Let me know if you have any questions about this. :)

Yes, this makes sense. A lot of error handling has to be string-matching based, since there isn't a cohesive error standard all nodes follow. I can certainly add the additional...

The `sendUnchecked` is still present, but I didn't port of their connectUncheckedSigner. There were possible issues with it, but let me investigate and try to remember why I made that...

The test-env CI was introduced in part to check all the possible variations of tweaking the `/// `, `moduleResolution`, etc., so if you want to try it out and see...

Closing this, as it is not a change that can be safely made in v6. Future major versions will move the `IpcProvider` to its own extension package, so this will...

I don't believe the static gasLimit is the issue. The node is checking the sender has sufficient ether to execute the transaction, which it doesn't. Does the simulated sender have...

Interesting. Is it the non-capturing matching group that causes it to fail or the matching group in general? Can you provide an example string (or just a length) for which...