Pamphile Roy
Pamphile Roy
In the Python SDK we added support for Shamir Secret Sharing as a way to split mnemonics into parts. Shamir Secret Sharing is standardised here: [SLIP-0039](https://github.com/satoshilabs/slips/blob/master/slip-0039.md) cc @tomerweller @overcat Let...
### What problem does your feature solve? Fully support all multisig operations. Stellar's doc is big on how awesome Stellar is with multisig. Yet trying to make a transaction with...
### What problem does your feature solve? When you add a wallet, it asks if we want to use the default account or another derivation. That part is not clear...
### What problem does your feature solve? Allow users to split their key pair so that they could have a more complex backup solution on their end. Ledger supports it...
### What problem does your feature solve? Faster on-boarding for new users using a local node. ### What would you like to see? Have a pre-defined configuration for a local...
### What problem does your feature solve? We have the `Vec` type. In my contract I use this type in a few ways such as - `maintainers: Vec`: a list...
### What problem does your feature solve? There was a change introduced recently to use by default a global configuration. I want to point out two issues with the change:...
### What problem does your feature solve? When you use a snapshot for testing, you sometimes have to consider another contract or address. When that happens, you need to recreate...