Richard Moore
                                            Richard Moore
                                        
                                    Hmmm.. In v5, they aren't a Proxy, but they are an Array with properties set. So, something like: ```javascript a = [ 1, 2, 3 ]; a.first = 1; a.second...
I’m back into doing more ESP32 work now; I should consider renaming the component folder. Thanks for the info. :)
The NetworkPlugin is more for internal uses, to allow changes that might otherwise be major breaking changes, but to keep the internal change local. Once a NetworkPlugin is exposed, then...
I probably won’t accept a Redis-specific it into the core, but it is certainly a valid candidate for an ancillary package (in the `@ethers-ext/` org) or I could link to...
I think this is out of scope for this readme though, no? There are so many ways, and sha2-256 is not a great way to create a key from a...
Is this a v5 issue or v6 issue? The title says v5.7 but it was opened as a v6 issue?
Yupp, no problem. Just verifying. :)
(the related issue I received was https://github.com/ethers-io/ethers.js/issues/4555)
This will be going in soon. It was removed because the LedgerSigner was not ported to v5 yet, but now that it is, it will be added back to the...
Yes. I've changed this issue from discussion to enhancement to make that more clear. :)