optout

Results 144 comments of optout

A small step: the `tests` folder has been reorganized (#2627). `src` folder should be reorganized in a similar manner.

Open Issues: - No BIP39 is used, how to generate 4096-bit key from master key? - New private key type is needed, 4096-bit - What implementation to use for RSA...

PR #2176 closed, implementation requires large amount of code to be ported (incl. e.g. prime number generation, RSA, etc.), too much effort vs. benefit rn, closing.

I am for rename. Coin ID should not change ever, if name changes we can use `DisplayName`.

Wallet core supports Everscale, which is a rename of Free TON project. https://everscale.network/

I understand that they are 2 different projects (Open; Free -> Everscale). Are you in touch with TON developers? Maybe they can contribute support to wallet core; as Everscale is...

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 same...

Yes, double call is avoided with this proposed change. I believe it solves the problems reported in issue #110 .

> How do I use this in the browser? What do you mean? How to use instascan in a browser? It is HTML/web based.

To integrate the changes for trying out? Since there are only 2-3 lines changed, you can just look at Files Changed, and copy the changes. Or you can checkout the...