Nando Vieira

Results 78 comments of Nando Vieira

Yeah, I don't think manually entering network passphrases is the real issue. I'd say the goal it's to simplify the ui (only one way of accessing/providing network config) + codebase...

Hi! I see where you're coming from, but we're avoiding to do too many magical things that users may not be aware of. In your case, the best way of...

I feel the case where keys are funded is more common than the other way around. I believe we should fix `--no-fund` rather than changing the behavior. 🤔 If not,...

@Ifropc maybe this a good reason for #1616. It's easier to make one single argument optional when needed. 🤔

@leighmcculloch is this ticket still valid given CAP-0066's auto restoration?

@leighmcculloch I love the idea of outputting .env/shell output. In this example, the correct output would be something like this, right? Notice the source for `STELLAR_ACCCOUNT`. ```console $ export STELLAR_NETWORK=testnet...

@leighmcculloch implemented it here: https://github.com/stellar/stellar-cli/pull/1690/files#diff-0188aa8b2b7f1c628848fd93f5745da20904ecc2dad8f456336c47776a74d95eR901

I won't have access to a Windows machine until the end of August, but I can take a look after that.

* pr adding a windows installer generator: https://github.com/stellar/stellar-cli/pull/1726 * pr releasing the initial version on winget: https://github.com/microsoft/winget-pkgs/pull/191259 (first release must be manual, then we can automate the process) * ticket...