Pamphile Roy
Pamphile Roy
Kudos for the transparency 👏 I am +1 on the initiative. If that can help get wider adoption and reach more communities, I am all for it 🚀
> This is just a quick update, but the first draft of the Japanese translation of the SciPy core project webpage is completed. > I believe reviews are needed, but...
Oh there is a `VecM`!? Something new in v23 or v24? This is going to be very handy to avoid unbounded vectors (we could almost make a case to make...
Oh ok, so what I read is no plans for `VecM` to be available in the SDK? Because having some bounds on Vec is something all tools complain about when...
I am looking at https://sorobansecurity.com/vulnerabilities (search for unbound) e.g. with Bondhive > instance slots contain a map with unbounded size. So when these maps grow, an extra cost is incurred...
Putting here as well the code which was used to generate the data (rely on https://github.com/StellarCN/py-stellar-base/pull/1015): Details ```python import itertools import shamir_mnemonic from stellar_sdk import Keypair from stellar_sdk.sep.mnemonic import StellarMnemonic...
> Hi @tupui, I was wondering if it would be better to add test data for multiple groups? Although it is not widely used, and even Trezor only supports a...
@overcat done 😃 Let me know if I should adjust anything. For the record, here is the small helper I used: ```python mnemonic = ... passphrase = ... seed_raw =...
> I think this is incorrect. Have you noticed that all the test data you generated, regardless of the BIP39 word length, has a SLIP39 word length of 59? Yes...
I see what you mean 👍 I will do that and also adjust the text to replace the BIP39 with it.