Dan Finlay
Dan Finlay
I'm unclear what resource types this supports. Does it only resolve to IP addresses and Ethereum addresses? Can it enable resolving to Swarm or IPFS hosted pages?
This module seems to work fine with async/await, but the README says that the async/await feature is only compatible with TypeScript. Could you elaborate on this?
We added #3066 urgently to track down some bugs in production, but since this is crypto, we have some very privacy-centric users, and they would certainly like the option to...
Would be designed to reduce the account-correlation risk that comes from batching many account balance requests at once. Also reduces load on the backend! May be a duplicate, but requested...
Google is planning to make some changes to the WebExtension protocol, and the many changes are outlined in this document: https://docs.google.com/document/d/1nPu6Wy4LWR66EFLeYInl3NzzhHzc-qnk4w4PX-0XMw8/edit# Chromium issue: https://bugs.chromium.org/p/chromium/issues/detail?id=896897&desc=2 We will need to make these...
[Per tweet](https://twitter.com/intocryptoast/status/1595666184484974592) - If there are many providers for a chain_id, let the user switch between them. - Show the most recently selected RPC for that chain_id by default 
Today, custom RPCs show a grey question mark. Users chose this RPC, so it should not be in question (unless it's offline or something). We should choose _something_ more attractive...
[This doc page](https://hardhat.org/tutorial/deploying-to-a-live-network.html#deploying-to-remote-networks) currently shows sample code that involves pasting a private key into a file that I find regularly version controlled around github. This sounds like a recipe for...
Making this a bit more consumible for an outside audience. Basically, if you agree with these docs, I'd like to merge them, then cherry-pick out the `grain` package from this...
Geth has a method called [getRawTransactionByHash](https://ethereum.stackexchange.com/questions/7473/get-raw-transaction-from-hash). I now have a use for it, and want to write tests for it, so now I need ganache support :P Would allow MetaMask...