You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go for near 1 to 1 interface / capability with current Wrappers. use getContract from viem to get base class and add on from there
only provide functions when there was a lot of complexity going on behind the function call before. for calls where we just forwarded to contract it is easy for people to do this themselves. provided they have the ABI and the contractAddress.
I also have a weird request for the cli, it’d be great to have a wrapper around all the http rpc calls so I can set a delay (potentially randomized because of the promise.all) or be able to set a number or retries, I noticed that anvil (specially when forking) struggles and then eventually drops a request, and the whole celocli crashes and need to try again (and potentially running into the same thing again, but it eventually works)
keep in mind while we move to viem
It would be great if this could be handled upstream in viem
actual work for #64
At the end of this the developer tooling repo will have zero uses of [email protected]
The after #303 we will have a better understanding of exactly what will be done. at that point we will create other tasks
The text was updated successfully, but these errors were encountered: