Sztergbaum Roman
                                            Sztergbaum Roman
                                        
                                    > I think the method to get public key type from a coin type should be in PrivateKey, and then there is no dependency issues. That's the case: https://github.com/trustwallet/wallet-core/pull/2661/files#diff-7a19dd450838cf7c739919131c63557db3b685641ea91469fd00e287d4f564aeR73 Edit:...
Thanks for opening the issue @hewigovens - explorer can became a list, codegen template CoinInfoData will need to be updated accordingly.
@hewigovens @catenocrypt `TWCoinType` include TWPrivateKey.h There is a circular dependencies, and forward enum declaration are not authorized in C++ - do we implement the function in TWCoinType.h? Otherwise I can...
> In the internal C++ class we have with `publicKeyType` parameter. I'm not sure why in the C version we have named versions for different types. If we follow the...
> Nice wrap up , can you sort them from easy/small to hard? so we can tackle one by one done
is that addressed ?
> Unfortunately there's no docker technology for macos at all. However, building for mobile is just cross-compile. It supposed to be worked on Linux as well. Have you tried it?...
> One more question for curious, how's the Go on mobile? Is there any problems or limitations that difficult to solve? As you can see in my actions release it's...
> Oh! I have never tried Go for mobile. So there's no way to do it for iOS technically at the moment. For android, I think it's achievable, however, it...
> It looks great! I haven't noticed that there's macosx based docker already. I'll spend some time to take a look in detail. Thanks! And i'm also sure that it's...