Miguel Angel Quinones Garcia
Miguel Angel Quinones Garcia
+1 on the feature
You need to disable code coverage when using dyci. See this [post](https://www.cocoanetics.com/2013/10/xcode-coverage/) as an example on how to configure it, and **do the reverse steps to disable it**
Hi you can use `1.2.0` while we fix the issue in `develop`
Not in the very near future, but will definitely add at some point.
> I think it would be better to create different product in package definition to allow importing ZKSync support only if required (As its eth chain specific). What do you...
Hello @Tomas-Shao we don't support this at the moment, but keeping this as tracker.
We'll implement it in the near future, that's why we keep the ticket open
https://github.com/ethereum/pm/issues/460
Thanks @simonmcl will see what we can do. What's the updated fork? Removing the package not an easy option as it's used actively for feature related to signing typed data.
Hello @rathishubham7, I think you need to call `decodedTupleArray()` instead of `decodedArray()` (unfortunately it's necessary to allow for static types in the struct when decoding). We have unit tests for...