Richard Moore
Richard Moore
Just as an FYI, I've been adding an option to v6 to register custom implementations for certain crypto methods, so this should be easier to swap out in v6.
I'm working on v6 as fast as I can and hope to get a beta out before the end of January. There are a few priority changes needed for another...
There is a v6 beta available now, but I haven’t got any meaningful documentation together yet. If the `new Wallet(utils.randomBytes(32))` method doesn’t work for you (which should be instant, even...
@andra961 it’s the `v6-beta` branch of this repo, or `npm install ethers@beta`. There is no documentation yet.
Thanks! I'll look into this shortly. :)
@blockjoe Heya! Can you e-mail [email protected] when you get a chance? I haven't been able to get ahold of my regular contact at Pocket and have some issues with getting...
This has been updated in [v5.7.0](https://github.com/ethers-io/ethers.js/releases/tag/v5.7.0). Thanks! :)
This is greatly appreciated, thanks. I haven't had time to look through it yet, but am working my way through issues and PRs. :)
Sorry for the delay, I’m trying to get the v6 beta out this week. I’ll look at this soon though.
I don't know there is much that ethers can do in this case? The JsonRpcProvider definitely won't be able to process INFURA-specific messages, but the InfuraProvider could possibly annotate the...