Richard Moore

Results 635 comments of Richard Moore

Both v5 and v6 use the same `ws` library in Node for handling WebSockets. There is a recent security fix to the `ws` package though, but I don't think that...

I think this may be an issue in the zkSync library? Can you print out the entire value being passed in? If you open an issue on zkSync, please also...

Thanks! This looks super amazing!

The inferring is based on what types of transaction if “could” be. In the event of ambiguity, it favours the most recent type that is still compatible. I think [this...

Any unsolicited feedback is always welcome! :) The issue though, is that properties implicit value. So, if the `.value` is unspecified it is 0, if the `.data` is unspecified it...

You want the browser implementation of `createGetUrl` exported in node environments? I have been planning to use the “modern” node `exports` for another feature, I could add this as well,...

Have you tried `console.log(logFragment.sender)`? Keep in mind that the `console.log` cannot access dynamic values of a Proxy, but they **are there**. Its just a limitation of console.log and how Proxy...

Oh sorry. Just noticed this is for v5. That did not use proxy, so they should be present. I will test this once I’m at a computer.

Can you make sure you update to the latest version (6.0.8) first? And then if you still have the problem, include a short demo script the reproduces the issue?

@froggiedev It sounds like maybe you are missing a `"type": "module"` in your `package.json`?