Richard Moore
Richard Moore
There isn't really much in the way of documentation; I was doing a lot of hackathons in ASM at some point so threw together a little language to make my...
It certainly is available, here is an example: https://blog.ricmoo.com/solidity-abiv2-a-foray-into-the-experimental-a6afd3d47185 I believe it is discouraged for production use though, as it is still experimental. This ticket is more about adding aliases...
I probably won't be adding this in v5, but it is already present in my local version of v6 I'm working on, hoping to get out a beta release soon....
That's exactly what v6 does. :)
This list of more for services which have committed large amounts of capacity to the community and have provided ethers with special (throttled) API keys to facilitate that community resource.
@osis My guess is yes. The fix will be going out tomorrow; you can try with 5.7 once it is released. :)
I generally do no add networks that aren’t among the most used directly to the library. Otherwise the library quickly bloats as it is littered with chainIds, network names and...
I was not planing to re-add this into the main package in v5, as I'm trying to minimize changes in preparation for v6 (in v6 this is a separate package,...
A 429 will still retry (after the proper amount of time, explicit retry-after is honoured, otherwise an implicit exponential-backoff is used). After the stall-timeout, the next provider is kicked off...
Oh yes, of course. The details were in a PR which I missed during my last sweep (I was focused on issues). Thanks for the reminder.