Richard Moore
Richard Moore
Sounds perfect. I'll just make a backwards compatibility note. :)
This is another reason I need to update it to allow dotted notation. There is often nested data you want to include, and you could imagine a solution similar to...
I am considering moving this EIP to withdrawn, once we have a similar repo to EIPs for ENS, citing the reason that it is being moved to that repo. Does...
The algorithm is in Pure-Python. It will be excruciatingly slow. In [PyPy](http://pypy.org) it is snappy though. The main values in a Pure-Python implementation - Ease of understanding for other learning...
Is there is actually anyway that ethers can handle this? Is the information required encoded some other way in the ABI?
@cameel but I do need to know the type for encoding the selector, no? Or is uint256 always used for that too?
It looks like according to [this post](https://stackoverflow.com/questions/4361173/http-headers-in-websockets-client-api) headers aren't generally supported in WebSockets. The node.js implementation may allow additional options though. So, this might make sense in the future, but...
Can you include the code you are using to create the provider? Also, what version of ethers are you using?
I am curious what type of support you are looking for. I hadn’t thought of it, but maybe it makes sense to create a LedgerSigner, for example. I am going...
btw... I have a Ledger S in the mail so I can start experimenting with this. It will likely be a non-base library, along the lines of `ethers-ens` (for extended...